mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
cells shadow
This commit is contained in:
parent
e5c5089067
commit
42139b0dde
5 changed files with 30 additions and 31 deletions
|
@ -111,6 +111,8 @@
|
|||
}
|
||||
|
||||
.face {
|
||||
@include outer_shadow();
|
||||
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
min-width: 0;
|
||||
width: 100%;
|
||||
transition: height 0.25s;
|
||||
border-radius: $radius $radius 0 0;
|
||||
}
|
||||
|
||||
.image_container {
|
||||
|
|
BIN
src/sprites/favicon.ico
Normal file
BIN
src/sprites/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 719 B |
|
@ -46,7 +46,7 @@ $button_bg_color: $red_gradient;
|
|||
$comment_bg: lighten($content_bg, 2%);
|
||||
$panel_bg: transparent;
|
||||
$node_bg: darken($content_bg, 2%);
|
||||
$node_image_bg: darken($main_bg_color, 7%);
|
||||
$node_image_bg: darken($main_bg_color, 4%);
|
||||
$node_title_background: darken($main_bg_color, 8%);
|
||||
|
||||
$editor_bg: $content_bg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue