mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
css grid to pack my layout
This commit is contained in:
parent
44e10599d7
commit
debb0640da
20 changed files with 1212 additions and 23 deletions
|
@ -1 +1,11 @@
|
|||
@import 'colors';
|
||||
|
||||
$cell: 256px;
|
||||
$content_width: $cell * 5;
|
||||
$gap: 8px;
|
||||
$spc: $gap * 2;
|
||||
$panel_radius: 1px;
|
||||
|
||||
@mixin outer_shadow() {
|
||||
box-shadow: transparentize(white, 0.92) -1px -1px, transparentize(black, 0.8) 1px 1px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue