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
|
@ -1,6 +1,9 @@
|
|||
$color_red: #ff3344;
|
||||
$color_yellow: #ffd60f;
|
||||
$color_blue: complement($color_red);
|
||||
$red: #ff3344;
|
||||
$yellow: #ffd60f;
|
||||
$dark_blue: #3c75ff;
|
||||
$blue: #3ca1ff;
|
||||
$green: #00d2b9;
|
||||
$olive: #8bc12a;
|
||||
//$color_yellow: complement($color_red);
|
||||
//$color_yellow: yellow;
|
||||
|
||||
|
@ -19,7 +22,7 @@ $text_big: 20px;
|
|||
$text_sign: 22px;
|
||||
|
||||
$input_bg_color: transparentize(black, 0.8);
|
||||
$button_bg_color: #ff3344;
|
||||
$button_bg_color: $red;
|
||||
|
||||
$comment_bg: #191919;
|
||||
$panel_bg: #191919;
|
||||
|
|
|
@ -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