1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56: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 @@
background: url('../../../sprites/stripes.svg') rgba(0, 0, 0, 0.3);
z-index: -1;
pointer-events: none;
box-shadow: inset transparentize($color: white, $amount: 0.85) 0 1px;
box-shadow: inset $gray_90 0 1px;
touch-action: none;
border-radius: $radius;
}
@ -58,11 +58,7 @@
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
182deg,
transparentize($content_bg, 1) 50%,
transparentize($content_bg, 0) 95%
);
background: linear-gradient(182deg, transparent 50%, $content_bg 95%);
z-index: 4;
pointer-events: none;
touch-action: none;