Add color vars

This commit is contained in:
Bill 2021-08-08 16:53:14 -04:00
parent 29b62081ad
commit 16773c0501
5 changed files with 8 additions and 11 deletions

View File

@ -82,6 +82,8 @@ $pale-sky: #677181 !default;
$oslo-gray: #8F9297 !default;
$ghost: #c8cad0 !default;
$gray-chateau: #a3a7b1 !default;
$gable-green: #1C323F !default;
$william: #3d5f6e !default;
$success: $green !default;
$info: $cyan !default;
$warning: $yellow !default;

View File

@ -1,6 +1,6 @@
.nitro-purse {
padding: 2px;
background-color: #1c323f;
background-color: $gable-green;
border: 2px solid rgba($white, 0.5);
border-top: 0;
font-size: $font-size-sm;
@ -17,7 +17,7 @@
}
.nitro-purse-hc {
background-color: #3d5f6e;
background-color: $william;
margin:0 2px;
}

View File

@ -1,7 +1,7 @@
.nitro-seasonal-currency {
pointer-events: all;
padding: 2px;
background-color: #1c323f;
background-color: $gable-green;
border: 2px solid rgba($white, 0.5);
font-size: $font-size-sm;
margin-bottom: 5px;
@ -11,6 +11,6 @@
}
.nitro-seasonal-icon {
background-color: #3d5f6e
background-color: $william;
}
}

View File

@ -172,10 +172,5 @@
.picture-preview {
width: 320px;
height: 320px;
.slider {
background: linear-gradient(180deg, transparent, black);
text-shadow: 1px 1px rgba(0, 0, 0, .5);
}
}
}

View File

@ -2,7 +2,7 @@
width: 125px;
max-width: 125px;
padding: 2px;
background-color: #1c323f;
background-color: $gable-green;
border: 2px solid rgba($white, 0.5);
border-radius: $border-radius;
font-size: $font-size-sm;
@ -32,7 +32,7 @@
}
.menu-header {
background-color: #3d5f6e;
background-color: $william;
color: $white;
height: 25px;
max-height: 25px;