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

@ -14,8 +14,8 @@ $cols: $content_width / $cell;
grid-auto-rows: 256px;
grid-auto-flow: row dense;
grid-column-gap: 4px;
grid-row-gap: 4px;
grid-column-gap: $grid_line;
grid-row-gap: $grid_line;
}
.cell {
@ -25,6 +25,7 @@ $cols: $content_width / $cell;
flex: 0 0;
background: $cell_bg;
@include outer_shadow();
//&::after {
// content: ' ';
// background: transparentize(white, 0.9);