mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
login mechanism
This commit is contained in:
parent
6168841f78
commit
9528e7f699
27 changed files with 528 additions and 96 deletions
|
@ -25,6 +25,18 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
:global(.gap) {
|
||||
height: $gap;
|
||||
}
|
||||
|
||||
:global(.spc) {
|
||||
height: $spc;
|
||||
|
||||
&:global(.double) { height: $spc * 2; }
|
||||
&:global(.quadro) { height: $spc * 4; }
|
||||
&:global(.sixty) { height: $spc * 6; }
|
||||
}
|
||||
|
||||
:global(.padded) {
|
||||
padding: $gap;
|
||||
}
|
||||
|
@ -46,3 +58,4 @@ body {
|
|||
:global(.footer) {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue