1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
This commit is contained in:
muerwre 2019-07-27 05:50:18 +07:00
parent 163a46ace2
commit b8b1e49d94
11 changed files with 176 additions and 48 deletions

View file

@ -49,6 +49,14 @@ $font_10_semibold: $semibold 10px $font;
$font_cell_title: $font_24_bold;
$font_hero_title: $font_48_semibold;
$shadow_depth_1: transparentize(black, 0.8) 0 1px, inset transparentize(white, 0.98) 0 1px;
$shadow_depth_2: transparentize(black, 0.8) 0 2px, inset transparentize(white, 0.98) 0 1px;
$comment_shadow: $shadow_depth_2;
$node_shadow: transparentize(black, 0.8) 1px 2px;
$tag_height: 24px;
@mixin outer_shadow() {
box-shadow: inset transparentize(white, 0.95) 0 1px,
inset transparentize(black, 0.5) 0 -1px;