mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 00:05:24 +02:00
fix(teasers): updated muted styles from qa feedback [EE-6035] (#10390)
* fix(teasers): updated muted styles from qa feedback [EE-6035]
This commit is contained in:
parent
99625cd35f
commit
d678b155ba
22 changed files with 290 additions and 303 deletions
|
@ -21,9 +21,8 @@ export function KubeConfigTeaserForm() {
|
|||
return (
|
||||
<Formik initialValues={initialValues} onSubmit={() => {}} validateOnMount>
|
||||
{() => (
|
||||
<Form className="mt-5">
|
||||
<Form>
|
||||
<FormSectionTitle>Environment details</FormSectionTitle>
|
||||
|
||||
<div className="form-group">
|
||||
<div className="col-sm-12">
|
||||
<TextTip color="blue">
|
||||
|
@ -32,10 +31,9 @@ export function KubeConfigTeaserForm() {
|
|||
href="https://docs.portainer.io/admin/environments/add/kubernetes/import"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="mx-1"
|
||||
>
|
||||
Import the kubeconfig file
|
||||
</a>
|
||||
</a>{' '}
|
||||
of an existing Kubernetes cluster located on-premise or on a
|
||||
cloud platform. This will create a corresponding environment
|
||||
in Portainer and install the agent on the cluster. Please
|
||||
|
@ -43,7 +41,7 @@ export function KubeConfigTeaserForm() {
|
|||
</span>
|
||||
</TextTip>
|
||||
</div>
|
||||
<div className="col-sm-12 text-muted small">
|
||||
<div className="col-sm-12 text-muted text-xs">
|
||||
<ul className="p-2 pl-4">
|
||||
<li>You have a load balancer enabled in your cluster</li>
|
||||
<li>You specify current-context in your kubeconfig</li>
|
||||
|
|
|
@ -30,14 +30,14 @@ div.limited-be {
|
|||
}
|
||||
|
||||
.limited-be-content {
|
||||
@apply border-gray-6 p-2.5 text-xs opacity-50;
|
||||
@apply border-gray-6 p-2.5 opacity-50;
|
||||
}
|
||||
|
||||
.limited-be-link {
|
||||
padding: 10px;
|
||||
width: inherit;
|
||||
z-index: 5;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
float: right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue