mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
tags
This commit is contained in:
parent
163a46ace2
commit
b8b1e49d94
11 changed files with 176 additions and 48 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue