1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

replaced colors

This commit is contained in:
Fedor Katurov 2022-08-13 20:57:24 +07:00
parent f6b76055d3
commit f943ef31dd
15 changed files with 42 additions and 32 deletions

View file

@ -30,10 +30,10 @@
text-transform: uppercase;
&.open {
color: $color_danger;
color: $color_offline;
}
&.closed {
color: $green;
color: $color_online;
}
}

View file

@ -20,7 +20,7 @@
z-index: 100;
align-items: center;
justify-content: center;
background: linear-gradient(90deg, $dark_blue, $soft_blue, $dark_blue);
background: $global_loader_gradient;
animation: spin infinite 1s linear;
}

View file

@ -18,7 +18,7 @@ $pad_usual: $content_bg_lightest;
text-transform: uppercase;
.danger & {
background: $color_danger_slate;
background: $content_bg_danger;
}
}
}
@ -30,7 +30,7 @@ $pad_usual: $content_bg_lightest;
position: relative;
&.danger {
box-shadow: inset $color_danger_slate 0 0 0 2px;
box-shadow: inset $content_bg_danger 0 0 0 2px;
}
&.with_title {

View file

@ -40,7 +40,7 @@
&.lab {
&::after {
background: $blue;
background: $color_lab;
}
}
}

View file

@ -234,7 +234,7 @@
.primary {
@include outer_shadow;
background: $color_primary_gradient;
background: $primary_gradient;
}
.danger {
@ -248,7 +248,7 @@
}
.lab {
background: $blue;
background: $color_lab;
}
.flat {

View file

@ -17,7 +17,7 @@
}
&.has_error {
box-shadow: inset $color_danger 0 0 0 1px;
box-shadow: inset $content_bg_danger 0 0 0 1px;
}
}
@ -38,7 +38,7 @@
padding: 0 $gap * 0.5;
border-radius: 4px;
color: white;
background-color: $color_danger;
background-color: $content_bg_danger;
bottom: 0;
right: $gap * 0.5;
transform: translate(0, 50%);
@ -66,6 +66,6 @@
.focused.has_error &,
.not_empty.has_error & {
color: white;
background-color: $color_danger;
background-color: $content_bg_danger;
}
}

View file

@ -53,7 +53,7 @@
}
&.lab {
background-color: $blue;
background-color: $color_lab;
}
&.danger {

View file

@ -100,7 +100,7 @@
}
.bar {
background: $color_primary_gradient;
background: $primary_gradient;
position: absolute;
height: 10px;
left: 0;

View file

@ -1,4 +1,4 @@
@import "src/styles/variables.scss";
@import 'src/styles/variables.scss';
img.image {
position: absolute;
@ -47,14 +47,14 @@ img.image {
right: 30px;
bottom: 40px;
opacity: 0.4;
color: $orange;
color: $color_offline;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
svg {
fill: $orange;
fill: currentColor;
}
&__text {

View file

@ -46,7 +46,7 @@
color: white;
&.green {
background: $color_primary_gradient;
background: $primary_gradient;
}
&.orange {

View file

@ -54,7 +54,7 @@ $big: 1.2;
}
&:global(.green) {
background: $color_primary_gradient;
background: $primary_gradient;
}
&:global(.black) {