#85773 styles updated

This commit is contained in:
Valery Kovalev 2021-04-30 14:52:59 +03:00
parent 074f0f8b06
commit c5c6b8cb8e
2 changed files with 8 additions and 7 deletions

View File

@ -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;
}
}

View File

@ -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>