1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +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,9 +1,9 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.wrap {
width: 100vw;
height: 100vh;
background: transparentize(darken($content_bg, 4%), 0.5);
background: $content_bg_backdrop;
display: flex;
align-items: center;
justify-content: center;
@ -42,7 +42,7 @@
.footer {
@include outer_shadow();
background: darken($content_bg, 2%);
background: $content_bg_dark;
}
.body {
@ -66,7 +66,7 @@
.close {
@include outer_shadow;
background: lighten($content_bg, 4%);
background: $content_bg_lighter;
width: 36px;
height: 36px;
position: absolute;
@ -88,7 +88,7 @@
}
&:hover {
background-color: $red;
background-color: $color_danger;
transform: translate(50%, 0) scale(1.25);
}
@ -105,7 +105,7 @@
width: 100%;
height: 40px;
pointer-events: none;
background: linear-gradient(0deg, $red 50%, transparentize($red, 1));
background: linear-gradient(0deg, $color_danger 50%, transparent);
display: flex;
align-items: center;
justify-content: center;
@ -132,7 +132,7 @@
.shade {
position: absolute;
background: transparentize($content_bg, 0.3);
background: $content_bg_backdrop;
top: 0;
left: 0;
width: 100%;

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.fixed {
position: fixed;
@ -46,7 +46,7 @@
}
.overlay {
@include modal_backdrop();
@include blur;
position: absolute;
top: 0;

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.wrap {
display: flex;
@ -22,7 +22,7 @@
border: none;
&.active {
background: lighten($content_bg, 4%);
background: $content_bg_lighter;
}
}