mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
setting image loaded status
This commit is contained in:
parent
1299a0e766
commit
e1a9dd66fc
3 changed files with 20 additions and 16 deletions
|
@ -2,7 +2,7 @@ $red: #ff3344;
|
|||
$yellow: #ffd60f;
|
||||
$dark_blue: #3c75ff;
|
||||
$blue: #3ca1ff;
|
||||
$green: #00d2b9;
|
||||
$green: #00d2b9;
|
||||
//$green: #00503c;
|
||||
$olive: #8bc12a;
|
||||
$orange: #ff7549;
|
||||
|
@ -35,7 +35,7 @@ $button_bg_color: $red_gradient;
|
|||
$comment_bg: lighten($main_bg_color, 0%);
|
||||
$panel_bg: transparent;
|
||||
$node_bg: darken($content_bg, 4%);
|
||||
$node_image_bg: lighten($main_bg_color, 4%);
|
||||
$node_image_bg: darken($main_bg_color, 2%);
|
||||
$node_title_background: darken($main_bg_color, 8%);
|
||||
|
||||
$editor_bg: $content_bg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue