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

Removed unused colors

This commit is contained in:
Fedor Katurov 2022-08-13 18:42:22 +07:00
parent ba1823ee8a
commit f6b76055d3
106 changed files with 563 additions and 546 deletions

View file

@ -1,4 +1,4 @@
@import "src/styles/variables.scss";
@import 'src/styles/variables.scss';
.wrapper {
border-radius: $radius;
@ -15,7 +15,7 @@
left: 50%;
bottom: $gap * 2;
transform: translate(-50%, 0);
background: darken($content_bg, 4%);
background: $content_bg_darker;
width: auto;
padding: 5px 10px;
border-radius: 10px;
@ -82,7 +82,6 @@
}
}
}
}
.slide.slide {
@ -127,9 +126,7 @@
:global(.swiper-slide-active) & {
box-shadow: transparentize(black, 0.9) 0 10px 5px 4px,
transparentize(black, 0.7) 0 5px 5px,
transparentize(white, 0.95) 0 -1px 2px,
transparentize(white, 0.95) 0 -1px;
transparentize(black, 0.7) 0 5px 5px, $gray_90 0 -1px 2px, $gray_90 0 -1px;
}
@include tablet {