|
3 | 3 | /* Color Properties */
|
4 | 4 |
|
5 | 5 | :root {
|
6 |
| - |
7 |
| - $deep-saffron:#F79C37; |
| 6 | + $deep-saffron: #f79c37; |
8 | 7 | --uui-color-deep-saffron: $deep-saffron;
|
9 | 8 | --uui-color-deep-saffron-light: color($deep-saffron lightness(+ 10%));
|
10 | 9 | --uui-color-deep-saffron-dark: color($deep-saffron blackness(+ 10%));
|
11 |
| - --uui-color-deep-saffron-dimmed: color($deep-saffron saturation(- 74%) blackness(+ 1%)); |
| 10 | + --uui-color-deep-saffron-dimmed: color( |
| 11 | + $deep-saffron saturation(- 74%) blackness(+ 1%) |
| 12 | + ); |
12 | 13 |
|
13 |
| - $sunglow:#FAD634; |
| 14 | + $sunglow: #fad634; |
14 | 15 | --uui-color-sunglow: $sunglow;
|
15 | 16 | --uui-color-sunglow-light: color($sunglow lightness(+ 10%));
|
16 | 17 | --uui-color-sunglow-dark: color($sunglow blackness(+ 10%));
|
17 | 18 | --uui-color-sunglow-dimmed: color($sunglow saturation(- 78%) blackness(+ 1%));
|
18 | 19 |
|
19 |
| - $spanish-pink:#F5C1BC; |
| 20 | + $spanish-pink: #f5c1bc; |
20 | 21 | --uui-color-spanish-pink: $spanish-pink;
|
21 | 22 | --uui-color-spanish-pink-light: color($spanish-pink lightness(+ 5%));
|
22 | 23 | --uui-color-spanish-pink-dark: color($spanish-pink blackness(+ 5%));
|
23 |
| - --uui-color-spanish-pink-dimmed: color($spanish-pink saturation(- 60%) blackness(+ 1%)); |
| 24 | + --uui-color-spanish-pink-dimmed: color( |
| 25 | + $spanish-pink saturation(- 60%) blackness(+ 1%) |
| 26 | + ); |
24 | 27 |
|
25 | 28 | $gunmetal: #162335;
|
26 | 29 | --uui-color-gunmetal: $gunmetal;
|
27 | 30 | --uui-color-gunmetal-light: color($gunmetal lightness(+ 8%));
|
28 | 31 | --uui-color-gunmetal-dark: color($gunmetal blackness(+ 8%));
|
29 |
| - --uui-color-gunmetal-dimmed: color($gunmetal saturation(- 50%) lightness(+ 6%)); |
| 32 | + --uui-color-gunmetal-dimmed: color( |
| 33 | + $gunmetal saturation(- 50%) lightness(+ 6%) |
| 34 | + ); |
30 | 35 |
|
31 |
| - $space-cadet: #1B264F; |
| 36 | + $space-cadet: #1b264f; |
32 | 37 | --uui-color-space-cadet: $space-cadet;
|
33 | 38 | --uui-color-space-cadet-light: color($space-cadet lightness(+ 8%));
|
34 | 39 | --uui-color-space-cadet-dark: color($space-cadet blackness(+ 8%));
|
35 |
| - --uui-color-space-cadet-dimmed: color($space-cadet saturation(- 30%) lightness(+ 30%)); |
| 40 | + --uui-color-space-cadet-dimmed: color( |
| 41 | + $space-cadet saturation(- 30%) lightness(+ 30%) |
| 42 | + ); |
36 | 43 |
|
37 |
| - $violet-blue: #3544B1; |
| 44 | + $violet-blue: #3544b1; |
38 | 45 | --uui-color-violet-blue: $violet-blue;
|
39 | 46 | --uui-color-violet-blue-light: color($violet-blue lightness(+ 8%));
|
40 | 47 | --uui-color-violet-blue-dark: color($violet-blue blackness(+ 8%));
|
41 |
| - --uui-color-violet-blue-dimmed: color($violet-blue saturation(- 30%) blackness(+ 22%)); |
| 48 | + --uui-color-violet-blue-dimmed: color( |
| 49 | + $violet-blue saturation(- 30%) blackness(+ 22%) |
| 50 | + ); |
42 | 51 |
|
43 |
| - $matisse: #2152A3; |
| 52 | + $matisse: #2152a3; |
44 | 53 | --uui-color-matisse: $matisse;
|
45 | 54 | --uui-color-matisse-light: color($matisse lightness(+ 8%));
|
46 | 55 | --uui-color-matisse-dark: color($matisse blackness(+ 8%));
|
47 |
| - --uui-color-matisse-dimmed: color($matisse saturation(- 30%) blackness(+ 22%)); |
| 56 | + --uui-color-matisse-dimmed: color( |
| 57 | + $matisse saturation(- 30%) blackness(+ 22%) |
| 58 | + ); |
48 | 59 |
|
49 |
| - $malibu: #3879FF; |
| 60 | + $malibu: #3879ff; |
50 | 61 | --uui-color-malibu: $malibu;
|
51 | 62 | --uui-color-malibu-light: color($malibu lightness(+ 8%));
|
52 | 63 | --uui-color-malibu-dark: color($malibu blackness(+ 8%));
|
53 | 64 | --uui-color-malibu-dimmed: color($malibu saturation(- 60%) blackness(+ 26%));
|
54 | 65 |
|
55 |
| - $outline-blue: #3879FF; |
| 66 | + $outline-blue: #3879ff; |
56 | 67 | --uui-color-outline-blue: $outline-blue;
|
57 | 68 | --uui-color-outline-blue-light: color($outline-blue lightness(+ 8%));
|
58 | 69 | --uui-color-outline-blue-dark: color($outline-blue blackness(+ 8%));
|
59 |
| - --uui-color-outline-blue-dimmed: color($outline-blue saturation(- 60%) blackness(+ 26%)); |
| 70 | + --uui-color-outline-blue-dimmed: color( |
| 71 | + $outline-blue saturation(- 60%) blackness(+ 26%) |
| 72 | + ); |
60 | 73 |
|
61 |
| - $maroon-flush: #D42054; |
| 74 | + $maroon-flush: #d42054; |
62 | 75 | --uui-color-maroon-flush: $maroon-flush;
|
63 | 76 | --uui-color-maroon-flush-light: color($maroon-flush lightness(+ 8%));
|
64 | 77 | --uui-color-maroon-flush-dark: color($maroon-flush blackness(+ 8%));
|
65 |
| - --uui-color-maroon-flush-dimmed: color($maroon-flush saturation(- 62%) blackness(+ 2%)); |
| 78 | + --uui-color-maroon-flush-dimmed: color( |
| 79 | + $maroon-flush saturation(- 62%) blackness(+ 2%) |
| 80 | + ); |
66 | 81 |
|
67 |
| - $jungle-green: #25aa60;/* A11Y acceptable color. Originally #2BC37C*/ |
| 82 | + $jungle-green: #25aa60; /* A11Y acceptable color. Originally #2BC37C*/ |
68 | 83 | --uui-color-jungle-green: $jungle-green;
|
69 | 84 | --uui-color-jungle-green-light: color($jungle-green lightness(+ 6%));
|
70 | 85 | --uui-color-jungle-green-dark: color($jungle-green blackness(+ 6%));
|
71 |
| - --uui-color-jungle-green-dimmed: color($jungle-green saturation(- 50%) blackness(+ 1%)); |
| 86 | + --uui-color-jungle-green-dimmed: color( |
| 87 | + $jungle-green saturation(- 50%) blackness(+ 1%) |
| 88 | + ); |
72 | 89 |
|
73 | 90 | /*TODO: color needs proper name*/
|
74 | 91 | $dark-green: #0b8152;
|
75 | 92 | --uui-color-dark-green: $dark-green;
|
76 | 93 | --uui-color-dark-green-light: color($dark-green lightness(+ 6%));
|
77 | 94 | --uui-color-dark-green-dark: color($dark-green blackness(+ 6%));
|
78 |
| - --uui-color-dark-green-dimmed: color($dark-green saturation(- 50%) blackness(+ 1%)); |
| 95 | + --uui-color-dark-green-dimmed: color( |
| 96 | + $dark-green saturation(- 50%) blackness(+ 1%) |
| 97 | + ); |
79 | 98 |
|
80 | 99 | $cocoa-black: #191715;
|
81 | 100 | --uui-color-cocoa-black: $cocoa-black;
|
82 | 101 | --uui-color-cocoa-black-light: color($cocoa-black lightness(+ 5%));
|
83 | 102 | --uui-color-cocoa-black-dark: color($cocoa-black blackness(+ 5%));
|
84 |
| - --uui-color-cocoa-black-dimmed: color($cocoa-black saturation(- 20%) lightness(+ 10%)); |
| 103 | + --uui-color-cocoa-black-dimmed: color( |
| 104 | + $cocoa-black saturation(- 20%) lightness(+ 10%) |
| 105 | + ); |
85 | 106 |
|
86 |
| - $dune-black: #2E2B29; |
| 107 | + $dune-black: #2e2b29; |
87 | 108 | --uui-color-dune-black: $dune-black;
|
88 | 109 | --uui-color-dune-black-light: color($dune-black lightness(+ 4%));
|
89 | 110 | --uui-color-dune-black-dark: color($dune-black blackness(+ 10%));
|
90 |
| - --uui-color-dune-black-dimmed: color($dune-black saturation(- 30%) lightness(+ 8%)); |
| 111 | + --uui-color-dune-black-dimmed: color( |
| 112 | + $dune-black saturation(- 30%) lightness(+ 8%) |
| 113 | + ); |
91 | 114 |
|
92 |
| - $cocoa-brown: #332A24; |
| 115 | + $cocoa-brown: #332a24; |
93 | 116 | --uui-color-cocoa-brown: $cocoa-brown;
|
94 | 117 | --uui-color-cocoa-brown-light: color($cocoa-brown lightness(+ 5%));
|
95 | 118 | --uui-color-cocoa-brown-dark: color($cocoa-brown blackness(+ 5%));
|
96 |
| - --uui-color-cocoa-brown-dimmed: color($cocoa-brown saturation(- 40%) blackness(+ 2%)); |
| 119 | + --uui-color-cocoa-brown-dimmed: color( |
| 120 | + $cocoa-brown saturation(- 40%) blackness(+ 2%) |
| 121 | + ); |
97 | 122 |
|
98 |
| - $chamoisee: #9D8057; |
| 123 | + $chamoisee: #9d8057; |
99 | 124 | --uui-color-chamoisee: $chamoisee;
|
100 | 125 | --uui-color-chamoisee-light: color($chamoisee lightness(+ 8%));
|
101 | 126 | --uui-color-chamoisee-dark: color($chamoisee blackness(+ 8%));
|
102 |
| - --uui-color-chamoisee-dimmed: color($chamoisee saturation(- 18%) blackness(+ 8%)); |
103 |
| - |
| 127 | + --uui-color-chamoisee-dimmed: color( |
| 128 | + $chamoisee saturation(- 18%) blackness(+ 8%) |
| 129 | + ); |
104 | 130 |
|
105 |
| - $timberwolf: #E2DAD4; |
| 131 | + $timberwolf: #e2dad4; |
106 | 132 | --uui-color-timberwolf: $timberwolf;
|
107 | 133 | --uui-color-timberwolf-light: color($timberwolf lightness(+ 8%));
|
108 | 134 | --uui-color-timberwolf-dark: color($timberwolf blackness(+ 8%));
|
109 |
| - --uui-color-timberwolf-dimmed: color($timberwolf saturation(- 82%) blackness(+ 6%)); |
| 135 | + --uui-color-timberwolf-dimmed: color( |
| 136 | + $timberwolf saturation(- 82%) blackness(+ 6%) |
| 137 | + ); |
110 | 138 |
|
111 | 139 | $gravel: #d8d7d9;
|
112 | 140 | --uui-color-gravel: $gravel;
|
|
120 | 148 | --uui-color-sand-dark: color($sand blackness(+ 8%));
|
121 | 149 | --uui-color-sand-dimmed: color($sand saturation(- 82%) blackness(+ 6%));
|
122 | 150 |
|
123 |
| - $white: #FEFEFE; |
| 151 | + $white: #fefefe; |
124 | 152 | --uui-color-white: $white;
|
125 | 153 | --uui-color-white-light: color($white lightness(+ 2%));
|
126 | 154 | --uui-color-white-dark: color($white blackness(+ 2%));
|
|
132 | 160 | --uui-color-black-dark: color($black blackness(+ 8%));
|
133 | 161 | --uui-color-black-dimmed: color($black saturation(- 100%) lightness(+ 12%));
|
134 | 162 |
|
135 |
| - $grey: #C4C4C4; |
| 163 | + $grey: #c4c4c4; |
136 | 164 | --uui-color-grey: $grey;
|
137 | 165 | --uui-color-grey-light: color($grey lightness(+ 10%));
|
138 | 166 | --uui-color-grey-dark: color($grey blackness(+ 10%));
|
139 | 167 | --uui-color-grey-dimmed: color($grey saturation(- 100%) blackness(+ 4%));
|
140 | 168 |
|
141 |
| - $dusty-grey: #9B9B9B; |
| 169 | + $dusty-grey: #9b9b9b; |
142 | 170 | --uui-color-dusty-grey: $dusty-grey;
|
143 | 171 | --uui-color-dusty-grey-light: color($dusty-grey lightness(+ 8%));
|
144 | 172 | --uui-color-dusty-grey-dark: color($dusty-grey blackness(+ 10%));
|
145 |
| - --uui-color-dusty-grey-dimmed: color($dusty-grey saturation(- 100%) lightness(+ 12%)); |
| 173 | + --uui-color-dusty-grey-dimmed: color( |
| 174 | + $dusty-grey saturation(- 100%) lightness(+ 12%) |
| 175 | + ); |
146 | 176 |
|
147 |
| - $mine-grey: #3E3E3E; |
| 177 | + $mine-grey: #3e3e3e; |
148 | 178 | --uui-color-mine-grey: $mine-grey;
|
149 | 179 | --uui-color-mine-grey-light: color($mine-grey lightness(+ 8%));
|
150 | 180 | --uui-color-mine-grey-dark: color($mine-grey blackness(+ 10%));
|
151 |
| - --uui-color-mine-grey-dimmed: color($mine-grey saturation(- 100%) lightness(+ 10%)); |
152 |
| - |
| 181 | + --uui-color-mine-grey-dimmed: color( |
| 182 | + $mine-grey saturation(- 100%) lightness(+ 10%) |
| 183 | + ); |
153 | 184 | }
|
0 commit comments