1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

Добавил тему "Веспера"

This commit is contained in:
muerwre 2022-08-14 15:19:54 +07:00 committed by GitHub
parent 5d34090238
commit aee4b662d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
148 changed files with 1331 additions and 1338 deletions

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.wrap {
@include sidebar_content(400px);
@ -56,7 +56,7 @@
padding-left: $gap * 2;
svg {
fill: transparentize(white, 0.5);
fill: $gray_50;
}
}
@ -65,28 +65,20 @@
bottom: 0;
left: 0;
width: 100%;
background: darken($content_bg, 2%);
background: $content_bg_dark;
height: 2px;
z-index: 2;
pointer-events: none;
touch-action: none;
}
.bar {
position: absolute;
top: 0;
left: 0;
height: 100%;
background: lighten($content_bg, 20%);
}
.none {
padding: 40px $gap;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: transparentize(white, 0.9);
color: $gray_90;
fill: currentColor;
font: $font_18_semibold;
stroke: none;