1
0
Fork 0
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:
Fedor Katurov 2019-10-21 21:17:05 +07:00
parent e5c5089067
commit 42139b0dde
5 changed files with 30 additions and 31 deletions

View file

@ -111,6 +111,8 @@
}
.face {
@include outer_shadow();
box-sizing: border-box;
position: absolute;
top: 0;

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 B

View file

@ -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;