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

login mechanism

This commit is contained in:
muerwre 2019-04-04 16:36:50 +07:00
parent 6168841f78
commit 9528e7f699
27 changed files with 528 additions and 96 deletions

View file

@ -7,11 +7,6 @@
height: 100px;
}
.logo {
font-size: 1.4em;
font-weight: 800;
display: flex;
}
.spacer {
flex: 1;
@ -36,7 +31,12 @@
display: block;
}
&:last-child::after { display: none; }
&:last-child {
padding-right: 0;
&::after { display: none; }
}
}
}