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

fixed styles import

This commit is contained in:
Fedor Katurov 2020-11-19 17:51:49 +07:00
parent 7209190c8e
commit e51769229d
4 changed files with 8 additions and 0 deletions

View file

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

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 {
@include sidebar_content(600px);
display: flex;