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

fixed grid layout

This commit is contained in:
muerwre 2019-04-04 12:08:36 +07:00
parent debb0640da
commit 6168841f78
8 changed files with 73 additions and 31 deletions

View file

@ -1,4 +1,6 @@
$main_bg_color: #111111;
$main_bg_color: #161616;
$main_text_color: white;
$content_bg_color: #191919;
$content_bg_color: #222222;
$cell_bg: transparentize(white, 0.95);