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

fixed styles imports

This commit is contained in:
Fedor Katurov 2020-11-06 13:05:43 +07:00
parent 2daa38ad12
commit 33e9e01f29
130 changed files with 264 additions and 19 deletions

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
width: 100vw;
height: 100vh;

View file

@ -1,7 +1,9 @@
@import "src/styles/variables";
.editor {
flex: 1;
padding: $gap;
// padding-bottom: 0;
// padding-bottom: 0;
align-items: center;
justify-content: center;
position: relative;
@ -10,4 +12,4 @@
.form {
height: 100vh;
width: 100%;
}
}

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
height: 200px;
display: flex;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
$secondary_color: darken(desaturate($blue, 100%), 30%);
$vk_color: $secondary_color;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.footer {
padding: $gap;
}

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
padding: $gap $gap * 2;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
padding: $login_dialog_padding;
}

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.fixed {
position: fixed;
z-index: 30;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
:global(.pswp__img) {
border-radius: $radius;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.messages {
padding: $gap;
}

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
padding: $gap $gap $gap * 4;
}

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
padding: $gap $gap $gap * 4;
}

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.container {
height: 100vh;
width: 100%;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.example {
height: 1200px;
background: yellow;