1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +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 {
display: flex;
@ -7,7 +7,6 @@
flex-direction: column;
}
.grid {
padding: $gap;
}
@ -20,8 +19,7 @@
width: 100%;
height: 100vh;
overflow: hidden;
background: 50% 0 no-repeat url('../../sprites/boris_bg.svg');
background-size: cover;
background: $boris_background;
}
.header {
@ -117,40 +115,6 @@
text-transform: uppercase;
margin-bottom: $gap * 2;
}
&__container {
background: darken($content_bg, 4%);
border-radius: 0 $radius $radius 0;
box-shadow: inset transparentize(mix($wisegreen, white, 60%), 0.6) 0 1px;
padding: $gap;
box-sizing: border-box;
flex: 0 0 auto;
@include tablet {
border-radius: 0;
}
}
&__title {
font: $font_12_semibold;
text-transform: uppercase;
opacity: 0.3;
margin-top: 16px !important;
}
&__about {
line-height: 1.4em;
p {
margin-bottom: $gap;
}
}
&__wrap {
@include tablet {
display: none;
}
}
}
.content {
@ -162,7 +126,3 @@
border-radius: 0;
}
}
.super_powers {
padding: $gap * 2 0;
}

View file

@ -1,6 +1,6 @@
@use "sass:math";
@use 'sass:math';
@import "src/styles/variables";
@import 'src/styles/variables';
.wrap {
max-width: 2000px;
@ -36,7 +36,7 @@ $cols: math.div($content_width, $cell);
grid-row-end: 2;
grid-column-start: 1;
grid-column-end: -1;
background: darken($content_bg, 2%);
background: $content_bg_dark;
border-radius: $radius;
display: flex;
align-items: center;
@ -53,7 +53,7 @@ $cols: math.div($content_width, $cell);
overflow: hidden;
position: relative;
@media(max-width: $flow_hide_recents) {
@media (max-width: $flow_hide_recents) {
grid-column-start: 1;
grid-row-end: span 1;
}

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.wrap {
width: 100%;
@ -26,13 +26,6 @@
}
}
.buttons {
background: $node_buttons_bg;
flex: 1;
border-radius: $panel_radius;
box-shadow: $comment_shadow;
}
.panel {
@include row_shadow;
@ -46,4 +39,4 @@
@include tablet {
border-radius: 0;
}
}
}

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.container {
width: 100vw;
@ -22,7 +22,7 @@
display: flex;
flex-direction: row;
margin-top: $page_top_offset;
background: darken($content_bg, 2%);
background: $content_bg_dark;
@include tablet {
margin-top: 0;