mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
login form alignment
This commit is contained in:
parent
8071a1644c
commit
fae7effeb3
3 changed files with 36 additions and 5 deletions
|
@ -1,7 +1,12 @@
|
|||
@import "~raleway-cyrillic/raleway.css";
|
||||
|
||||
html {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
background: $main_bg_color;
|
||||
min-height: 100vh;
|
||||
//background: $main_bg_color url("../sprites/dots.svg");
|
||||
background: url("http://vault48.org/pixmaps/texture.jpg");
|
||||
//background: #111111;
|
||||
|
@ -25,6 +30,14 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
:global(#app) {
|
||||
min-height: 100vh;
|
||||
|
||||
& > div {
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
:global(.gap) {
|
||||
height: $gap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue