#85773 styles updated
This commit is contained in:
parent
074f0f8b06
commit
c5c6b8cb8e
|
@ -48,7 +48,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
&.is-tiny {
|
&.is-tiny {
|
||||||
background-color: $header;
|
background-color: lightgray;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -66,8 +66,8 @@ THE SOFTWARE.
|
||||||
margin: 0 .25rem .5rem;
|
margin: 0 .25rem .5rem;
|
||||||
|
|
||||||
&.is-primary {
|
&.is-primary {
|
||||||
background-color: lightgray;
|
background-color: $header;
|
||||||
color: $dark-blue;
|
color: $callout;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -93,6 +93,8 @@ THE SOFTWARE.
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
margin-left: .5rem;
|
margin-left: .5rem;
|
||||||
|
color: $callout;
|
||||||
|
background-color: $header;
|
||||||
|
|
||||||
i + span,
|
i + span,
|
||||||
span + i {
|
span + i {
|
||||||
|
@ -101,8 +103,7 @@ THE SOFTWARE.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.dark-button {
|
||||||
background-color: $header;
|
background-color: $header;
|
||||||
color: $callout;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ THE SOFTWARE.
|
||||||
</div>
|
</div>
|
||||||
<div class="field-body">
|
<div class="field-body">
|
||||||
<div class="field is-horizontal is-aligned-top">
|
<div class="field is-horizontal is-aligned-top">
|
||||||
<a class="button is-primary is-tiny" @click="applyDockerTweaks">
|
<a class="button is-primary is-tiny dark-button" @click="applyDockerTweaks">
|
||||||
{{ $t('templates.globalSections.docker.applyDockerTweaks') }}
|
{{ $t('templates.globalSections.docker.applyDockerTweaks') }}
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue