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;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
max-width: 2000px;
padding: 0 40px 40px 40px;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
position: fixed;
transform: translateZ(0);

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrapper {
width: 100%;
padding: 0 $gap;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
display: flex;
align-items: flex-start;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.content {
align-items: stretch !important;
@include vertical_at_tablet;
@ -25,7 +27,7 @@
min-width: 0;
position: relative;
z-index: 10;
@media (max-width: 1024px) {
padding-left: 0;
padding-top: $comment_height / 2;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
@include outer_shadow();

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.avatar {
@include outer_shadow();

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
justify-content: flex-start;
align-items: flex-start !important;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
display: flex;
align-items: flex-start !important;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.loader {
min-height: 33vh;
display: flex;

View file

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

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
flex: 1;
background: $content_bg;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
display: flex;
align-items: stretch;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
display: flex;
align-items: flex-start;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
@keyframes appear {
0% { opacity: 0; }
100% { opacity: 1; }

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
@include outer_shadow;