aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/settings/variables.scss
blob: 9bd10cb4e3b27c5620418643da863160e687624a (plain) (blame)
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
41
42
43
44
45
/*
  Variables
 */



/*
  Colors
 */
$white-linen: #FAF6F0; // formerly 'faint orange (textfield shades)'
$rajah: #F5C26D; // formerly 'light orange (button shades)'
$buttercup: #F5A623; // formerly 'dark orange (text)'
$tundora: #4A4A4A; // formerly 'borders/font/any gray'
$gallery: #EFEFEF;
$alabaster: #F7F7F7;
$shark: #22232C;
$wild-sand: #F6F6F6;
$white: #FFFFFF;
$dusty-gray: #9B9B9B;
$alto: #DEDEDE;

/*
  Z-Indicies
 */

// Planned
$dropdown-z: 30;
$container-z: 15;
$header-z: 12;

/*
  Z Indicies - Current
  app - 11
  hex/bn as decimal input - 1 - remove?
  dropdown - 11
  loading - 10 - higher?
  mascot - 0 - remove?
 */

/*
  Responsive Breakpoints
 */
$break-small: 575px;
$break-midpoint: 780px;
$break-large: 576px;