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