-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.scss
More file actions
40 lines (38 loc) · 791 Bytes
/
index.scss
File metadata and controls
40 lines (38 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$background: #fff;
$secondary_background: #f2f3f4;
$background_tint: aliceblue;
$soft_border: #f8f8f8;
$medium_soft_border: #cdcdcd;
$medium_border: #aaa;
$hard_border: #888;
$shadow: #000;
$modal_shadow: #000;
$selected: #e5f2ff;
$strong_selected: #6b9aba;
$font_color: #000;
$medium_font_color: #555;
$soft_font_color: #888;
$inverse_font_color: #fff;
$negative: crimson;
$neutral: #f80;
$positive: green;
$strong_action: #80ccff;
$action: #53b6bf;
$action_hover: #4d5e6b;
$action_disabled: #555;
$secondary_action: dodgerblue;
// conflict colors
$base: #000;
$very_soft: #C0C0C0;
$soft: #A4A0A0;
$medium: #808080;
$purple: #800080;
$green: #008000;
$olive: #808000;
$orange: #FF8040;
$red: #F00;
$lime: #0F0;
$yellow: #FF0;
$fuschia: #F0F;
$transparency: 0.15;
@import 'zedit/app.scss';