mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-01-31 18:32:36 +01:00
Add color vars
This commit is contained in:
parent
29b62081ad
commit
16773c0501
@ -82,6 +82,8 @@ $pale-sky: #677181 !default;
|
|||||||
$oslo-gray: #8F9297 !default;
|
$oslo-gray: #8F9297 !default;
|
||||||
$ghost: #c8cad0 !default;
|
$ghost: #c8cad0 !default;
|
||||||
$gray-chateau: #a3a7b1 !default;
|
$gray-chateau: #a3a7b1 !default;
|
||||||
|
$gable-green: #1C323F !default;
|
||||||
|
$william: #3d5f6e !default;
|
||||||
$success: $green !default;
|
$success: $green !default;
|
||||||
$info: $cyan !default;
|
$info: $cyan !default;
|
||||||
$warning: $yellow !default;
|
$warning: $yellow !default;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.nitro-purse {
|
.nitro-purse {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
background-color: #1c323f;
|
background-color: $gable-green;
|
||||||
border: 2px solid rgba($white, 0.5);
|
border: 2px solid rgba($white, 0.5);
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nitro-purse-hc {
|
.nitro-purse-hc {
|
||||||
background-color: #3d5f6e;
|
background-color: $william;
|
||||||
margin:0 2px;
|
margin:0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.nitro-seasonal-currency {
|
.nitro-seasonal-currency {
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
background-color: #1c323f;
|
background-color: $gable-green;
|
||||||
border: 2px solid rgba($white, 0.5);
|
border: 2px solid rgba($white, 0.5);
|
||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
@ -11,6 +11,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nitro-seasonal-icon {
|
.nitro-seasonal-icon {
|
||||||
background-color: #3d5f6e
|
background-color: $william;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -172,10 +172,5 @@
|
|||||||
.picture-preview {
|
.picture-preview {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
|
|
||||||
.slider {
|
|
||||||
background: linear-gradient(180deg, transparent, black);
|
|
||||||
text-shadow: 1px 1px rgba(0, 0, 0, .5);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
width: 125px;
|
width: 125px;
|
||||||
max-width: 125px;
|
max-width: 125px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
background-color: #1c323f;
|
background-color: $gable-green;
|
||||||
border: 2px solid rgba($white, 0.5);
|
border: 2px solid rgba($white, 0.5);
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
@ -32,7 +32,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu-header {
|
.menu-header {
|
||||||
background-color: #3d5f6e;
|
background-color: $william;
|
||||||
color: $white;
|
color: $white;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
max-height: 25px;
|
max-height: 25px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user