TeaWeb/shared/css/static/properties.scss

15 lines
364 B
SCSS
Raw Normal View History

$channel_tree_entry_selected: #2d2d2d;
$channel_tree_entry_hovered: #393939;
2019-08-21 10:00:01 +02:00
$channel_tree_entry_text_color: #828282;
$border_radius_small: .1em;
$border_radius_middle: .15em;
$border_radius_large: .2em;
2019-10-13 21:33:07 +02:00
$button_hover_animation_time: .25s;
$color_list_border: #161616;
$color_list_background: #28292b;
$color_list_hover: #2c2d2f;
$color_list_selected: #1a1a1b;