1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

removed all scss functions around colors

This commit is contained in:
Fedor Katurov 2022-08-13 21:33:37 +07:00
parent f943ef31dd
commit 53dc60bad5
45 changed files with 72 additions and 395 deletions

View file

@ -46,7 +46,7 @@
border-radius: 0 0 0 $radius;
opacity: 1;
transform: translate(0, 0);
background: transparentize($color_danger, $amount: 0.5);
background: $content_bg_danger;
}
}
@ -93,7 +93,7 @@
padding-bottom: 0 !important;
.date {
background: transparentize($color: $content_bg, $amount: 0.2);
background: $content_bg;
border-radius: $radius 0 $radius 0;
color: $gray_25;
}
@ -108,7 +108,7 @@
bottom: 1px;
right: 0;
font: $font_12_regular;
color: transparentize($color: white, $amount: 0.8);
color: $gray_75;
padding: 0 6px 2px;
z-index: 2;
background: $content_bg_light;

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.embed {
padding: 0 $gap;
@ -43,7 +43,7 @@
left: 0;
width: 100%;
height: 100%;
background: transparentize($content_bg, 0.15) 50% 50%;
background: $content_bg_backdrop 50% 50%;
background-size: cover;
z-index: 15;
border-radius: $radius;

View file

@ -21,7 +21,7 @@
position: relative;
z-index: 1;
display: flex;
background: transparentize(black, 0.8);
background: $content_bg_dark;
border-radius: 0 0 $radius $radius;
flex-wrap: wrap;
padding: $gap * 0.25;