-
Notifications
You must be signed in to change notification settings - Fork 13
/
variables.scss
188 lines (186 loc) · 6.33 KB
/
variables.scss
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
// Do not edit directly
// Generated on Wed, 30 Aug 2023 21:52:36 GMT
$color-base: #212121;
$color-white: #ffffff;
$color-black: #000000;
$color-link-default: #004795;
$color-link-visited: #4c2c92;
$color-warning-message: #fac922;
$color-feedback-warning-background: #fac922;
$color-primary: #0071bb;
$color-primary-darker: #003e73;
$color-primary-darkest: #112e51;
$color-primary-alt: #02bfe7;
$color-primary-alt-dark: #00a6d2;
$color-primary-alt-darkest: #046b99;
$color-primary-alt-light: #9bdaf1;
$color-primary-alt-lightest: #e1f3f8;
$color-secondary: #e31c3d;
$color-secondary-dark: #cd2026;
$color-secondary-darkest: #981b1e;
$color-secondary-light: #e59393;
$color-secondary-lightest: #f9dede;
$color-gray: #5b616b;
$color-gray-dark: #323a45;
$color-gray-medium: #757575;
$color-gray-light: #aeb0b5;
$color-gray-light-alt: #eeeeee;
$color-gray-lighter: #d6d7d9;
$color-gray-lightest: #f1f1f1;
$color-gray-warm-dark: #494440;
$color-gray-warm-light: #e4e2e0;
$color-gray-cool-light: #dce4ef;
$color-green: #2e8540;
$color-green-dark: #1e5f2f;
$color-green-darker: #195c27;
$color-green-darkest: #0f3f1f;
$color-green-light: #7dbf7c;
$color-green-lighter: #94bfa2;
$color-green-lightest: #e7f4e4;
$color-gold: #fdb81e;
$color-gold-light: #f9c642;
$color-gold-lighter: #fad980;
$color-gold-lightest: #fff1d2;
$v3-color-error-dark: #b50909;
$v3-color-base-darkest: #1B1B1B;
$font-family-sans: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
$font-family-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
$font-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
$font-source-sans: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
$font-weight-normal: 400;
$font-weight-bold: 700;
$font-style-normal: normal;
$font-style-italic: italic;
$font-size-sm: 1.5rem;
$font-size-base: 1.6rem;
$font-size-md: 1.7rem;
$font-size-lg: 2rem;
$font-size-xl: 3rem;
$font-size-2xl: 4rem;
$font-size-h1: 4rem;
$font-size-h2: 3rem;
$font-size-h3: 2rem;
$font-size-h4: 1.7rem;
$font-size-h5: 1.5rem;
$font-size-h6: 1.5rem;
$v3-font-base-size: 16px;
$units-0: 0;
$units-1: 0.8rem;
$units-2: 1.6rem;
$units-3: 2.4rem;
$units-4: 3.2rem;
$units-5: 4rem;
$units-6: 4.8rem;
$units-7: 5.6rem;
$units-8: 6.4rem;
$units-9: 7.2rem;
$units-10: 8rem;
$units-15: 12rem;
$units-1px: 1px;
$units-0p25: 2px;
$units-0p5: 0.4rem;
$units-1p5: 1.2rem;
$units-2p5: 2rem;
$units-neg-1px: -1px;
$units-neg-0p25: -2px;
$units-neg-0p5: -0.4rem;
$units-neg-1: -0.8rem;
$units-neg-1p5: -1.2rem;
$units-neg-2: -1.6rem;
$units-neg-2p5: -2rem;
$units-neg-3: -2.4rem;
$units-neg-4: -3.2rem;
$units-neg-5: -4rem;
$units-neg-6: -4.8rem;
$units-neg-7: -5.6rem;
$units-neg-8: -6.4rem;
$units-neg-9: -7.2rem;
$units-neg-10: -8rem;
$units-neg-15: -12rem;
$uswds-system-color-blue-5: #eff6fb;
$uswds-system-color-blue-10: #d9e8f6;
$uswds-system-color-blue-20: #aacdec;
$uswds-system-color-blue-30: #73b3e7;
$uswds-system-color-blue-40: #4f97d1;
$uswds-system-color-blue-50: #2378c3;
$uswds-system-color-blue-60: #2c608a;
$uswds-system-color-blue-70: #274863;
$uswds-system-color-blue-80: #1f303e;
$uswds-system-color-blue-90: #11181d;
$uswds-system-color-blue-vivid-50: #0076d6;
$uswds-system-color-blue-vivid-60: #005ea2;
$uswds-system-color-blue-cool-60: #2e6276;
$uswds-system-color-blue-cool-vivid-5: #e1f3f8;
$uswds-system-color-blue-cool-vivid-20: #97d4ea;
$uswds-system-color-blue-cool-vivid-40: #28a0cb;
$uswds-system-color-blue-cool-vivid-60: #07648d;
$uswds-system-color-blue-warm-10: #e1e7f1;
$uswds-system-color-blue-warm-vivid-60: #0050d8;
$uswds-system-color-blue-warm-vivid-70: #1a4480;
$uswds-system-color-blue-warm-vivid-80: #162e51;
$uswds-system-color-cyan-5: #e7f6f8;
$uswds-system-color-cyan-20: #99deea;
$uswds-system-color-cyan-vivid-30: #00bde3;
$uswds-system-color-cyan-vivid-40: #009ec1;
$uswds-system-color-gold-vivid-5: #fef0c8;
$uswds-system-color-gold-vivid-10: #ffe396;
$uswds-system-color-gold-vivid-20: #ffbe2e;
$uswds-system-color-gold-vivid-30: #e5a000;
$uswds-system-color-gold-vivid-50: #936f38;
$uswds-system-color-gray-1: #fcfcfc;
$uswds-system-color-gray-2: #f9f9f9;
$uswds-system-color-gray-3: #f6f6f6;
$uswds-system-color-gray-4: #f3f3f3;
$uswds-system-color-gray-5: #f0f0f0;
$uswds-system-color-gray-10: #e6e6e6;
$uswds-system-color-gray-20: #c9c9c9;
$uswds-system-color-gray-30: #adadad;
$uswds-system-color-gray-40: #919191;
$uswds-system-color-gray-50: #757575;
$uswds-system-color-gray-60: #5c5c5c;
$uswds-system-color-gray-70: #454545;
$uswds-system-color-gray-80: #2e2e2e;
$uswds-system-color-gray-90: #1b1b1b;
$uswds-system-color-gray-100: #000000;
$uswds-system-color-gray-cool-1: #fbfcfd;
$uswds-system-color-gray-cool-2: #f7f9fa;
$uswds-system-color-gray-cool-3: #f5f6f7;
$uswds-system-color-gray-cool-4: #f1f3f6;
$uswds-system-color-gray-cool-5: #edeff0;
$uswds-system-color-gray-cool-10: #dfe1e2;
$uswds-system-color-gray-cool-20: #c6cace;
$uswds-system-color-gray-cool-30: #a9aeb1;
$uswds-system-color-gray-cool-40: #8d9297;
$uswds-system-color-gray-cool-50: #71767a;
$uswds-system-color-gray-cool-60: #565c65;
$uswds-system-color-gray-cool-70: #3d4551;
$uswds-system-color-gray-cool-80: #2d2e2f;
$uswds-system-color-gray-cool-90: #1c1d1f;
$uswds-system-color-gray-warm-10: #e6e6e2;
$uswds-system-color-gray-warm-70: #454540;
$uswds-system-color-green-cool-5: #ecf3ec;
$uswds-system-color-green-cool-20: #b4d0b9;
$uswds-system-color-green-cool-40: #5e9f69;
$uswds-system-color-green-cool-vivid-20: #70e17b;
$uswds-system-color-green-cool-vivid-40: #00a91c;
$uswds-system-color-green-cool-vivid-50: #008817;
$uswds-system-color-green-cool-vivid-60: #216e1f;
$uswds-system-color-orange-40: #dd7533;
$uswds-system-color-red-30: #f2938c;
$uswds-system-color-red-50: #d83933;
$uswds-system-color-red-70: #6f3331;
$uswds-system-color-red-vivid-60: #b50909;
$uswds-system-color-red-vivid-70: #8b0a03;
$uswds-system-color-red-cool-vivid-10: #f8dfe2;
$uswds-system-color-red-cool-vivid-50: #e41d3d;
$uswds-system-color-red-cool-vivid-60: #b21d38;
$uswds-system-color-red-cool-vivid-70: #822133;
$uswds-system-color-red-warm-10: #f4e3db;
$uswds-system-color-red-warm-80: #332d29;
$uswds-system-color-red-warm-vivid-30: #f39268;
$uswds-system-color-red-warm-vivid-50: #d54309;
$uswds-system-color-red-warm-vivid-60: #9c3d10;
$uswds-system-color-violet-vivid-70: #54278f;
$uswds-system-color-yellow-5: #faf3d1;
$uswds-system-color-yellow-vivid-10: #fee685;
$uswds-system-color-yellow-vivid-20: #face00;