summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_colors.scss
blob: d011e23cb8ad32c9467f5c68b1f7e0450ff05e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$warning: #F7E8AF;
$search-highlight: #FFEF29;

$total_count_bg: #C0B9B9;

$error: #D72A25;
$attention: #F6A40A;
$success: #2DAB49;

$contrast: #EEE;
$top_pane: #EAEAEA;
$secondary: #3E3A37;
$primary_color: #EF4E2F;
$action_buttons: #2ba6cb;

$secondary_callout: #FF7902;