mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
side pane
This commit is contained in:
parent
62e72d166f
commit
9b93012b08
9 changed files with 95 additions and 5 deletions
|
@ -10,7 +10,7 @@ $main_text_color: white;
|
|||
$content_bg_color: #222222;
|
||||
$content_bg_secondary: darken($content_bg_color, 3%);
|
||||
|
||||
$cell_bg: transparentize(white, 0.98);
|
||||
$cell_bg: #222222;
|
||||
|
||||
$text_normal: 16px;
|
||||
$text_small: 14px;
|
||||
|
|
|
@ -60,7 +60,7 @@ body {
|
|||
}
|
||||
|
||||
:global(.content_container) {
|
||||
background: $content_bg_color;
|
||||
// background: $content_bg_color;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
$cell: 256px;
|
||||
$content_width: $cell * 4;
|
||||
$gap: 8px;
|
||||
$gap: 10px;
|
||||
$spc: $gap * 2;
|
||||
$panel_radius: 1px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue