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,7 +1,7 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.shade {
background: linear-gradient(7deg, transparentize($content_bg, 0.05) 30px, transparentize($content_bg, 1) 250px);
background: linear-gradient(7deg, $content_bg 30px, transparent 250px);
pointer-events: none;
touch-action: none;

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.cell {
@include inner_shadow;
@ -57,13 +57,11 @@
.quadro &,
.horizontal & {
max-width: calc(50% - 15px);
@include blur(transparentize($content_bg, 0), 10px, 0.5)
}
.quadro &,
.vertical & {
max-height: calc(50% - 15px);
@include blur(transparentize($content_bg, 0), 10px, 0.5)
}
}

View file

@ -1,8 +1,8 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.dropdown {
@include outer_shadow;
@include blur($red, 15px, 0.3);
@include blur($content_bg_info);
width: 100%;
height: 100%;

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.item {
display: flex;
@ -30,7 +30,7 @@
width: 12px;
height: 12px;
border-radius: 100%;
background: $red;
background: $color_danger;
box-shadow: $content_bg 0 0 0 5px;
position: absolute;
right: -2px;
@ -40,7 +40,7 @@
&.lab {
&::after {
background: $blue;
background: $color_lab;
}
}
}
@ -61,7 +61,7 @@
.comment {
font: $font_12_regular;
margin-top: 4px;
color: darken(white, 50%);
color: $gray_50;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.wrap {
flex: 1;
@ -12,7 +12,7 @@
flex-direction: column;
flex: 1;
opacity: 0.3;
fill: transparentize(white, 0.7);
fill: $gray_75;
stroke: none;
min-height: 250px;
}

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($cell_shade, 1) 50%,
transparentize($cell_shade, 0) 95%
);
background: linear-gradient(182deg, transparent 50%, $content_bg 95%);
z-index: 4;
pointer-events: none;
touch-action: none;
@ -76,8 +72,7 @@ img.preview {
opacity: 0;
:global(.swiper-slide-active) &,
:global(.swiper-slide-duplicate-active) &
{
:global(.swiper-slide-duplicate-active) & {
transform: translate(-15%, -20%);
opacity: 1;
}
@ -164,5 +159,5 @@ img.preview {
display: flex;
align-items: center;
justify-content: center;
color: transparentize(white, 0.95);
color: $gray_90;
}

View file

@ -1,10 +1,11 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.container {
height: 280px;
width: 100%;
background: transparentize(white, 0.9)
url('http://37.192.131.144/hero/photos/photo-20140527-1639766.jpg') no-repeat 50% 30%;
background: $gray_90
url('http://37.192.131.144/hero/photos/photo-20140527-1639766.jpg')
no-repeat 50% 30%;
background-size: cover;
opacity: 0.7;
will-change: transform;