mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-06 11:56:15 +08:00
#85773 styles updated
This commit is contained in:
@@ -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 {
|
||||
@@ -101,8 +103,7 @@ 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>
|
||||
|
||||
Reference in New Issue
Block a user