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:
parent
7209190c8e
commit
e51769229d
4 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
@import "src/styles/variables";
|
||||
|
||||
.wrap.wrap {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@import "src/styles/variables";
|
||||
|
||||
.wrap {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@import "src/styles/variables";
|
||||
|
||||
.wrap {
|
||||
@include sidebar_content(600px);
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue