@7shifts/sous-chef 1.5.2 → 1.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/forms/MultiSelectField/MultiSelectField.d.ts +2 -1
- package/dist/forms/TextField/TextField.d.ts +2 -0
- package/dist/index.css +1258 -889
- package/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +9 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +6 -6
- package/CHANGELOG.md +0 -190
- package/dist/actions/Button/Button.js.flow +0 -44
- package/dist/actions/Button/index.js.flow +0 -8
- package/dist/actions/PaginationControls/PaginationControls.js.flow +0 -16
- package/dist/actions/PaginationControls/index.js.flow +0 -8
- package/dist/actions/Toggle/Toggle.js.flow +0 -21
- package/dist/actions/Toggle/index.js.flow +0 -8
- package/dist/actions/index.js.flow +0 -11
- package/dist/core/DataTable/DataTable.js.flow +0 -59
- package/dist/core/DataTable/DataTableContext.js.flow +0 -15
- package/dist/core/DataTable/index.js.flow +0 -8
- package/dist/core/DataTable/types.js.flow +0 -32
- package/dist/core/DataTableCell/DataTableCell.js.flow +0 -16
- package/dist/core/DataTableCell/index.js.flow +0 -8
- package/dist/core/DataTableEditableCell/DataTableEditableCell.js.flow +0 -26
- package/dist/core/DataTableEditableCell/index.js.flow +0 -8
- package/dist/core/DataTableRow/DataTableRow.js.flow +0 -17
- package/dist/core/DataTableRow/index.js.flow +0 -8
- package/dist/core/Flex/Flex.js.flow +0 -29
- package/dist/core/Flex/index.js.flow +0 -8
- package/dist/core/Flex/types.js.flow +0 -27
- package/dist/core/Inline/Inline.js.flow +0 -41
- package/dist/core/Inline/index.js.flow +0 -8
- package/dist/core/ResourceTable/ResourceTable.js.flow +0 -55
- package/dist/core/ResourceTable/ResourceTableContext.js.flow +0 -15
- package/dist/core/ResourceTable/index.js.flow +0 -8
- package/dist/core/ResourceTable/types.js.flow +0 -32
- package/dist/core/ResourceTableRow/ResourceTableRow.js.flow +0 -17
- package/dist/core/ResourceTableRow/index.js.flow +0 -8
- package/dist/core/Stack/Stack.js.flow +0 -35
- package/dist/core/Stack/index.js.flow +0 -8
- package/dist/core/index.js.flow +0 -39
- package/dist/feedback/Spinner/Spinner.js.flow +0 -15
- package/dist/feedback/Spinner/index.js.flow +0 -8
- package/dist/feedback/index.js.flow +0 -9
- package/dist/forms/AffixContainer/AffixContainer.js.flow +0 -15
- package/dist/forms/AffixContainer/index.js.flow +0 -8
- package/dist/forms/Caption/Caption.js.flow +0 -14
- package/dist/forms/Caption/index.js.flow +0 -8
- package/dist/forms/CheckboxField/CheckboxField.js.flow +0 -25
- package/dist/forms/CheckboxField/index.js.flow +0 -8
- package/dist/forms/DateField/DateField.js.flow +0 -35
- package/dist/forms/DateField/index.js.flow +0 -8
- package/dist/forms/DatePickerCalendar/DatePickerCalendar.js.flow +0 -18
- package/dist/forms/DatePickerCalendar/index.js.flow +0 -8
- package/dist/forms/DatePickerField/DatePickerField.d.ts +0 -23
- package/dist/forms/DatePickerField/DatePickerField.js.flow +0 -35
- package/dist/forms/DatePickerField/index.d.ts +0 -1
- package/dist/forms/DatePickerField/index.js.flow +0 -8
- package/dist/forms/DateRangeField/DateRangeField.js.flow +0 -37
- package/dist/forms/DateRangeField/index.js.flow +0 -8
- package/dist/forms/ErrorMessage/ErrorMessage.js.flow +0 -14
- package/dist/forms/ErrorMessage/index.js.flow +0 -8
- package/dist/forms/Field/Field.js.flow +0 -17
- package/dist/forms/Field/index.js.flow +0 -8
- package/dist/forms/Form/Form.js.flow +0 -18
- package/dist/forms/Form/FormContext.js.flow +0 -17
- package/dist/forms/Form/index.js.flow +0 -8
- package/dist/forms/Form/types.js.flow +0 -21
- package/dist/forms/FormRow/FormRow.js.flow +0 -31
- package/dist/forms/FormRow/index.js.flow +0 -15
- package/dist/forms/Label/Label.js.flow +0 -14
- package/dist/forms/Label/index.js.flow +0 -8
- package/dist/forms/MultiSelectField/MultiSelectField.js.flow +0 -33
- package/dist/forms/MultiSelectField/index.js.flow +0 -8
- package/dist/forms/PasswordCriteria/PasswordCriteria.js.flow +0 -14
- package/dist/forms/PasswordCriteria/index.js.flow +0 -8
- package/dist/forms/PasswordField/PasswordField.js.flow +0 -28
- package/dist/forms/PasswordField/index.js.flow +0 -8
- package/dist/forms/PasswordField/types.js.flow +0 -12
- package/dist/forms/PillSelectField/PillSelectField.js.flow +0 -26
- package/dist/forms/PillSelectField/index.js.flow +0 -8
- package/dist/forms/RadioGroupField/RadioGroupField.js.flow +0 -20
- package/dist/forms/RadioGroupField/index.js.flow +0 -8
- package/dist/forms/RadioGroupOption/RadioGroupOption.js.flow +0 -16
- package/dist/forms/RadioGroupOption/index.js.flow +0 -8
- package/dist/forms/SelectField/SelectField.js.flow +0 -40
- package/dist/forms/SelectField/index.js.flow +0 -8
- package/dist/forms/SelectField/types.js.flow +0 -26
- package/dist/forms/TextAreaField/TextAreaField.js.flow +0 -35
- package/dist/forms/TextAreaField/index.js.flow +0 -8
- package/dist/forms/TextField/TextField.js.flow +0 -38
- package/dist/forms/TextField/index.js.flow +0 -8
- package/dist/forms/WeekField/WeekField.js.flow +0 -35
- package/dist/forms/WeekField/index.js.flow +0 -8
- package/dist/forms/WeekPickerField/WeekPickerField.d.ts +0 -25
- package/dist/forms/WeekPickerField/WeekPickerField.js.flow +0 -35
- package/dist/forms/WeekPickerField/index.d.ts +0 -1
- package/dist/forms/WeekPickerField/index.js.flow +0 -8
- package/dist/forms/index.js.flow +0 -56
- package/dist/foundation/colors.js.flow +0 -116
- package/dist/icons/IconArrowDown.js.flow +0 -19
- package/dist/icons/IconArrowLeft.js.flow +0 -17
- package/dist/icons/IconArrowRight.js.flow +0 -17
- package/dist/icons/IconArrowUp.js.flow +0 -17
- package/dist/icons/IconCalendar.js.flow +0 -17
- package/dist/icons/IconCheck.js.flow +0 -17
- package/dist/icons/IconChevronDown.js.flow +0 -18
- package/dist/icons/IconChevronUp.js.flow +0 -16
- package/dist/icons/IconComment.js.flow +0 -16
- package/dist/icons/IconDelete.js.flow +0 -17
- package/dist/icons/IconEdit.js.flow +0 -17
- package/dist/icons/IconExclaim.flow +0 -17
- package/dist/icons/IconEye.js.flow +0 -17
- package/dist/icons/IconEyeSlash.js.flow +0 -17
- package/dist/icons/IconLocation.js.flow +0 -16
- package/dist/icons/IconMinusCircle.js.flow +0 -16
- package/dist/icons/IconMore.js.flow +0 -17
- package/dist/icons/IconRemove.js.flow +0 -17
- package/dist/icons/IconUser.flow +0 -17
- package/dist/icons/IconUser.js.flow +0 -17
- package/dist/icons/IconUserPlus.js.flow +0 -17
- package/dist/icons/index.js.flow +0 -50
- package/dist/icons/types.js.flow +0 -8
- package/dist/index.js.flow +0 -14
- package/dist/media/Avatar/Avatar.js.flow +0 -18
- package/dist/media/Avatar/index.js.flow +0 -8
- package/dist/media/Badge/Badge.js.flow +0 -18
- package/dist/media/Badge/index.js.flow +0 -8
- package/dist/media/index.js.flow +0 -10
- package/dist/nophoto~DrLDqLZE.png +0 -0
- package/dist/overlay/Modal/Modal.js.flow +0 -23
- package/dist/overlay/Modal/ModalBody/ModalBody.js.flow +0 -13
- package/dist/overlay/Modal/ModalBody/index.js.flow +0 -8
- package/dist/overlay/Modal/ModalFooter/ModalFooter.js.flow +0 -18
- package/dist/overlay/Modal/ModalFooter/index.js.flow +0 -8
- package/dist/overlay/Modal/index.js.flow +0 -8
- package/dist/overlay/Tooltip/Tooltip.js.flow +0 -21
- package/dist/overlay/Tooltip/index.js.flow +0 -8
- package/dist/overlay/index.js.flow +0 -12
- package/dist/profile/LetterProfile/LetterProfile.d.ts +0 -9
- package/dist/profile/LetterProfile/index.d.ts +0 -1
- package/dist/profile/index.d.ts +0 -2
package/dist/index.css
CHANGED
|
@@ -7,8 +7,8 @@ The base colour is the default colour and is numbered with 400. If someone says
|
|
|
7
7
|
Please ask a designer if you have questions about which colours to use.
|
|
8
8
|
*/
|
|
9
9
|
._f-GkY {
|
|
10
|
-
fill: #929292;
|
|
11
|
-
|
|
10
|
+
fill: #929292;
|
|
11
|
+
}
|
|
12
12
|
/*********************************
|
|
13
13
|
For new colours, see _colors.scss.
|
|
14
14
|
**********************************/
|
|
@@ -34,12 +34,14 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
34
34
|
opacity: 0;
|
|
35
35
|
transform-origin: top right;
|
|
36
36
|
transform: scale(0);
|
|
37
|
-
visibility: hidden;
|
|
37
|
+
visibility: hidden;
|
|
38
|
+
}
|
|
38
39
|
|
|
39
40
|
._lxd1B {
|
|
40
41
|
opacity: 1;
|
|
41
42
|
transform: scale(1);
|
|
42
|
-
visibility: visible;
|
|
43
|
+
visibility: visible;
|
|
44
|
+
}
|
|
43
45
|
|
|
44
46
|
._IRJ4j {
|
|
45
47
|
padding: 12px 20px;
|
|
@@ -48,39 +50,49 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
48
50
|
display: flex;
|
|
49
51
|
cursor: pointer;
|
|
50
52
|
white-space: nowrap;
|
|
51
|
-
color: #555;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
color: #555;
|
|
54
|
+
}
|
|
55
|
+
._IRJ4j:hover {
|
|
56
|
+
background: #f8f8f8;
|
|
57
|
+
}
|
|
55
58
|
._3-eyQ {
|
|
56
|
-
display: flex;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
+
display: flex;
|
|
60
|
+
}
|
|
61
|
+
._3-eyQ .form__group {
|
|
62
|
+
margin: 0;
|
|
63
|
+
}
|
|
59
64
|
|
|
60
65
|
._kf0KG {
|
|
61
|
-
align-items: center;
|
|
66
|
+
align-items: center;
|
|
67
|
+
}
|
|
62
68
|
|
|
63
69
|
._3xCGO {
|
|
64
|
-
align-items: flex-end;
|
|
70
|
+
align-items: flex-end;
|
|
71
|
+
}
|
|
65
72
|
|
|
66
73
|
._3R2c9 {
|
|
67
|
-
align-items: flex-start;
|
|
74
|
+
align-items: flex-start;
|
|
75
|
+
}
|
|
68
76
|
|
|
69
77
|
._Zvv8e {
|
|
70
|
-
justify-content: center;
|
|
78
|
+
justify-content: center;
|
|
79
|
+
}
|
|
71
80
|
|
|
72
81
|
._2hBMj {
|
|
73
|
-
justify-content: flex-end;
|
|
82
|
+
justify-content: flex-end;
|
|
83
|
+
}
|
|
74
84
|
|
|
75
85
|
._3hKWn {
|
|
76
|
-
justify-content: space-between;
|
|
86
|
+
justify-content: space-between;
|
|
87
|
+
}
|
|
77
88
|
|
|
78
89
|
._3ACwY {
|
|
79
|
-
justify-content: flex-start;
|
|
90
|
+
justify-content: flex-start;
|
|
91
|
+
}
|
|
80
92
|
|
|
81
93
|
._2pujZ {
|
|
82
|
-
display: inline-flex;
|
|
83
|
-
|
|
94
|
+
display: inline-flex;
|
|
95
|
+
}
|
|
84
96
|
/* stylelint-disable color-no-hex */
|
|
85
97
|
/*
|
|
86
98
|
These are the colour variables to be used around the webapp.
|
|
@@ -91,62 +103,80 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
91
103
|
*/
|
|
92
104
|
._2wtfD {
|
|
93
105
|
-webkit-animation: _2Jprn 1.4s linear infinite;
|
|
94
|
-
animation: _2Jprn 1.4s linear infinite;
|
|
106
|
+
animation: _2Jprn 1.4s linear infinite;
|
|
107
|
+
}
|
|
95
108
|
|
|
96
109
|
._Jmh8M {
|
|
97
110
|
display: flex;
|
|
98
111
|
justify-content: center;
|
|
99
|
-
padding: 20px;
|
|
112
|
+
padding: 20px;
|
|
113
|
+
}
|
|
100
114
|
|
|
101
115
|
@-webkit-keyframes _2Jprn {
|
|
102
116
|
0% {
|
|
103
|
-
transform: rotate(0deg);
|
|
117
|
+
transform: rotate(0deg);
|
|
118
|
+
}
|
|
104
119
|
100% {
|
|
105
|
-
transform: rotate(270deg);
|
|
120
|
+
transform: rotate(270deg);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
106
123
|
|
|
107
124
|
@keyframes _2Jprn {
|
|
108
125
|
0% {
|
|
109
|
-
transform: rotate(0deg);
|
|
126
|
+
transform: rotate(0deg);
|
|
127
|
+
}
|
|
110
128
|
100% {
|
|
111
|
-
transform: rotate(270deg);
|
|
112
|
-
|
|
129
|
+
transform: rotate(270deg);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
113
132
|
._3zucL {
|
|
114
133
|
stroke-dasharray: 187;
|
|
115
134
|
stroke-dashoffset: 0;
|
|
116
135
|
stroke: #fb7448;
|
|
117
136
|
transform-origin: center;
|
|
118
137
|
-webkit-animation: _3ZqYM 1.4s ease-in-out infinite;
|
|
119
|
-
animation: _3ZqYM 1.4s ease-in-out infinite;
|
|
138
|
+
animation: _3ZqYM 1.4s ease-in-out infinite;
|
|
139
|
+
}
|
|
120
140
|
|
|
121
141
|
._3XYKx {
|
|
122
|
-
stroke: #3abda9;
|
|
142
|
+
stroke: #3abda9;
|
|
143
|
+
}
|
|
123
144
|
|
|
124
145
|
._1pYbs {
|
|
125
|
-
stroke: #c1c1c1;
|
|
146
|
+
stroke: #c1c1c1;
|
|
147
|
+
}
|
|
126
148
|
|
|
127
149
|
._3ofDF {
|
|
128
|
-
stroke: #fff;
|
|
150
|
+
stroke: #fff;
|
|
151
|
+
}
|
|
129
152
|
|
|
130
153
|
@-webkit-keyframes _3ZqYM {
|
|
131
154
|
0% {
|
|
132
|
-
stroke-dashoffset: 187;
|
|
155
|
+
stroke-dashoffset: 187;
|
|
156
|
+
}
|
|
133
157
|
50% {
|
|
134
158
|
stroke-dashoffset: 46.75;
|
|
135
|
-
transform: rotate(135deg);
|
|
159
|
+
transform: rotate(135deg);
|
|
160
|
+
}
|
|
136
161
|
100% {
|
|
137
162
|
stroke-dashoffset: 187;
|
|
138
|
-
transform: rotate(450deg);
|
|
163
|
+
transform: rotate(450deg);
|
|
164
|
+
}
|
|
165
|
+
}
|
|
139
166
|
|
|
140
167
|
@keyframes _3ZqYM {
|
|
141
168
|
0% {
|
|
142
|
-
stroke-dashoffset: 187;
|
|
169
|
+
stroke-dashoffset: 187;
|
|
170
|
+
}
|
|
143
171
|
50% {
|
|
144
172
|
stroke-dashoffset: 46.75;
|
|
145
|
-
transform: rotate(135deg);
|
|
173
|
+
transform: rotate(135deg);
|
|
174
|
+
}
|
|
146
175
|
100% {
|
|
147
176
|
stroke-dashoffset: 187;
|
|
148
|
-
transform: rotate(450deg);
|
|
149
|
-
|
|
177
|
+
transform: rotate(450deg);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
150
180
|
/*********************************
|
|
151
181
|
For new colours, see _colors.scss.
|
|
152
182
|
**********************************/
|
|
@@ -161,8 +191,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
161
191
|
._1P_xb {
|
|
162
192
|
display: inline-block;
|
|
163
193
|
position: relative;
|
|
164
|
-
text-align: left;
|
|
165
|
-
|
|
194
|
+
text-align: left;
|
|
195
|
+
}
|
|
166
196
|
/*********************************
|
|
167
197
|
For new colours, see _colors.scss.
|
|
168
198
|
**********************************/
|
|
@@ -184,18 +214,23 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
184
214
|
visibility: hidden;
|
|
185
215
|
opacity: 0;
|
|
186
216
|
transition: visibility 0s, opacity 0.05s linear;
|
|
187
|
-
max-width: 340px;
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
217
|
+
max-width: 340px;
|
|
218
|
+
}
|
|
219
|
+
._zCaWg {
|
|
220
|
+
visibility: visible;
|
|
221
|
+
opacity: 1;
|
|
222
|
+
}
|
|
223
|
+
._2fg5c {
|
|
224
|
+
background: #464646;
|
|
225
|
+
color: #fff;
|
|
226
|
+
}
|
|
227
|
+
._1iXKZ {
|
|
228
|
+
background: #fff;
|
|
229
|
+
color: #464646;
|
|
230
|
+
}
|
|
231
|
+
._2K2Xx {
|
|
232
|
+
font-weight: 600;
|
|
233
|
+
}
|
|
199
234
|
|
|
200
235
|
._3jWYe {
|
|
201
236
|
position: fixed;
|
|
@@ -205,21 +240,26 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
205
240
|
border-right: 12px solid transparent;
|
|
206
241
|
visibility: hidden;
|
|
207
242
|
opacity: 0;
|
|
208
|
-
transition: visibility 0s, opacity 0.05s linear;
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
243
|
+
transition: visibility 0s, opacity 0.05s linear;
|
|
244
|
+
}
|
|
245
|
+
._1zh1g {
|
|
246
|
+
transform: rotate(225deg);
|
|
247
|
+
}
|
|
248
|
+
._Pr0TW {
|
|
249
|
+
transform: rotate(45deg);
|
|
250
|
+
}
|
|
251
|
+
._3eQWu {
|
|
252
|
+
visibility: visible;
|
|
253
|
+
opacity: 1;
|
|
254
|
+
}
|
|
255
|
+
._2l-Dg {
|
|
256
|
+
border-top-color: #464646;
|
|
257
|
+
color: #fff;
|
|
258
|
+
}
|
|
259
|
+
._2LAWl {
|
|
260
|
+
border-top-color: #fff;
|
|
261
|
+
color: #464646;
|
|
262
|
+
}
|
|
223
263
|
/*********************************
|
|
224
264
|
For new colours, see _colors.scss.
|
|
225
265
|
**********************************/
|
|
@@ -259,242 +299,299 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
259
299
|
text-decoration: none;
|
|
260
300
|
border-style: solid;
|
|
261
301
|
text-shadow: none;
|
|
262
|
-
box-shadow: none;
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
302
|
+
box-shadow: none;
|
|
303
|
+
}
|
|
304
|
+
._1SQ_p svg {
|
|
305
|
+
fill: currentColor;
|
|
306
|
+
width: 16px;
|
|
307
|
+
height: 16px;
|
|
308
|
+
}
|
|
309
|
+
._1SQ_p:focus {
|
|
310
|
+
box-shadow: 0 0 8px #a7b7ea;
|
|
311
|
+
outline: none;
|
|
312
|
+
text-decoration: none;
|
|
313
|
+
}
|
|
314
|
+
._1SQ_p:hover {
|
|
315
|
+
text-decoration: none;
|
|
316
|
+
}
|
|
317
|
+
._1SQ_p:active {
|
|
318
|
+
transform: scale(0.96);
|
|
319
|
+
outline: none;
|
|
320
|
+
}
|
|
321
|
+
._1SQ_p:disabled {
|
|
322
|
+
cursor: default;
|
|
323
|
+
pointer-events: none;
|
|
324
|
+
box-shadow: none;
|
|
325
|
+
}
|
|
280
326
|
|
|
281
327
|
._1g1Zw > :not(._3TAU6) {
|
|
282
|
-
opacity: 0;
|
|
328
|
+
opacity: 0;
|
|
329
|
+
}
|
|
283
330
|
|
|
284
331
|
._3TAU6 {
|
|
285
332
|
position: absolute;
|
|
286
|
-
margin-top: 2px;
|
|
333
|
+
margin-top: 2px;
|
|
334
|
+
}
|
|
287
335
|
|
|
288
336
|
._1R_gC {
|
|
289
|
-
min-width: 100px;
|
|
337
|
+
min-width: 100px;
|
|
338
|
+
}
|
|
290
339
|
|
|
291
340
|
._3ig9y {
|
|
292
|
-
padding: 8px;
|
|
341
|
+
padding: 8px;
|
|
342
|
+
}
|
|
293
343
|
|
|
294
344
|
._3OB2g {
|
|
295
345
|
background: #f8f8f8;
|
|
296
346
|
border-color: #c1c1c1;
|
|
297
|
-
color: #555;
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
347
|
+
color: #555;
|
|
348
|
+
}
|
|
349
|
+
._3OB2g:hover {
|
|
350
|
+
background: #e0e0e0;
|
|
351
|
+
border-color: #929292;
|
|
352
|
+
color: #464646;
|
|
353
|
+
}
|
|
354
|
+
._3OB2g:disabled {
|
|
355
|
+
background: #f8f8f8;
|
|
356
|
+
border-color: #e0e0e0;
|
|
357
|
+
color: #c1c1c1;
|
|
358
|
+
}
|
|
359
|
+
._3OB2g[aria-disabled=true] {
|
|
360
|
+
background: #f8f8f8;
|
|
361
|
+
border-color: #e0e0e0;
|
|
362
|
+
color: #c1c1c1;
|
|
363
|
+
}
|
|
310
364
|
|
|
311
365
|
._2RivT {
|
|
312
366
|
background: #3abda9;
|
|
313
367
|
border-color: #3abda9;
|
|
314
|
-
color: #fff;
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
368
|
+
color: #fff;
|
|
369
|
+
}
|
|
370
|
+
._2RivT:hover {
|
|
371
|
+
background: #35ac9a;
|
|
372
|
+
border-color: #35ac9a;
|
|
373
|
+
color: #fff;
|
|
374
|
+
}
|
|
375
|
+
._2RivT:disabled {
|
|
376
|
+
background: #8de4d7;
|
|
377
|
+
border-color: #8de4d7;
|
|
378
|
+
color: #fff;
|
|
379
|
+
}
|
|
380
|
+
._2RivT[aria-disabled=true] {
|
|
381
|
+
background: #8de4d7;
|
|
382
|
+
border-color: #8de4d7;
|
|
383
|
+
color: #fff;
|
|
384
|
+
}
|
|
327
385
|
|
|
328
386
|
._3T8M_ {
|
|
329
387
|
background: #e76767;
|
|
330
388
|
border-color: #e76767;
|
|
331
|
-
color: #fff;
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
389
|
+
color: #fff;
|
|
390
|
+
}
|
|
391
|
+
._3T8M_:hover {
|
|
392
|
+
background: #cf5c5c;
|
|
393
|
+
border-color: #cf5c5c;
|
|
394
|
+
color: #fff;
|
|
395
|
+
}
|
|
396
|
+
._3T8M_:disabled {
|
|
397
|
+
background: #f0a3a3;
|
|
398
|
+
border-color: #f0a3a3;
|
|
399
|
+
color: #fff;
|
|
400
|
+
}
|
|
401
|
+
._3T8M_[aria-disabled=true] {
|
|
402
|
+
background: #f0a3a3;
|
|
403
|
+
border-color: #f0a3a3;
|
|
404
|
+
color: #fff;
|
|
405
|
+
}
|
|
344
406
|
|
|
345
407
|
._1AYVC {
|
|
346
408
|
background: #6d87dd;
|
|
347
409
|
border-color: #6d87dd;
|
|
348
|
-
color: #fff;
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
410
|
+
color: #fff;
|
|
411
|
+
}
|
|
412
|
+
._1AYVC:hover {
|
|
413
|
+
background: #6179c6;
|
|
414
|
+
border-color: #6179c6;
|
|
415
|
+
color: #fff;
|
|
416
|
+
}
|
|
417
|
+
._1AYVC:disabled {
|
|
418
|
+
background: #a7b7ea;
|
|
419
|
+
border-color: #a7b7ea;
|
|
420
|
+
color: #fff;
|
|
421
|
+
}
|
|
422
|
+
._1AYVC[aria-disabled=true] {
|
|
423
|
+
background: #a7b7ea;
|
|
424
|
+
border-color: #a7b7ea;
|
|
425
|
+
color: #fff;
|
|
426
|
+
}
|
|
361
427
|
|
|
362
428
|
._34HiE {
|
|
363
429
|
background: #fb7448;
|
|
364
430
|
border-color: #fb7448;
|
|
365
|
-
color: #fff;
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
431
|
+
color: #fff;
|
|
432
|
+
}
|
|
433
|
+
._34HiE:hover {
|
|
434
|
+
background: #e16840;
|
|
435
|
+
border-color: #e16840;
|
|
436
|
+
color: #fff;
|
|
437
|
+
}
|
|
438
|
+
._34HiE:disabled {
|
|
439
|
+
background: #fcab91;
|
|
440
|
+
border-color: #fcab91;
|
|
441
|
+
color: #fff;
|
|
442
|
+
}
|
|
443
|
+
._34HiE[aria-disabled=true] {
|
|
444
|
+
background: #fcab91;
|
|
445
|
+
border-color: #fcab91;
|
|
446
|
+
color: #fff;
|
|
447
|
+
}
|
|
378
448
|
|
|
379
449
|
._3BrS0 {
|
|
380
450
|
background: transparent;
|
|
381
451
|
border-color: #c1c1c1;
|
|
382
|
-
color: #555;
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
452
|
+
color: #555;
|
|
453
|
+
}
|
|
454
|
+
._3BrS0:hover {
|
|
455
|
+
background: rgba(0, 0, 0, 0.03);
|
|
456
|
+
border-color: #929292;
|
|
457
|
+
color: #464646;
|
|
458
|
+
}
|
|
459
|
+
._3BrS0:disabled {
|
|
460
|
+
background: transparent;
|
|
461
|
+
border-color: #e0e0e0;
|
|
462
|
+
color: #c1c1c1;
|
|
463
|
+
}
|
|
464
|
+
._3BrS0[aria-disabled=true] {
|
|
465
|
+
background: transparent;
|
|
466
|
+
border-color: #e0e0e0;
|
|
467
|
+
color: #c1c1c1;
|
|
468
|
+
}
|
|
395
469
|
|
|
396
470
|
._1LCBO {
|
|
397
471
|
background: transparent;
|
|
398
472
|
border-color: transparent;
|
|
399
|
-
color: #fff;
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
473
|
+
color: #fff;
|
|
474
|
+
}
|
|
475
|
+
._1LCBO:hover {
|
|
476
|
+
background: rgba(255, 255, 255, 0.1);
|
|
477
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
478
|
+
color: #fff;
|
|
479
|
+
}
|
|
480
|
+
._1LCBO:disabled {
|
|
481
|
+
background: transparent;
|
|
482
|
+
border-color: transparent;
|
|
483
|
+
color: #c1c1c1;
|
|
484
|
+
}
|
|
485
|
+
._1LCBO[aria-disabled=true] {
|
|
486
|
+
background: transparent;
|
|
487
|
+
border-color: transparent;
|
|
488
|
+
color: #c1c1c1;
|
|
489
|
+
}
|
|
412
490
|
|
|
413
491
|
._23S36 {
|
|
414
492
|
background: transparent;
|
|
415
493
|
border-color: transparent;
|
|
416
|
-
color: #5bc0de;
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
494
|
+
color: #5bc0de;
|
|
495
|
+
}
|
|
496
|
+
._23S36:hover {
|
|
497
|
+
background: rgba(0, 0, 0, 0.03);
|
|
498
|
+
border-color: #f8f8f8;
|
|
499
|
+
color: #51acc7;
|
|
500
|
+
}
|
|
501
|
+
._23S36:disabled {
|
|
502
|
+
background: transparent;
|
|
503
|
+
border-color: transparent;
|
|
504
|
+
color: #c1c1c1;
|
|
505
|
+
}
|
|
506
|
+
._23S36[aria-disabled=true] {
|
|
507
|
+
background: transparent;
|
|
508
|
+
border-color: transparent;
|
|
509
|
+
color: #c1c1c1;
|
|
510
|
+
}
|
|
429
511
|
|
|
430
512
|
._2CzxI {
|
|
431
513
|
background: transparent;
|
|
432
514
|
border-color: transparent;
|
|
433
|
-
color: #e76767;
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
515
|
+
color: #e76767;
|
|
516
|
+
}
|
|
517
|
+
._2CzxI:hover {
|
|
518
|
+
background: rgba(0, 0, 0, 0.03);
|
|
519
|
+
border-color: #f8f8f8;
|
|
520
|
+
color: #cf5c5c;
|
|
521
|
+
}
|
|
522
|
+
._2CzxI:disabled {
|
|
523
|
+
background: transparent;
|
|
524
|
+
border-color: transparent;
|
|
525
|
+
color: #c1c1c1;
|
|
526
|
+
}
|
|
527
|
+
._2CzxI[aria-disabled=true] {
|
|
528
|
+
background: transparent;
|
|
529
|
+
border-color: transparent;
|
|
530
|
+
color: #c1c1c1;
|
|
531
|
+
}
|
|
446
532
|
|
|
447
533
|
._21e4m {
|
|
448
534
|
background: transparent;
|
|
449
535
|
border-color: transparent;
|
|
450
|
-
color: #6d87dd;
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
536
|
+
color: #6d87dd;
|
|
537
|
+
}
|
|
538
|
+
._21e4m:hover {
|
|
539
|
+
background: rgba(0, 0, 0, 0.03);
|
|
540
|
+
border-color: #f8f8f8;
|
|
541
|
+
color: #6179c6;
|
|
542
|
+
}
|
|
543
|
+
._21e4m:disabled {
|
|
544
|
+
background: transparent;
|
|
545
|
+
border-color: transparent;
|
|
546
|
+
color: #c1c1c1;
|
|
547
|
+
}
|
|
548
|
+
._21e4m[aria-disabled=true] {
|
|
549
|
+
background: transparent;
|
|
550
|
+
border-color: transparent;
|
|
551
|
+
color: #c1c1c1;
|
|
552
|
+
}
|
|
463
553
|
|
|
464
554
|
._2-ESu {
|
|
465
555
|
background: transparent;
|
|
466
556
|
border-color: transparent;
|
|
467
|
-
color: #555;
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
557
|
+
color: #555;
|
|
558
|
+
}
|
|
559
|
+
._2-ESu:hover {
|
|
560
|
+
background: rgba(0, 0, 0, 0.03);
|
|
561
|
+
border-color: #f8f8f8;
|
|
562
|
+
color: #555;
|
|
563
|
+
}
|
|
564
|
+
._2-ESu:disabled {
|
|
565
|
+
background: transparent;
|
|
566
|
+
border-color: transparent;
|
|
567
|
+
color: #c1c1c1;
|
|
568
|
+
}
|
|
569
|
+
._2-ESu[aria-disabled=true] {
|
|
570
|
+
background: transparent;
|
|
571
|
+
border-color: transparent;
|
|
572
|
+
color: #c1c1c1;
|
|
573
|
+
}
|
|
480
574
|
|
|
481
575
|
._1u3kp {
|
|
482
576
|
background: transparent;
|
|
483
577
|
border-color: transparent;
|
|
484
|
-
color: #929292;
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
578
|
+
color: #929292;
|
|
579
|
+
}
|
|
580
|
+
._1u3kp:hover {
|
|
581
|
+
background: rgba(0, 0, 0, 0.03);
|
|
582
|
+
border-color: #f8f8f8;
|
|
583
|
+
color: #929292;
|
|
584
|
+
}
|
|
585
|
+
._1u3kp:disabled {
|
|
586
|
+
background: transparent;
|
|
587
|
+
border-color: transparent;
|
|
588
|
+
color: #c1c1c1;
|
|
589
|
+
}
|
|
590
|
+
._1u3kp[aria-disabled=true] {
|
|
591
|
+
background: transparent;
|
|
592
|
+
border-color: transparent;
|
|
593
|
+
color: #c1c1c1;
|
|
594
|
+
}
|
|
498
595
|
/*********************************
|
|
499
596
|
For new colours, see _colors.scss.
|
|
500
597
|
**********************************/
|
|
@@ -510,39 +607,48 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
510
607
|
display: flex;
|
|
511
608
|
padding: 16px;
|
|
512
609
|
border: 1px solid #fff;
|
|
513
|
-
border-bottom: 1px solid #e0e0e0;
|
|
514
|
-
|
|
515
|
-
|
|
610
|
+
border-bottom: 1px solid #e0e0e0;
|
|
611
|
+
}
|
|
612
|
+
._3DlpO:last-child {
|
|
613
|
+
border-bottom: 1px solid #fff;
|
|
614
|
+
}
|
|
516
615
|
|
|
517
616
|
._3DlpO:focus:not(:focus-visible) {
|
|
518
617
|
/* Remove the focus indicator on mouse-focus for browsers
|
|
519
|
-
|
|
520
|
-
outline: none;
|
|
618
|
+
that do support :focus-visible */
|
|
619
|
+
outline: none;
|
|
620
|
+
}
|
|
521
621
|
|
|
522
622
|
._2jPpF {
|
|
523
|
-
cursor: pointer;
|
|
524
|
-
|
|
525
|
-
|
|
623
|
+
cursor: pointer;
|
|
624
|
+
}
|
|
625
|
+
._2jPpF:hover {
|
|
626
|
+
background-color: #f8f8f8;
|
|
627
|
+
}
|
|
526
628
|
|
|
527
629
|
._NS-B9 {
|
|
528
630
|
border: 1px solid #6d87dd;
|
|
529
631
|
box-sizing: border-box;
|
|
530
|
-
box-shadow: 0 0 8px #a7b7ea;
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
632
|
+
box-shadow: 0 0 8px #a7b7ea;
|
|
633
|
+
}
|
|
634
|
+
._NS-B9:first-child {
|
|
635
|
+
border-radius: 8px 8px 0 0;
|
|
636
|
+
}
|
|
637
|
+
._NS-B9:last-child {
|
|
638
|
+
border-radius: 0 0 8px 8px;
|
|
639
|
+
border-bottom: 1px solid #6d87dd;
|
|
640
|
+
}
|
|
536
641
|
|
|
537
642
|
._3ENNn {
|
|
538
643
|
display: flex;
|
|
539
644
|
flex-direction: column;
|
|
540
645
|
justify-content: center;
|
|
541
|
-
position: relative;
|
|
646
|
+
position: relative;
|
|
647
|
+
}
|
|
542
648
|
|
|
543
649
|
._1FTaE {
|
|
544
|
-
width: 40px;
|
|
545
|
-
|
|
650
|
+
width: 40px;
|
|
651
|
+
}
|
|
546
652
|
/**
|
|
547
653
|
This file probaly will be split when we split the components
|
|
548
654
|
*/
|
|
@@ -563,36 +669,43 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
563
669
|
font-weight: 600;
|
|
564
670
|
font-family: "Proxima Nova", sans-serif;
|
|
565
671
|
color: #555;
|
|
566
|
-
padding: 19px 17px 8px 17px;
|
|
672
|
+
padding: 19px 17px 8px 17px;
|
|
673
|
+
}
|
|
567
674
|
|
|
568
675
|
._3-nHz {
|
|
569
676
|
display: flex;
|
|
570
|
-
align-items: center;
|
|
571
|
-
|
|
572
|
-
|
|
677
|
+
align-items: center;
|
|
678
|
+
}
|
|
679
|
+
._2Rh0i {
|
|
680
|
+
cursor: pointer;
|
|
681
|
+
}
|
|
573
682
|
|
|
574
683
|
._3-nHz:focus:not(:focus-visible) {
|
|
575
684
|
/* Remove the focus indicator on mouse-focus for browsers
|
|
576
|
-
|
|
577
|
-
outline: none;
|
|
685
|
+
that do support :focus-visible */
|
|
686
|
+
outline: none;
|
|
687
|
+
}
|
|
578
688
|
|
|
579
689
|
._2fGMK {
|
|
580
|
-
width: 40px;
|
|
690
|
+
width: 40px;
|
|
691
|
+
}
|
|
581
692
|
|
|
582
693
|
._W7CnY {
|
|
583
694
|
display: inline-block;
|
|
584
|
-
padding: 0 8px;
|
|
695
|
+
padding: 0 8px;
|
|
696
|
+
}
|
|
585
697
|
|
|
586
698
|
._2ygIH {
|
|
587
699
|
border: 1px solid #c1c1c1;
|
|
588
700
|
border-radius: 8px;
|
|
589
701
|
font-family: "Proxima Nova", sans-serif;
|
|
590
|
-
font-size: 14px;
|
|
702
|
+
font-size: 14px;
|
|
703
|
+
}
|
|
591
704
|
|
|
592
705
|
._2cqhY {
|
|
593
706
|
margin-top: 20px;
|
|
594
|
-
font-family: "Proxima Nova", sans-serif;
|
|
595
|
-
|
|
707
|
+
font-family: "Proxima Nova", sans-serif;
|
|
708
|
+
}
|
|
596
709
|
/*********************************
|
|
597
710
|
For new colours, see _colors.scss.
|
|
598
711
|
**********************************/
|
|
@@ -605,19 +718,19 @@ The base colour is the default colour and is numbered with 400. If someone says
|
|
|
605
718
|
Please ask a designer if you have questions about which colours to use.
|
|
606
719
|
*/
|
|
607
720
|
._1IynL button:disabled {
|
|
608
|
-
border-color: #c1c1c1;
|
|
609
|
-
|
|
721
|
+
border-color: #c1c1c1;
|
|
722
|
+
}
|
|
610
723
|
._1IynL button:last-child {
|
|
611
724
|
border-radius: 0 4px 4px 0;
|
|
612
|
-
margin-left: -1px;
|
|
613
|
-
|
|
725
|
+
margin-left: -1px;
|
|
726
|
+
}
|
|
614
727
|
._1IynL button:first-child {
|
|
615
|
-
border-radius: 4px 0 0 4px;
|
|
616
|
-
|
|
728
|
+
border-radius: 4px 0 0 4px;
|
|
729
|
+
}
|
|
617
730
|
._1IynL button:not(:first-child):not(:last-child) {
|
|
618
731
|
border-radius: 0;
|
|
619
|
-
margin-left: -1px;
|
|
620
|
-
|
|
732
|
+
margin-left: -1px;
|
|
733
|
+
}
|
|
621
734
|
/*********************************
|
|
622
735
|
For new colours, see _colors.scss.
|
|
623
736
|
**********************************/
|
|
@@ -630,49 +743,62 @@ The base colour is the default colour and is numbered with 400. If someone says
|
|
|
630
743
|
Please ask a designer if you have questions about which colours to use.
|
|
631
744
|
*/
|
|
632
745
|
._1d8Ci {
|
|
633
|
-
display: flex;
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
746
|
+
display: flex;
|
|
747
|
+
}
|
|
748
|
+
._1d8Ci:not(:last-child) {
|
|
749
|
+
border-bottom: 1px solid #e0e0e0;
|
|
750
|
+
}
|
|
751
|
+
._1d8Ci:hover {
|
|
752
|
+
background: #f8f8f8;
|
|
753
|
+
}
|
|
638
754
|
|
|
639
755
|
._1d8Ci:focus:not(:focus-visible) {
|
|
640
756
|
/* Remove the focus indicator on mouse-focus for browsers
|
|
641
|
-
|
|
642
|
-
outline: none;
|
|
757
|
+
that do support :focus-visible */
|
|
758
|
+
outline: none;
|
|
759
|
+
}
|
|
643
760
|
|
|
644
761
|
._thFcO {
|
|
645
|
-
cursor: pointer;
|
|
646
|
-
|
|
647
|
-
|
|
762
|
+
cursor: pointer;
|
|
763
|
+
}
|
|
764
|
+
._thFcO:hover {
|
|
765
|
+
background-color: #f8f8f8;
|
|
766
|
+
}
|
|
648
767
|
|
|
649
768
|
._3tb7U {
|
|
650
769
|
border: 1px solid #6d87dd;
|
|
651
770
|
box-sizing: border-box;
|
|
652
|
-
box-shadow: 0 0 8px #a7b7ea;
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
771
|
+
box-shadow: 0 0 8px #a7b7ea;
|
|
772
|
+
}
|
|
773
|
+
._3tb7U:first-child {
|
|
774
|
+
border-radius: 8px 8px 0 0;
|
|
775
|
+
}
|
|
776
|
+
._3tb7U:last-child {
|
|
777
|
+
border-radius: 0 0 8px 8px;
|
|
778
|
+
border-bottom: 1px solid #6d87dd;
|
|
779
|
+
}
|
|
658
780
|
|
|
659
781
|
._OTcMc {
|
|
660
782
|
display: flex;
|
|
661
783
|
flex-direction: column;
|
|
662
784
|
justify-content: center;
|
|
663
|
-
position: relative;
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
785
|
+
position: relative;
|
|
786
|
+
}
|
|
787
|
+
._lNHQ8 {
|
|
788
|
+
padding: 16px;
|
|
789
|
+
}
|
|
790
|
+
._13YLe {
|
|
791
|
+
flex-direction: unset;
|
|
792
|
+
justify-content: flex-end;
|
|
793
|
+
}
|
|
794
|
+
._1rrRr:not(:last-child) {
|
|
795
|
+
border-right: 1px solid #e0e0e0;
|
|
796
|
+
}
|
|
671
797
|
|
|
672
798
|
._azbIG {
|
|
673
799
|
width: 40px;
|
|
674
|
-
padding: 16px;
|
|
675
|
-
|
|
800
|
+
padding: 16px;
|
|
801
|
+
}
|
|
676
802
|
/*********************************
|
|
677
803
|
For new colours, see _colors.scss.
|
|
678
804
|
**********************************/
|
|
@@ -690,46 +816,57 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
690
816
|
font-weight: 600;
|
|
691
817
|
font-family: "Proxima Nova", sans-serif;
|
|
692
818
|
color: #555;
|
|
693
|
-
padding: 19px 17px 8px 17px;
|
|
819
|
+
padding: 19px 17px 8px 17px;
|
|
820
|
+
}
|
|
694
821
|
|
|
695
822
|
._27x4v {
|
|
696
823
|
display: flex;
|
|
697
|
-
align-items: center;
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
824
|
+
align-items: center;
|
|
825
|
+
}
|
|
826
|
+
._27x4v:not(._27x4v:first-child) {
|
|
827
|
+
padding-left: 16px;
|
|
828
|
+
}
|
|
829
|
+
._27x4v:not(._27x4v:last-child) {
|
|
830
|
+
padding-right: 16px;
|
|
831
|
+
}
|
|
832
|
+
._3gw3Z {
|
|
833
|
+
cursor: pointer;
|
|
834
|
+
}
|
|
835
|
+
._Fjm2n {
|
|
836
|
+
justify-content: flex-end;
|
|
837
|
+
}
|
|
706
838
|
|
|
707
839
|
._27x4v:focus:not(:focus-visible) {
|
|
708
840
|
/* Remove the focus indicator on mouse-focus for browsers
|
|
709
|
-
|
|
710
|
-
outline: none;
|
|
841
|
+
that do support :focus-visible */
|
|
842
|
+
outline: none;
|
|
843
|
+
}
|
|
711
844
|
|
|
712
845
|
._LoIvx {
|
|
713
|
-
width: 40px;
|
|
846
|
+
width: 40px;
|
|
847
|
+
}
|
|
714
848
|
|
|
715
849
|
._3VjFP {
|
|
716
850
|
display: inline-block;
|
|
717
|
-
padding: 0 8px;
|
|
851
|
+
padding: 0 8px;
|
|
852
|
+
}
|
|
718
853
|
|
|
719
854
|
._1bTmd {
|
|
720
855
|
border: 1px solid #c1c1c1;
|
|
721
856
|
border-radius: 8px;
|
|
722
857
|
font-family: "Proxima Nova", sans-serif;
|
|
723
|
-
font-size: 14px;
|
|
858
|
+
font-size: 14px;
|
|
859
|
+
}
|
|
724
860
|
|
|
725
861
|
._1opWx {
|
|
726
862
|
background: #f8f8f8;
|
|
727
|
-
font-weight: 600;
|
|
863
|
+
font-weight: 600;
|
|
864
|
+
}
|
|
728
865
|
|
|
729
866
|
._F_spz {
|
|
730
867
|
margin-top: 20px;
|
|
731
|
-
font-family: "Proxima Nova", sans-serif;
|
|
732
|
-
|
|
868
|
+
font-family: "Proxima Nova", sans-serif;
|
|
869
|
+
}
|
|
733
870
|
/*********************************
|
|
734
871
|
For new colours, see _colors.scss.
|
|
735
872
|
**********************************/
|
|
@@ -742,10 +879,11 @@ The base colour is the default colour and is numbered with 400. If someone says
|
|
|
742
879
|
Please ask a designer if you have questions about which colours to use.
|
|
743
880
|
*/
|
|
744
881
|
._orjDM {
|
|
745
|
-
padding: 16px;
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
882
|
+
padding: 16px;
|
|
883
|
+
}
|
|
884
|
+
._3EpfF {
|
|
885
|
+
text-align: right;
|
|
886
|
+
}
|
|
749
887
|
/*********************************
|
|
750
888
|
For new colours, see _colors.scss.
|
|
751
889
|
**********************************/
|
|
@@ -766,8 +904,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
766
904
|
font-family: "Proxima Nova", sans-serif;
|
|
767
905
|
font-weight: 600;
|
|
768
906
|
font-size: 14px;
|
|
769
|
-
min-height: 16px;
|
|
770
|
-
|
|
907
|
+
min-height: 16px;
|
|
908
|
+
}
|
|
771
909
|
/*********************************
|
|
772
910
|
For new colours, see _colors.scss.
|
|
773
911
|
**********************************/
|
|
@@ -783,8 +921,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
783
921
|
color: #555;
|
|
784
922
|
font-family: "Proxima Nova", sans-serif;
|
|
785
923
|
font-weight: 400;
|
|
786
|
-
font-size: 12px;
|
|
787
|
-
|
|
924
|
+
font-size: 12px;
|
|
925
|
+
}
|
|
788
926
|
/*********************************
|
|
789
927
|
For new colours, see _colors.scss.
|
|
790
928
|
**********************************/
|
|
@@ -800,8 +938,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
800
938
|
color: #e76767;
|
|
801
939
|
font-family: "Proxima Nova", sans-serif;
|
|
802
940
|
font-weight: 400;
|
|
803
|
-
font-size: 12px;
|
|
804
|
-
|
|
941
|
+
font-size: 12px;
|
|
942
|
+
}
|
|
805
943
|
/*********************************
|
|
806
944
|
For new colours, see _colors.scss.
|
|
807
945
|
**********************************/
|
|
@@ -816,13 +954,16 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
816
954
|
._ybKOk {
|
|
817
955
|
position: relative;
|
|
818
956
|
display: flex;
|
|
819
|
-
flex: 1;
|
|
957
|
+
flex: 1;
|
|
958
|
+
}
|
|
820
959
|
|
|
821
960
|
._2COk3 input {
|
|
822
|
-
padding-left: 21px;
|
|
961
|
+
padding-left: 21px;
|
|
962
|
+
}
|
|
823
963
|
|
|
824
964
|
._1xXXN input {
|
|
825
|
-
padding-right: 21px;
|
|
965
|
+
padding-right: 21px;
|
|
966
|
+
}
|
|
826
967
|
|
|
827
968
|
._eX5OL {
|
|
828
969
|
position: absolute;
|
|
@@ -841,7 +982,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
841
982
|
bottom: 0;
|
|
842
983
|
margin-top: auto;
|
|
843
984
|
margin-bottom: auto;
|
|
844
|
-
text-align: left;
|
|
985
|
+
text-align: left;
|
|
986
|
+
}
|
|
845
987
|
|
|
846
988
|
.__YH01 {
|
|
847
989
|
position: absolute;
|
|
@@ -861,8 +1003,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
861
1003
|
margin-top: auto;
|
|
862
1004
|
margin-bottom: auto;
|
|
863
1005
|
right: 0;
|
|
864
|
-
text-align: right;
|
|
865
|
-
|
|
1006
|
+
text-align: right;
|
|
1007
|
+
}
|
|
866
1008
|
/*********************************
|
|
867
1009
|
For new colours, see _colors.scss.
|
|
868
1010
|
**********************************/
|
|
@@ -875,50 +1017,61 @@ The base colour is the default colour and is numbered with 400. If someone says
|
|
|
875
1017
|
Please ask a designer if you have questions about which colours to use.
|
|
876
1018
|
*/
|
|
877
1019
|
._kIngZ {
|
|
878
|
-
width: 100%;
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
1020
|
+
width: 100%;
|
|
1021
|
+
}
|
|
1022
|
+
._kIngZ input {
|
|
1023
|
+
border: 1px solid transparent;
|
|
1024
|
+
display: flex;
|
|
1025
|
+
justify-content: flex-end;
|
|
1026
|
+
background: transparent;
|
|
1027
|
+
padding: 16px;
|
|
1028
|
+
width: 100%;
|
|
1029
|
+
font-size: 14px;
|
|
1030
|
+
font-family: "Proxima Nova", sans-serif;
|
|
1031
|
+
border-radius: 0;
|
|
1032
|
+
}
|
|
1033
|
+
._kIngZ input:focus {
|
|
1034
|
+
border-color: #6d87dd;
|
|
1035
|
+
box-shadow: 0 0 8px #a7b7ea;
|
|
1036
|
+
outline: none;
|
|
1037
|
+
}
|
|
1038
|
+
._3_QIj {
|
|
1039
|
+
text-align: right;
|
|
1040
|
+
}
|
|
1041
|
+
._2Kyuc {
|
|
1042
|
+
/* Firefox */
|
|
1043
|
+
}
|
|
1044
|
+
._2Kyuc input::-webkit-outer-spin-button,
|
|
1045
|
+
._2Kyuc input::-webkit-inner-spin-button {
|
|
1046
|
+
-webkit-appearance: none;
|
|
1047
|
+
margin: 0;
|
|
1048
|
+
}
|
|
1049
|
+
._2Kyuc input[type=number] {
|
|
1050
|
+
-moz-appearance: textfield;
|
|
1051
|
+
}
|
|
903
1052
|
|
|
904
1053
|
._y9SBQ._y9SBQ {
|
|
905
|
-
border-color: #e76767;
|
|
1054
|
+
border-color: #e76767;
|
|
1055
|
+
}
|
|
906
1056
|
|
|
907
1057
|
._32mWH._32mWH {
|
|
908
|
-
border-top-left-radius: 8px;
|
|
1058
|
+
border-top-left-radius: 8px;
|
|
1059
|
+
}
|
|
909
1060
|
|
|
910
1061
|
._3Jg2-._3Jg2- {
|
|
911
|
-
border-top-right-radius: 8px;
|
|
1062
|
+
border-top-right-radius: 8px;
|
|
1063
|
+
}
|
|
912
1064
|
|
|
913
1065
|
._1F5fj._1F5fj {
|
|
914
|
-
border-bottom-left-radius: 8px;
|
|
1066
|
+
border-bottom-left-radius: 8px;
|
|
1067
|
+
}
|
|
915
1068
|
|
|
916
1069
|
._1fTTW._1fTTW {
|
|
917
|
-
border-bottom-right-radius: 8px;
|
|
918
|
-
|
|
1070
|
+
border-bottom-right-radius: 8px;
|
|
1071
|
+
}
|
|
919
1072
|
._3CaV0 {
|
|
920
|
-
max-width: 500px;
|
|
921
|
-
|
|
1073
|
+
max-width: 500px;
|
|
1074
|
+
}
|
|
922
1075
|
/*********************************
|
|
923
1076
|
For new colours, see _colors.scss.
|
|
924
1077
|
**********************************/
|
|
@@ -938,33 +1091,40 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
938
1091
|
flex: 1;
|
|
939
1092
|
display: flex;
|
|
940
1093
|
flex-direction: column;
|
|
941
|
-
min-width: 90px;
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
1094
|
+
min-width: 90px;
|
|
1095
|
+
}
|
|
1096
|
+
._BkzdC textarea {
|
|
1097
|
+
line-height: 22px;
|
|
1098
|
+
font-size: 14px;
|
|
1099
|
+
font-family: "Proxima Nova", sans-serif;
|
|
1100
|
+
color: #555;
|
|
1101
|
+
margin: 0;
|
|
1102
|
+
border: none;
|
|
1103
|
+
resize: none;
|
|
1104
|
+
width: auto;
|
|
1105
|
+
height: auto;
|
|
1106
|
+
padding: 0;
|
|
1107
|
+
}
|
|
1108
|
+
._BkzdC textarea:focus {
|
|
1109
|
+
outline: none;
|
|
1110
|
+
}
|
|
1111
|
+
._BkzdC textarea:disabled {
|
|
1112
|
+
background-color: #f8f8f8;
|
|
1113
|
+
}
|
|
1114
|
+
._Rop31 {
|
|
1115
|
+
border: 1px solid #6d87dd;
|
|
1116
|
+
box-shadow: 0 0 8px #a7b7ea;
|
|
1117
|
+
outline: none;
|
|
1118
|
+
}
|
|
1119
|
+
._2x3Cm {
|
|
1120
|
+
background-color: #f8f8f8;
|
|
1121
|
+
}
|
|
1122
|
+
._3zOwV {
|
|
1123
|
+
border-color: #e76767 !important;
|
|
1124
|
+
}
|
|
1125
|
+
._rQqnL {
|
|
1126
|
+
margin-top: 5px;
|
|
1127
|
+
}
|
|
968
1128
|
/*********************************
|
|
969
1129
|
For new colours, see _colors.scss.
|
|
970
1130
|
**********************************/
|
|
@@ -987,27 +1147,32 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
987
1147
|
border: 1px solid #c1c1c1;
|
|
988
1148
|
margin: 0;
|
|
989
1149
|
flex: 1;
|
|
990
|
-
min-width: 90px;
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
1150
|
+
min-width: 90px;
|
|
1151
|
+
}
|
|
1152
|
+
._20YOA:focus {
|
|
1153
|
+
border: 1px solid #6d87dd;
|
|
1154
|
+
box-shadow: 0 0 8px #a7b7ea;
|
|
1155
|
+
outline: none;
|
|
1156
|
+
}
|
|
1157
|
+
._20YOA:disabled {
|
|
1158
|
+
background-color: #f8f8f8;
|
|
1159
|
+
}
|
|
997
1160
|
|
|
998
1161
|
._3kUSh {
|
|
999
|
-
border-color: #e76767 !important;
|
|
1162
|
+
border-color: #e76767 !important;
|
|
1163
|
+
}
|
|
1000
1164
|
|
|
1001
1165
|
._3IU3Q {
|
|
1002
1166
|
border-left: 0 !important;
|
|
1003
1167
|
border-top-left-radius: 0 !important;
|
|
1004
|
-
border-bottom-left-radius: 0 !important;
|
|
1168
|
+
border-bottom-left-radius: 0 !important;
|
|
1169
|
+
}
|
|
1005
1170
|
|
|
1006
1171
|
._QXJOD {
|
|
1007
1172
|
border-right: 0 !important;
|
|
1008
1173
|
border-top-right-radius: 0 !important;
|
|
1009
|
-
border-bottom-right-radius: 0 !important;
|
|
1010
|
-
|
|
1174
|
+
border-bottom-right-radius: 0 !important;
|
|
1175
|
+
}
|
|
1011
1176
|
/*********************************
|
|
1012
1177
|
For new colours, see _colors.scss.
|
|
1013
1178
|
**********************************/
|
|
@@ -1020,58 +1185,67 @@ The base colour is the default colour and is numbered with 400. If someone says
|
|
|
1020
1185
|
Please ask a designer if you have questions about which colours to use.
|
|
1021
1186
|
*/
|
|
1022
1187
|
._2sg0c {
|
|
1023
|
-
position: relative;
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1188
|
+
position: relative;
|
|
1189
|
+
}
|
|
1190
|
+
._2LdrP {
|
|
1191
|
+
padding-left: 24px;
|
|
1192
|
+
}
|
|
1193
|
+
._2sg0c input {
|
|
1194
|
+
position: absolute;
|
|
1195
|
+
opacity: 0;
|
|
1196
|
+
cursor: pointer;
|
|
1197
|
+
z-index: 1;
|
|
1198
|
+
width: 16px;
|
|
1199
|
+
height: 16px;
|
|
1200
|
+
right: 0;
|
|
1201
|
+
}
|
|
1202
|
+
._2mA8e {
|
|
1203
|
+
display: block;
|
|
1204
|
+
top: 0;
|
|
1205
|
+
left: 0;
|
|
1206
|
+
height: 14px;
|
|
1207
|
+
width: 14px;
|
|
1208
|
+
background-color: transparent;
|
|
1209
|
+
border-radius: 4px;
|
|
1210
|
+
border: 1px solid #e0e0e0;
|
|
1211
|
+
box-shadow: inset 0 1px 4px -2px #e0e0e0;
|
|
1212
|
+
}
|
|
1213
|
+
._2mA8e::after {
|
|
1214
|
+
position: absolute;
|
|
1215
|
+
content: "";
|
|
1216
|
+
opacity: 0;
|
|
1217
|
+
}
|
|
1218
|
+
input:checked ~ ._2mA8e {
|
|
1219
|
+
background-color: #4d89f5;
|
|
1220
|
+
border-radius: 4px;
|
|
1221
|
+
transform: rotate(0deg) scale(1);
|
|
1222
|
+
opacity: 1;
|
|
1223
|
+
border: 1px solid #8cb5f4;
|
|
1224
|
+
}
|
|
1225
|
+
input:checked ~ ._2mA8e::after {
|
|
1226
|
+
opacity: 1;
|
|
1227
|
+
transform: rotate(45deg) scale(1);
|
|
1228
|
+
left: 4px;
|
|
1229
|
+
top: 1px;
|
|
1230
|
+
width: 4px;
|
|
1231
|
+
height: 8px;
|
|
1232
|
+
border: solid #fff;
|
|
1233
|
+
border-width: 0 2px 2px 0;
|
|
1234
|
+
background-color: transparent;
|
|
1235
|
+
border-radius: 0;
|
|
1236
|
+
}
|
|
1237
|
+
input:focus-visible + ._2mA8e {
|
|
1238
|
+
outline: #6d87dd solid 1px;
|
|
1239
|
+
}
|
|
1240
|
+
input:disabled + ._2mA8e {
|
|
1241
|
+
background-color: #f8f8f8;
|
|
1242
|
+
border: 1px solid #e0e0e0;
|
|
1243
|
+
}
|
|
1244
|
+
input:disabled + ._2mA8e::after {
|
|
1245
|
+
box-shadow: none;
|
|
1246
|
+
border: solid #9f9f9f !important;
|
|
1247
|
+
border-width: 0 2px 2px 0 !important;
|
|
1248
|
+
}
|
|
1075
1249
|
/*********************************
|
|
1076
1250
|
For new colours, see _colors.scss.
|
|
1077
1251
|
**********************************/
|
|
@@ -1084,62 +1258,71 @@ The base colour is the default colour and is numbered with 400. If someone says
|
|
|
1084
1258
|
Please ask a designer if you have questions about which colours to use.
|
|
1085
1259
|
*/
|
|
1086
1260
|
._g6T-p {
|
|
1087
|
-
position: relative;
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1261
|
+
position: relative;
|
|
1262
|
+
}
|
|
1263
|
+
._g6T-p input {
|
|
1264
|
+
position: absolute;
|
|
1265
|
+
opacity: 0;
|
|
1266
|
+
z-index: 1;
|
|
1267
|
+
width: 100%;
|
|
1268
|
+
height: 100%;
|
|
1269
|
+
right: 0;
|
|
1270
|
+
box-sizing: border-box;
|
|
1271
|
+
}
|
|
1272
|
+
._g6T-p input:hover:not(:disabled) {
|
|
1273
|
+
cursor: pointer;
|
|
1274
|
+
}
|
|
1275
|
+
._1i2AX {
|
|
1276
|
+
display: flex;
|
|
1277
|
+
align-items: center;
|
|
1278
|
+
justify-content: center;
|
|
1279
|
+
background-color: #fff;
|
|
1280
|
+
font-size: 14px;
|
|
1281
|
+
font-weight: 600;
|
|
1282
|
+
padding: 8px;
|
|
1283
|
+
border: 1px solid #e0e0e0;
|
|
1284
|
+
border-radius: 25px;
|
|
1285
|
+
min-height: 38px;
|
|
1286
|
+
min-width: 60px;
|
|
1287
|
+
text-align: center;
|
|
1288
|
+
vertical-align: middle;
|
|
1289
|
+
color: #555;
|
|
1290
|
+
-webkit-user-select: none;
|
|
1291
|
+
-moz-user-select: none;
|
|
1292
|
+
-ms-user-select: none;
|
|
1293
|
+
user-select: none;
|
|
1294
|
+
transition: background-color 0.2s, color 0.2s;
|
|
1295
|
+
text-transform: capitalize;
|
|
1296
|
+
box-sizing: border-box;
|
|
1297
|
+
}
|
|
1298
|
+
input:hover ~ ._1i2AX {
|
|
1299
|
+
background-color: #e0e0e0;
|
|
1300
|
+
border-color: #e0e0e0;
|
|
1301
|
+
}
|
|
1302
|
+
input:checked:hover ~ ._1i2AX {
|
|
1303
|
+
background-color: #e16840;
|
|
1304
|
+
border-color: #e16840;
|
|
1305
|
+
}
|
|
1306
|
+
input:checked ~ ._1i2AX {
|
|
1307
|
+
background-color: #fb7448;
|
|
1308
|
+
border-color: #fb7448;
|
|
1309
|
+
color: #fff;
|
|
1310
|
+
}
|
|
1311
|
+
input:disabled + ._1i2AX {
|
|
1312
|
+
background-color: #f8f8f8;
|
|
1313
|
+
border-color: #f8f8f8;
|
|
1314
|
+
color: #c1c1c1;
|
|
1315
|
+
}
|
|
1316
|
+
input:disabled:checked + ._1i2AX {
|
|
1317
|
+
background-color: #e16840;
|
|
1318
|
+
border-color: #e16840;
|
|
1319
|
+
color: #fff;
|
|
1320
|
+
}
|
|
1321
|
+
input:focus-visible + ._1i2AX {
|
|
1322
|
+
border: 1px solid #6d87dd;
|
|
1323
|
+
box-shadow: 0 0 8px #a7b7ea;
|
|
1324
|
+
outline: none;
|
|
1325
|
+
}
|
|
1143
1326
|
/*********************************
|
|
1144
1327
|
For new colours, see _colors.scss.
|
|
1145
1328
|
**********************************/
|
|
@@ -1160,7 +1343,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1160
1343
|
font-family: "Proxima Nova", sans-serif;
|
|
1161
1344
|
font-weight: 600;
|
|
1162
1345
|
font-size: 14px;
|
|
1163
|
-
min-height: 16px;
|
|
1346
|
+
min-height: 16px;
|
|
1347
|
+
}
|
|
1164
1348
|
|
|
1165
1349
|
._RXyG_ {
|
|
1166
1350
|
line-height: normal;
|
|
@@ -1171,8 +1355,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1171
1355
|
font-family: "Proxima Nova", sans-serif;
|
|
1172
1356
|
font-weight: 600;
|
|
1173
1357
|
font-size: 14px;
|
|
1174
|
-
min-height: 16px;
|
|
1175
|
-
|
|
1358
|
+
min-height: 16px;
|
|
1359
|
+
}
|
|
1176
1360
|
/*********************************
|
|
1177
1361
|
For new colours, see _colors.scss.
|
|
1178
1362
|
**********************************/
|
|
@@ -1185,59 +1369,68 @@ The base colour is the default colour and is numbered with 400. If someone says
|
|
|
1185
1369
|
Please ask a designer if you have questions about which colours to use.
|
|
1186
1370
|
*/
|
|
1187
1371
|
._1Clmp {
|
|
1188
|
-
position: relative;
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1372
|
+
position: relative;
|
|
1373
|
+
}
|
|
1374
|
+
._3UmWA {
|
|
1375
|
+
padding-left: 24px;
|
|
1376
|
+
}
|
|
1377
|
+
._1Clmp input {
|
|
1378
|
+
position: absolute;
|
|
1379
|
+
opacity: 0;
|
|
1380
|
+
cursor: pointer;
|
|
1381
|
+
z-index: 1;
|
|
1382
|
+
width: 16px;
|
|
1383
|
+
height: 16px;
|
|
1384
|
+
right: 0;
|
|
1385
|
+
}
|
|
1386
|
+
._1tMq- {
|
|
1387
|
+
display: block;
|
|
1388
|
+
top: 0;
|
|
1389
|
+
left: 0;
|
|
1390
|
+
height: 14px;
|
|
1391
|
+
width: 14px;
|
|
1392
|
+
background-color: transparent;
|
|
1393
|
+
border-radius: 50%;
|
|
1394
|
+
border: 1px solid #e0e0e0;
|
|
1395
|
+
box-shadow: inset 0 1px 4px -2px #e0e0e0;
|
|
1396
|
+
}
|
|
1397
|
+
._1tMq-::after {
|
|
1398
|
+
position: absolute;
|
|
1399
|
+
content: "";
|
|
1400
|
+
opacity: 0;
|
|
1401
|
+
}
|
|
1402
|
+
input:checked ~ ._1tMq- {
|
|
1403
|
+
background-color: #4d89f5;
|
|
1404
|
+
border-radius: 50%;
|
|
1405
|
+
transform: rotate(0deg) scale(1);
|
|
1406
|
+
opacity: 1;
|
|
1407
|
+
border: 1px solid #8cb5f4;
|
|
1408
|
+
}
|
|
1409
|
+
input:checked ~ ._1tMq-::after {
|
|
1410
|
+
opacity: 1;
|
|
1411
|
+
left: 5px;
|
|
1412
|
+
top: 5px;
|
|
1413
|
+
width: 4px;
|
|
1414
|
+
height: 4px;
|
|
1415
|
+
background-color: #fff;
|
|
1416
|
+
border: none;
|
|
1417
|
+
border-radius: 50%;
|
|
1418
|
+
}
|
|
1419
|
+
input:focus-visible + ._1tMq- {
|
|
1420
|
+
outline: #6d87dd solid 1px;
|
|
1421
|
+
}
|
|
1422
|
+
input:disabled + ._1tMq- {
|
|
1423
|
+
background-color: #f8f8f8;
|
|
1424
|
+
border: 1px solid #e0e0e0;
|
|
1425
|
+
}
|
|
1426
|
+
input:disabled + ._1tMq-::after {
|
|
1427
|
+
box-shadow: none;
|
|
1428
|
+
border: solid #9f9f9f !important;
|
|
1429
|
+
border-width: 0 2px 2px 0 !important;
|
|
1430
|
+
background-color: #9f9f9f;
|
|
1431
|
+
left: 4px;
|
|
1432
|
+
top: 4px;
|
|
1433
|
+
}
|
|
1241
1434
|
/*********************************
|
|
1242
1435
|
For new colours, see _colors.scss.
|
|
1243
1436
|
**********************************/
|
|
@@ -1260,38 +1453,45 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1260
1453
|
border: 1px solid #c1c1c1;
|
|
1261
1454
|
margin: 0;
|
|
1262
1455
|
flex: 1;
|
|
1263
|
-
min-width: 90px;
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1456
|
+
min-width: 90px;
|
|
1457
|
+
}
|
|
1458
|
+
._18Rzv:focus {
|
|
1459
|
+
border: 1px solid #6d87dd;
|
|
1460
|
+
box-shadow: 0 0 8px #a7b7ea;
|
|
1461
|
+
outline: none;
|
|
1462
|
+
}
|
|
1463
|
+
._18Rzv:disabled {
|
|
1464
|
+
background-color: #f8f8f8;
|
|
1465
|
+
}
|
|
1270
1466
|
|
|
1271
1467
|
._3eD7t {
|
|
1272
|
-
border-color: #e76767 !important;
|
|
1468
|
+
border-color: #e76767 !important;
|
|
1469
|
+
}
|
|
1273
1470
|
|
|
1274
1471
|
._2evrG {
|
|
1275
1472
|
border-left: 0 !important;
|
|
1276
1473
|
border-top-left-radius: 0 !important;
|
|
1277
|
-
border-bottom-left-radius: 0 !important;
|
|
1474
|
+
border-bottom-left-radius: 0 !important;
|
|
1475
|
+
}
|
|
1278
1476
|
|
|
1279
1477
|
._-MgeO {
|
|
1280
1478
|
border-right: 0 !important;
|
|
1281
1479
|
border-top-right-radius: 0 !important;
|
|
1282
|
-
border-bottom-right-radius: 0 !important;
|
|
1480
|
+
border-bottom-right-radius: 0 !important;
|
|
1481
|
+
}
|
|
1283
1482
|
|
|
1284
1483
|
._-Rf3c {
|
|
1285
1484
|
position: relative;
|
|
1286
1485
|
display: flex;
|
|
1287
|
-
flex: 1;
|
|
1486
|
+
flex: 1;
|
|
1487
|
+
}
|
|
1288
1488
|
|
|
1289
1489
|
._yinPY {
|
|
1290
1490
|
position: absolute;
|
|
1291
1491
|
cursor: pointer;
|
|
1292
1492
|
right: 7px;
|
|
1293
|
-
top: 7px;
|
|
1294
|
-
|
|
1493
|
+
top: 7px;
|
|
1494
|
+
}
|
|
1295
1495
|
/*********************************
|
|
1296
1496
|
For new colours, see _colors.scss.
|
|
1297
1497
|
**********************************/
|
|
@@ -1305,16 +1505,17 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1305
1505
|
*/
|
|
1306
1506
|
._U0krC {
|
|
1307
1507
|
color: #e0e0e0;
|
|
1308
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1508
|
+
font-family: "Proxima Nova", sans-serif;
|
|
1509
|
+
}
|
|
1309
1510
|
|
|
1310
1511
|
._2XIl4 {
|
|
1311
1512
|
color: #929292;
|
|
1312
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1313
|
-
|
|
1513
|
+
font-family: "Proxima Nova", sans-serif;
|
|
1514
|
+
}
|
|
1314
1515
|
._1cDCR {
|
|
1315
1516
|
flex: 1;
|
|
1316
|
-
display:
|
|
1317
|
-
|
|
1517
|
+
display: "flex";
|
|
1518
|
+
}
|
|
1318
1519
|
/*********************************
|
|
1319
1520
|
For new colours, see _colors.scss.
|
|
1320
1521
|
**********************************/
|
|
@@ -1337,31 +1538,37 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1337
1538
|
border: 1px solid #c1c1c1;
|
|
1338
1539
|
margin: 0;
|
|
1339
1540
|
flex: 1;
|
|
1340
|
-
min-width: 90px;
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1541
|
+
min-width: 90px;
|
|
1542
|
+
}
|
|
1543
|
+
._1btTx:focus, ._1Sc9D:focus {
|
|
1544
|
+
border: 1px solid #6d87dd;
|
|
1545
|
+
box-shadow: 0 0 8px #a7b7ea;
|
|
1546
|
+
outline: none;
|
|
1547
|
+
}
|
|
1548
|
+
._1btTx:disabled, ._1Sc9D:disabled {
|
|
1549
|
+
background-color: #f8f8f8;
|
|
1550
|
+
}
|
|
1347
1551
|
|
|
1348
1552
|
._2feYp, ._2SNat {
|
|
1349
|
-
border-color: #e76767 !important;
|
|
1553
|
+
border-color: #e76767 !important;
|
|
1554
|
+
}
|
|
1350
1555
|
|
|
1351
1556
|
._E18JV, ._jLolW {
|
|
1352
1557
|
border-left: 0 !important;
|
|
1353
1558
|
border-top-left-radius: 0 !important;
|
|
1354
|
-
border-bottom-left-radius: 0 !important;
|
|
1559
|
+
border-bottom-left-radius: 0 !important;
|
|
1560
|
+
}
|
|
1355
1561
|
|
|
1356
1562
|
._27J43, ._3eTNi {
|
|
1357
1563
|
border-right: 0 !important;
|
|
1358
1564
|
border-top-right-radius: 0 !important;
|
|
1359
|
-
border-bottom-right-radius: 0 !important;
|
|
1565
|
+
border-bottom-right-radius: 0 !important;
|
|
1566
|
+
}
|
|
1360
1567
|
|
|
1361
1568
|
._1Sc9D {
|
|
1362
1569
|
padding-top: 8px;
|
|
1363
|
-
padding-bottom: 6px;
|
|
1364
|
-
|
|
1570
|
+
padding-bottom: 6px;
|
|
1571
|
+
}
|
|
1365
1572
|
/*********************************
|
|
1366
1573
|
For new colours, see _colors.scss.
|
|
1367
1574
|
**********************************/
|
|
@@ -1376,7 +1583,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1376
1583
|
._v1b-5 {
|
|
1377
1584
|
flex: 1;
|
|
1378
1585
|
display: flex;
|
|
1379
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1586
|
+
font-family: "Proxima Nova", sans-serif;
|
|
1587
|
+
}
|
|
1380
1588
|
|
|
1381
1589
|
._3mrLu {
|
|
1382
1590
|
position: relative;
|
|
@@ -1385,18 +1593,22 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1385
1593
|
-webkit-user-select: none;
|
|
1386
1594
|
-moz-user-select: none;
|
|
1387
1595
|
-ms-user-select: none;
|
|
1388
|
-
user-select: none;
|
|
1596
|
+
user-select: none;
|
|
1597
|
+
}
|
|
1389
1598
|
|
|
1390
1599
|
._1J9dh ._8FcQE {
|
|
1391
|
-
cursor: default;
|
|
1600
|
+
cursor: default;
|
|
1601
|
+
}
|
|
1392
1602
|
|
|
1393
1603
|
._1SPuq,
|
|
1394
1604
|
._24FJ6 {
|
|
1395
|
-
font-family: inherit;
|
|
1605
|
+
font-family: inherit;
|
|
1606
|
+
}
|
|
1396
1607
|
|
|
1397
1608
|
._Oxdm9 {
|
|
1398
1609
|
display: none;
|
|
1399
|
-
visibility: hidden;
|
|
1610
|
+
visibility: hidden;
|
|
1611
|
+
}
|
|
1400
1612
|
|
|
1401
1613
|
._20uqc {
|
|
1402
1614
|
position: absolute;
|
|
@@ -1413,11 +1625,14 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1413
1625
|
border-top: 7px solid transparent;
|
|
1414
1626
|
border-bottom: 7px solid transparent;
|
|
1415
1627
|
border-right: 10px solid #555;
|
|
1416
|
-
margin-right: 1.5em;
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1628
|
+
margin-right: 1.5em;
|
|
1629
|
+
}
|
|
1630
|
+
._20uqc:hover {
|
|
1631
|
+
opacity: 0.8;
|
|
1632
|
+
}
|
|
1633
|
+
._20uqc:hover {
|
|
1634
|
+
border-right-color: #929292;
|
|
1635
|
+
}
|
|
1421
1636
|
|
|
1422
1637
|
._3C53z {
|
|
1423
1638
|
position: absolute;
|
|
@@ -1433,17 +1648,21 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1433
1648
|
height: 0;
|
|
1434
1649
|
border-top: 7px solid transparent;
|
|
1435
1650
|
border-bottom: 7px solid transparent;
|
|
1436
|
-
border-left: 10px solid #555;
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1651
|
+
border-left: 10px solid #555;
|
|
1652
|
+
}
|
|
1653
|
+
._3C53z:hover {
|
|
1654
|
+
opacity: 0.8;
|
|
1655
|
+
}
|
|
1656
|
+
._3C53z:hover {
|
|
1657
|
+
opacity: 0.8;
|
|
1658
|
+
border-left-color: #929292;
|
|
1659
|
+
}
|
|
1442
1660
|
|
|
1443
1661
|
._M_eHz {
|
|
1444
1662
|
display: flex;
|
|
1445
1663
|
flex-wrap: wrap;
|
|
1446
|
-
justify-content: center;
|
|
1664
|
+
justify-content: center;
|
|
1665
|
+
}
|
|
1447
1666
|
|
|
1448
1667
|
._3RPpJ {
|
|
1449
1668
|
display: table;
|
|
@@ -1454,42 +1673,51 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1454
1673
|
-webkit-user-select: none;
|
|
1455
1674
|
-moz-user-select: none;
|
|
1456
1675
|
-ms-user-select: none;
|
|
1457
|
-
user-select: none;
|
|
1676
|
+
user-select: none;
|
|
1677
|
+
}
|
|
1458
1678
|
|
|
1459
1679
|
._1FXNw {
|
|
1460
1680
|
display: table-caption;
|
|
1461
1681
|
margin-bottom: 0.5em;
|
|
1462
1682
|
padding: 0 0.5em;
|
|
1463
|
-
text-align: left;
|
|
1683
|
+
text-align: left;
|
|
1684
|
+
}
|
|
1464
1685
|
|
|
1465
1686
|
._1FXNw > div {
|
|
1466
1687
|
font-weight: 600;
|
|
1467
1688
|
font-size: 20px;
|
|
1468
|
-
color: #555;
|
|
1689
|
+
color: #555;
|
|
1690
|
+
}
|
|
1469
1691
|
|
|
1470
1692
|
._3KcRU {
|
|
1471
1693
|
display: table-header-group;
|
|
1472
|
-
margin-top: 1em;
|
|
1694
|
+
margin-top: 1em;
|
|
1695
|
+
}
|
|
1473
1696
|
|
|
1474
1697
|
._1fO_e {
|
|
1475
|
-
display: table-row;
|
|
1698
|
+
display: table-row;
|
|
1699
|
+
}
|
|
1476
1700
|
|
|
1477
1701
|
._c1Y-X {
|
|
1478
1702
|
display: table-cell;
|
|
1479
1703
|
padding: 0.5em;
|
|
1480
1704
|
color: #929292;
|
|
1481
1705
|
text-align: center;
|
|
1482
|
-
font-size: 0.875em;
|
|
1706
|
+
font-size: 0.875em;
|
|
1707
|
+
}
|
|
1483
1708
|
|
|
1484
1709
|
._c1Y-X abbr[title] {
|
|
1485
1710
|
border-bottom: none;
|
|
1486
|
-
text-decoration: none;
|
|
1711
|
+
text-decoration: none;
|
|
1712
|
+
}
|
|
1487
1713
|
|
|
1488
1714
|
._34mA1 {
|
|
1489
|
-
display: table-row-group;
|
|
1715
|
+
display: table-row-group;
|
|
1716
|
+
}
|
|
1490
1717
|
|
|
1491
1718
|
._1PmqZ {
|
|
1492
|
-
display: table-row;
|
|
1719
|
+
display: table-row;
|
|
1720
|
+
}
|
|
1493
1721
|
|
|
1494
1722
|
._1AWH2 {
|
|
1495
1723
|
display: table-cell;
|
|
@@ -1497,45 +1725,56 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1497
1725
|
border-radius: 50%;
|
|
1498
1726
|
vertical-align: middle;
|
|
1499
1727
|
text-align: center;
|
|
1500
|
-
cursor: pointer;
|
|
1501
|
-
|
|
1502
|
-
|
|
1728
|
+
cursor: pointer;
|
|
1729
|
+
}
|
|
1730
|
+
._1AWH2:not(._1J9dh):not(._3vJkw):not(._1DR0N):not(._276GV):hover {
|
|
1731
|
+
background: #f8f8f8;
|
|
1732
|
+
}
|
|
1503
1733
|
|
|
1504
1734
|
._2M5xr {
|
|
1505
|
-
padding-top: 0.5em;
|
|
1735
|
+
padding-top: 0.5em;
|
|
1736
|
+
}
|
|
1506
1737
|
|
|
1507
1738
|
._3N6fj {
|
|
1508
1739
|
color: #fb7448;
|
|
1509
|
-
font-weight: 700;
|
|
1740
|
+
font-weight: 700;
|
|
1741
|
+
}
|
|
1510
1742
|
|
|
1511
1743
|
._1DR0N:not(._3vJkw):not(._276GV) {
|
|
1512
1744
|
background-color: #fdd5c8;
|
|
1513
|
-
color: #fb7448;
|
|
1745
|
+
color: #fb7448;
|
|
1746
|
+
}
|
|
1514
1747
|
|
|
1515
1748
|
._1DR0N:not(._3vJkw):not(._276GV):hover {
|
|
1516
1749
|
background-color: #fb7448;
|
|
1517
|
-
color: #fff;
|
|
1750
|
+
color: #fff;
|
|
1751
|
+
}
|
|
1518
1752
|
|
|
1519
1753
|
._1DR0N._3N6fj:hover {
|
|
1520
|
-
color: #fff;
|
|
1754
|
+
color: #fff;
|
|
1755
|
+
}
|
|
1521
1756
|
|
|
1522
1757
|
._3vJkw {
|
|
1523
1758
|
color: #e0e0e0;
|
|
1524
|
-
cursor: default;
|
|
1759
|
+
cursor: default;
|
|
1760
|
+
}
|
|
1525
1761
|
|
|
1526
1762
|
._276GV {
|
|
1527
1763
|
color: #c1c1c1;
|
|
1528
|
-
cursor: default;
|
|
1764
|
+
cursor: default;
|
|
1765
|
+
}
|
|
1529
1766
|
|
|
1530
1767
|
._3Zqgu {
|
|
1531
|
-
position: relative;
|
|
1768
|
+
position: relative;
|
|
1769
|
+
}
|
|
1532
1770
|
|
|
1533
1771
|
._20Ncd {
|
|
1534
1772
|
position: absolute;
|
|
1535
1773
|
left: 0;
|
|
1536
1774
|
z-index: 1;
|
|
1537
1775
|
background: #fff;
|
|
1538
|
-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
|
|
1776
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
|
|
1777
|
+
}
|
|
1539
1778
|
|
|
1540
1779
|
._2hb-S {
|
|
1541
1780
|
display: table-cell;
|
|
@@ -1546,8 +1785,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1546
1785
|
vertical-align: middle;
|
|
1547
1786
|
text-align: right;
|
|
1548
1787
|
font-size: 0.75em;
|
|
1549
|
-
cursor: pointer;
|
|
1550
|
-
|
|
1788
|
+
cursor: pointer;
|
|
1789
|
+
}
|
|
1551
1790
|
/*********************************
|
|
1552
1791
|
For new colours, see _colors.scss.
|
|
1553
1792
|
**********************************/
|
|
@@ -1562,7 +1801,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1562
1801
|
._1Ini2 {
|
|
1563
1802
|
flex: 1;
|
|
1564
1803
|
display: flex;
|
|
1565
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1804
|
+
font-family: "Proxima Nova", sans-serif;
|
|
1805
|
+
}
|
|
1566
1806
|
|
|
1567
1807
|
._21VnL {
|
|
1568
1808
|
position: relative;
|
|
@@ -1571,18 +1811,22 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1571
1811
|
-webkit-user-select: none;
|
|
1572
1812
|
-moz-user-select: none;
|
|
1573
1813
|
-ms-user-select: none;
|
|
1574
|
-
user-select: none;
|
|
1814
|
+
user-select: none;
|
|
1815
|
+
}
|
|
1575
1816
|
|
|
1576
1817
|
._wJ6Cb ._1c48y {
|
|
1577
|
-
cursor: default;
|
|
1818
|
+
cursor: default;
|
|
1819
|
+
}
|
|
1578
1820
|
|
|
1579
1821
|
._3KwsN,
|
|
1580
1822
|
._10CBO {
|
|
1581
|
-
font-family: inherit;
|
|
1823
|
+
font-family: inherit;
|
|
1824
|
+
}
|
|
1582
1825
|
|
|
1583
1826
|
._dHL-D {
|
|
1584
1827
|
display: none;
|
|
1585
|
-
visibility: hidden;
|
|
1828
|
+
visibility: hidden;
|
|
1829
|
+
}
|
|
1586
1830
|
|
|
1587
1831
|
._6kNi3 {
|
|
1588
1832
|
position: absolute;
|
|
@@ -1599,11 +1843,14 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1599
1843
|
border-top: 7px solid transparent;
|
|
1600
1844
|
border-bottom: 7px solid transparent;
|
|
1601
1845
|
border-right: 10px solid #555;
|
|
1602
|
-
margin-right: 1.5em;
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1846
|
+
margin-right: 1.5em;
|
|
1847
|
+
}
|
|
1848
|
+
._6kNi3:hover {
|
|
1849
|
+
opacity: 0.8;
|
|
1850
|
+
}
|
|
1851
|
+
._6kNi3:hover {
|
|
1852
|
+
border-right-color: #929292;
|
|
1853
|
+
}
|
|
1607
1854
|
|
|
1608
1855
|
._13W_e {
|
|
1609
1856
|
position: absolute;
|
|
@@ -1619,17 +1866,21 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1619
1866
|
height: 0;
|
|
1620
1867
|
border-top: 7px solid transparent;
|
|
1621
1868
|
border-bottom: 7px solid transparent;
|
|
1622
|
-
border-left: 10px solid #555;
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1869
|
+
border-left: 10px solid #555;
|
|
1870
|
+
}
|
|
1871
|
+
._13W_e:hover {
|
|
1872
|
+
opacity: 0.8;
|
|
1873
|
+
}
|
|
1874
|
+
._13W_e:hover {
|
|
1875
|
+
opacity: 0.8;
|
|
1876
|
+
border-left-color: #929292;
|
|
1877
|
+
}
|
|
1628
1878
|
|
|
1629
1879
|
._1FeSY {
|
|
1630
1880
|
display: flex;
|
|
1631
1881
|
flex-wrap: wrap;
|
|
1632
|
-
justify-content: center;
|
|
1882
|
+
justify-content: center;
|
|
1883
|
+
}
|
|
1633
1884
|
|
|
1634
1885
|
._wU6A4 {
|
|
1635
1886
|
display: table;
|
|
@@ -1640,42 +1891,51 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1640
1891
|
-webkit-user-select: none;
|
|
1641
1892
|
-moz-user-select: none;
|
|
1642
1893
|
-ms-user-select: none;
|
|
1643
|
-
user-select: none;
|
|
1894
|
+
user-select: none;
|
|
1895
|
+
}
|
|
1644
1896
|
|
|
1645
1897
|
._AMbAo {
|
|
1646
1898
|
display: table-caption;
|
|
1647
1899
|
margin-bottom: 0.5em;
|
|
1648
1900
|
padding: 0 0.5em;
|
|
1649
|
-
text-align: left;
|
|
1901
|
+
text-align: left;
|
|
1902
|
+
}
|
|
1650
1903
|
|
|
1651
1904
|
._AMbAo > div {
|
|
1652
1905
|
font-weight: 600;
|
|
1653
1906
|
font-size: 20px;
|
|
1654
|
-
color: #555;
|
|
1907
|
+
color: #555;
|
|
1908
|
+
}
|
|
1655
1909
|
|
|
1656
1910
|
._1LEst {
|
|
1657
1911
|
display: table-header-group;
|
|
1658
|
-
margin-top: 1em;
|
|
1912
|
+
margin-top: 1em;
|
|
1913
|
+
}
|
|
1659
1914
|
|
|
1660
1915
|
._2XECo {
|
|
1661
|
-
display: table-row;
|
|
1916
|
+
display: table-row;
|
|
1917
|
+
}
|
|
1662
1918
|
|
|
1663
1919
|
._1C5ry {
|
|
1664
1920
|
display: table-cell;
|
|
1665
1921
|
padding: 0.5em;
|
|
1666
1922
|
color: #929292;
|
|
1667
1923
|
text-align: center;
|
|
1668
|
-
font-size: 0.875em;
|
|
1924
|
+
font-size: 0.875em;
|
|
1925
|
+
}
|
|
1669
1926
|
|
|
1670
1927
|
._1C5ry abbr[title] {
|
|
1671
1928
|
border-bottom: none;
|
|
1672
|
-
text-decoration: none;
|
|
1929
|
+
text-decoration: none;
|
|
1930
|
+
}
|
|
1673
1931
|
|
|
1674
1932
|
._11F-Y {
|
|
1675
|
-
display: table-row-group;
|
|
1933
|
+
display: table-row-group;
|
|
1934
|
+
}
|
|
1676
1935
|
|
|
1677
1936
|
._3MAFk {
|
|
1678
|
-
display: table-row;
|
|
1937
|
+
display: table-row;
|
|
1938
|
+
}
|
|
1679
1939
|
|
|
1680
1940
|
._mG73F {
|
|
1681
1941
|
display: table-cell;
|
|
@@ -1683,45 +1943,56 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1683
1943
|
border-radius: 50%;
|
|
1684
1944
|
vertical-align: middle;
|
|
1685
1945
|
text-align: center;
|
|
1686
|
-
cursor: pointer;
|
|
1687
|
-
|
|
1688
|
-
|
|
1946
|
+
cursor: pointer;
|
|
1947
|
+
}
|
|
1948
|
+
._mG73F:not(._wJ6Cb):not(._2pgnH):not(._MtLaz):not(._CRqyX):hover {
|
|
1949
|
+
background: #f8f8f8;
|
|
1950
|
+
}
|
|
1689
1951
|
|
|
1690
1952
|
._2KG9- {
|
|
1691
|
-
padding-top: 0.5em;
|
|
1953
|
+
padding-top: 0.5em;
|
|
1954
|
+
}
|
|
1692
1955
|
|
|
1693
1956
|
._2JA2y {
|
|
1694
1957
|
color: #fb7448;
|
|
1695
|
-
font-weight: 700;
|
|
1958
|
+
font-weight: 700;
|
|
1959
|
+
}
|
|
1696
1960
|
|
|
1697
1961
|
._MtLaz:not(._2pgnH):not(._CRqyX) {
|
|
1698
1962
|
background-color: #fdd5c8;
|
|
1699
|
-
color: #fb7448;
|
|
1963
|
+
color: #fb7448;
|
|
1964
|
+
}
|
|
1700
1965
|
|
|
1701
1966
|
._MtLaz:not(._2pgnH):not(._CRqyX):hover {
|
|
1702
1967
|
background-color: #fb7448;
|
|
1703
|
-
color: #fff;
|
|
1968
|
+
color: #fff;
|
|
1969
|
+
}
|
|
1704
1970
|
|
|
1705
1971
|
._MtLaz._2JA2y:hover {
|
|
1706
|
-
color: #fff;
|
|
1972
|
+
color: #fff;
|
|
1973
|
+
}
|
|
1707
1974
|
|
|
1708
1975
|
._2pgnH {
|
|
1709
1976
|
color: #e0e0e0;
|
|
1710
|
-
cursor: default;
|
|
1977
|
+
cursor: default;
|
|
1978
|
+
}
|
|
1711
1979
|
|
|
1712
1980
|
._CRqyX {
|
|
1713
1981
|
color: #c1c1c1;
|
|
1714
|
-
cursor: default;
|
|
1982
|
+
cursor: default;
|
|
1983
|
+
}
|
|
1715
1984
|
|
|
1716
1985
|
._1JWbc {
|
|
1717
|
-
position: relative;
|
|
1986
|
+
position: relative;
|
|
1987
|
+
}
|
|
1718
1988
|
|
|
1719
1989
|
._2tL6g {
|
|
1720
1990
|
position: absolute;
|
|
1721
1991
|
left: 0;
|
|
1722
1992
|
z-index: 1;
|
|
1723
1993
|
background: #fff;
|
|
1724
|
-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
|
|
1994
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
|
|
1995
|
+
}
|
|
1725
1996
|
|
|
1726
1997
|
._3u72O {
|
|
1727
1998
|
display: table-cell;
|
|
@@ -1732,7 +2003,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1732
2003
|
vertical-align: middle;
|
|
1733
2004
|
text-align: right;
|
|
1734
2005
|
font-size: 0.75em;
|
|
1735
|
-
cursor: pointer;
|
|
2006
|
+
cursor: pointer;
|
|
2007
|
+
}
|
|
1736
2008
|
|
|
1737
2009
|
/*********************************
|
|
1738
2010
|
For new colours, see _colors.scss.
|
|
@@ -1745,7 +2017,7 @@ The smaller the number the lighter the color. So $eggplant-100 would be light pu
|
|
|
1745
2017
|
The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
|
|
1746
2018
|
Please ask a designer if you have questions about which colours to use.
|
|
1747
2019
|
*/
|
|
1748
|
-
._25rf7, ._3qVhi, ._3qVhi
|
|
2020
|
+
._25rf7, ._3qVhi input, ._3qVhi {
|
|
1749
2021
|
padding: 7px;
|
|
1750
2022
|
line-height: 22px;
|
|
1751
2023
|
border-radius: 4px;
|
|
@@ -1756,73 +2028,88 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1756
2028
|
border: 1px solid #c1c1c1;
|
|
1757
2029
|
margin: 0;
|
|
1758
2030
|
flex: 1;
|
|
1759
|
-
min-width: 90px;
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
2031
|
+
min-width: 90px;
|
|
2032
|
+
}
|
|
2033
|
+
._25rf7:focus, ._3qVhi input:focus, ._3qVhi:focus {
|
|
2034
|
+
border: 1px solid #6d87dd;
|
|
2035
|
+
box-shadow: 0 0 8px #a7b7ea;
|
|
2036
|
+
outline: none;
|
|
2037
|
+
}
|
|
2038
|
+
._25rf7:disabled, ._3qVhi input:disabled, ._3qVhi:disabled {
|
|
2039
|
+
background-color: #f8f8f8;
|
|
2040
|
+
}
|
|
1766
2041
|
|
|
1767
2042
|
._2M9Ud {
|
|
1768
|
-
border-color: #e76767 !important;
|
|
2043
|
+
border-color: #e76767 !important;
|
|
2044
|
+
}
|
|
1769
2045
|
|
|
1770
2046
|
._3TUb2 {
|
|
1771
2047
|
border-left: 0 !important;
|
|
1772
2048
|
border-top-left-radius: 0 !important;
|
|
1773
|
-
border-bottom-left-radius: 0 !important;
|
|
2049
|
+
border-bottom-left-radius: 0 !important;
|
|
2050
|
+
}
|
|
1774
2051
|
|
|
1775
2052
|
._foqL0 {
|
|
1776
2053
|
border-right: 0 !important;
|
|
1777
2054
|
border-top-right-radius: 0 !important;
|
|
1778
|
-
border-bottom-right-radius: 0 !important;
|
|
2055
|
+
border-bottom-right-radius: 0 !important;
|
|
2056
|
+
}
|
|
1779
2057
|
|
|
1780
2058
|
._3qVhi {
|
|
1781
2059
|
padding-bottom: 0px;
|
|
1782
2060
|
padding-top: 0px;
|
|
1783
2061
|
display: flex;
|
|
1784
|
-
align-items: center;
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
2062
|
+
align-items: center;
|
|
2063
|
+
}
|
|
2064
|
+
._3df9R {
|
|
2065
|
+
border-color: #e76767 !important;
|
|
2066
|
+
}
|
|
2067
|
+
._3qVhi input {
|
|
2068
|
+
border: none;
|
|
2069
|
+
min-width: 20px;
|
|
2070
|
+
width: 20px;
|
|
2071
|
+
flex: 1;
|
|
2072
|
+
}
|
|
2073
|
+
._3qVhi input:focus {
|
|
2074
|
+
border: none;
|
|
2075
|
+
box-shadow: inset 0 -2px 0 #fb7448;
|
|
2076
|
+
outline: none;
|
|
2077
|
+
border-radius: 0;
|
|
2078
|
+
border-top-right-radius: 4px;
|
|
2079
|
+
}
|
|
1798
2080
|
|
|
1799
2081
|
._wU6A4 {
|
|
1800
|
-
border-collapse: separate;
|
|
2082
|
+
border-collapse: separate;
|
|
2083
|
+
}
|
|
1801
2084
|
|
|
1802
2085
|
._3u72O {
|
|
1803
|
-
outline: none;
|
|
2086
|
+
outline: none;
|
|
2087
|
+
}
|
|
1804
2088
|
|
|
1805
2089
|
._mG73F {
|
|
1806
2090
|
outline: none;
|
|
1807
2091
|
border: 1px solid transparent;
|
|
1808
|
-
border-radius: 0;
|
|
2092
|
+
border-radius: 0;
|
|
2093
|
+
}
|
|
1809
2094
|
|
|
1810
2095
|
._mG73F._MtLaz.from {
|
|
1811
2096
|
background-color: #fb7448;
|
|
1812
2097
|
color: #fff;
|
|
1813
2098
|
border-top-left-radius: 50%;
|
|
1814
|
-
border-bottom-left-radius: 50%;
|
|
2099
|
+
border-bottom-left-radius: 50%;
|
|
2100
|
+
}
|
|
1815
2101
|
|
|
1816
2102
|
._mG73F._MtLaz.to {
|
|
1817
2103
|
background-color: #fb7448;
|
|
1818
2104
|
color: #fff;
|
|
1819
2105
|
border-top-right-radius: 50%;
|
|
1820
|
-
border-bottom-right-radius: 50%;
|
|
2106
|
+
border-bottom-right-radius: 50%;
|
|
2107
|
+
}
|
|
1821
2108
|
|
|
1822
2109
|
._MtLaz:not(._2pgnH) {
|
|
1823
2110
|
background-color: #fdd5c8;
|
|
1824
|
-
color: #fb7448;
|
|
1825
|
-
|
|
2111
|
+
color: #fb7448;
|
|
2112
|
+
}
|
|
1826
2113
|
/*********************************
|
|
1827
2114
|
For new colours, see _colors.scss.
|
|
1828
2115
|
**********************************/
|
|
@@ -1837,7 +2124,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1837
2124
|
._okDvi {
|
|
1838
2125
|
flex: 1;
|
|
1839
2126
|
display: flex;
|
|
1840
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2127
|
+
font-family: "Proxima Nova", sans-serif;
|
|
2128
|
+
}
|
|
1841
2129
|
|
|
1842
2130
|
._17XdD {
|
|
1843
2131
|
position: relative;
|
|
@@ -1846,18 +2134,22 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1846
2134
|
-webkit-user-select: none;
|
|
1847
2135
|
-moz-user-select: none;
|
|
1848
2136
|
-ms-user-select: none;
|
|
1849
|
-
user-select: none;
|
|
2137
|
+
user-select: none;
|
|
2138
|
+
}
|
|
1850
2139
|
|
|
1851
2140
|
._1O7OT ._3noGA {
|
|
1852
|
-
cursor: default;
|
|
2141
|
+
cursor: default;
|
|
2142
|
+
}
|
|
1853
2143
|
|
|
1854
2144
|
._1Hl3Q,
|
|
1855
2145
|
._m0Vs9 {
|
|
1856
|
-
font-family: inherit;
|
|
2146
|
+
font-family: inherit;
|
|
2147
|
+
}
|
|
1857
2148
|
|
|
1858
2149
|
._1ULWH {
|
|
1859
2150
|
display: none;
|
|
1860
|
-
visibility: hidden;
|
|
2151
|
+
visibility: hidden;
|
|
2152
|
+
}
|
|
1861
2153
|
|
|
1862
2154
|
._3gjq8 {
|
|
1863
2155
|
position: absolute;
|
|
@@ -1874,11 +2166,14 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1874
2166
|
border-top: 7px solid transparent;
|
|
1875
2167
|
border-bottom: 7px solid transparent;
|
|
1876
2168
|
border-right: 10px solid #555;
|
|
1877
|
-
margin-right: 1.5em;
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
2169
|
+
margin-right: 1.5em;
|
|
2170
|
+
}
|
|
2171
|
+
._3gjq8:hover {
|
|
2172
|
+
opacity: 0.8;
|
|
2173
|
+
}
|
|
2174
|
+
._3gjq8:hover {
|
|
2175
|
+
border-right-color: #929292;
|
|
2176
|
+
}
|
|
1882
2177
|
|
|
1883
2178
|
._1m-Kd {
|
|
1884
2179
|
position: absolute;
|
|
@@ -1894,17 +2189,21 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1894
2189
|
height: 0;
|
|
1895
2190
|
border-top: 7px solid transparent;
|
|
1896
2191
|
border-bottom: 7px solid transparent;
|
|
1897
|
-
border-left: 10px solid #555;
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
2192
|
+
border-left: 10px solid #555;
|
|
2193
|
+
}
|
|
2194
|
+
._1m-Kd:hover {
|
|
2195
|
+
opacity: 0.8;
|
|
2196
|
+
}
|
|
2197
|
+
._1m-Kd:hover {
|
|
2198
|
+
opacity: 0.8;
|
|
2199
|
+
border-left-color: #929292;
|
|
2200
|
+
}
|
|
1903
2201
|
|
|
1904
2202
|
._Fq6Xh {
|
|
1905
2203
|
display: flex;
|
|
1906
2204
|
flex-wrap: wrap;
|
|
1907
|
-
justify-content: center;
|
|
2205
|
+
justify-content: center;
|
|
2206
|
+
}
|
|
1908
2207
|
|
|
1909
2208
|
._3i0Oo {
|
|
1910
2209
|
display: table;
|
|
@@ -1915,42 +2214,51 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1915
2214
|
-webkit-user-select: none;
|
|
1916
2215
|
-moz-user-select: none;
|
|
1917
2216
|
-ms-user-select: none;
|
|
1918
|
-
user-select: none;
|
|
2217
|
+
user-select: none;
|
|
2218
|
+
}
|
|
1919
2219
|
|
|
1920
2220
|
._36X9Y {
|
|
1921
2221
|
display: table-caption;
|
|
1922
2222
|
margin-bottom: 0.5em;
|
|
1923
2223
|
padding: 0 0.5em;
|
|
1924
|
-
text-align: left;
|
|
2224
|
+
text-align: left;
|
|
2225
|
+
}
|
|
1925
2226
|
|
|
1926
2227
|
._36X9Y > div {
|
|
1927
2228
|
font-weight: 600;
|
|
1928
2229
|
font-size: 20px;
|
|
1929
|
-
color: #555;
|
|
2230
|
+
color: #555;
|
|
2231
|
+
}
|
|
1930
2232
|
|
|
1931
2233
|
._1aWPn {
|
|
1932
2234
|
display: table-header-group;
|
|
1933
|
-
margin-top: 1em;
|
|
2235
|
+
margin-top: 1em;
|
|
2236
|
+
}
|
|
1934
2237
|
|
|
1935
2238
|
._3HXCK {
|
|
1936
|
-
display: table-row;
|
|
2239
|
+
display: table-row;
|
|
2240
|
+
}
|
|
1937
2241
|
|
|
1938
2242
|
._t-ctd {
|
|
1939
2243
|
display: table-cell;
|
|
1940
2244
|
padding: 0.5em;
|
|
1941
2245
|
color: #929292;
|
|
1942
2246
|
text-align: center;
|
|
1943
|
-
font-size: 0.875em;
|
|
2247
|
+
font-size: 0.875em;
|
|
2248
|
+
}
|
|
1944
2249
|
|
|
1945
2250
|
._t-ctd abbr[title] {
|
|
1946
2251
|
border-bottom: none;
|
|
1947
|
-
text-decoration: none;
|
|
2252
|
+
text-decoration: none;
|
|
2253
|
+
}
|
|
1948
2254
|
|
|
1949
2255
|
._XAbiR {
|
|
1950
|
-
display: table-row-group;
|
|
2256
|
+
display: table-row-group;
|
|
2257
|
+
}
|
|
1951
2258
|
|
|
1952
2259
|
._3Nwep {
|
|
1953
|
-
display: table-row;
|
|
2260
|
+
display: table-row;
|
|
2261
|
+
}
|
|
1954
2262
|
|
|
1955
2263
|
._3nNcG {
|
|
1956
2264
|
display: table-cell;
|
|
@@ -1958,45 +2266,56 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
1958
2266
|
border-radius: 50%;
|
|
1959
2267
|
vertical-align: middle;
|
|
1960
2268
|
text-align: center;
|
|
1961
|
-
cursor: pointer;
|
|
1962
|
-
|
|
1963
|
-
|
|
2269
|
+
cursor: pointer;
|
|
2270
|
+
}
|
|
2271
|
+
._3nNcG:not(._1O7OT):not(._1M4ZF):not(._2PEs8):not(._1PIJa):hover {
|
|
2272
|
+
background: #f8f8f8;
|
|
2273
|
+
}
|
|
1964
2274
|
|
|
1965
2275
|
._2T_z1 {
|
|
1966
|
-
padding-top: 0.5em;
|
|
2276
|
+
padding-top: 0.5em;
|
|
2277
|
+
}
|
|
1967
2278
|
|
|
1968
2279
|
._1hVM6 {
|
|
1969
2280
|
color: #fb7448;
|
|
1970
|
-
font-weight: 700;
|
|
2281
|
+
font-weight: 700;
|
|
2282
|
+
}
|
|
1971
2283
|
|
|
1972
2284
|
._2PEs8:not(._1M4ZF):not(._1PIJa) {
|
|
1973
2285
|
background-color: #fdd5c8;
|
|
1974
|
-
color: #fb7448;
|
|
2286
|
+
color: #fb7448;
|
|
2287
|
+
}
|
|
1975
2288
|
|
|
1976
2289
|
._2PEs8:not(._1M4ZF):not(._1PIJa):hover {
|
|
1977
2290
|
background-color: #fb7448;
|
|
1978
|
-
color: #fff;
|
|
2291
|
+
color: #fff;
|
|
2292
|
+
}
|
|
1979
2293
|
|
|
1980
2294
|
._2PEs8._1hVM6:hover {
|
|
1981
|
-
color: #fff;
|
|
2295
|
+
color: #fff;
|
|
2296
|
+
}
|
|
1982
2297
|
|
|
1983
2298
|
._1M4ZF {
|
|
1984
2299
|
color: #e0e0e0;
|
|
1985
|
-
cursor: default;
|
|
2300
|
+
cursor: default;
|
|
2301
|
+
}
|
|
1986
2302
|
|
|
1987
2303
|
._1PIJa {
|
|
1988
2304
|
color: #c1c1c1;
|
|
1989
|
-
cursor: default;
|
|
2305
|
+
cursor: default;
|
|
2306
|
+
}
|
|
1990
2307
|
|
|
1991
2308
|
._1L-hI {
|
|
1992
|
-
position: relative;
|
|
2309
|
+
position: relative;
|
|
2310
|
+
}
|
|
1993
2311
|
|
|
1994
2312
|
._dDPZb {
|
|
1995
2313
|
position: absolute;
|
|
1996
2314
|
left: 0;
|
|
1997
2315
|
z-index: 1;
|
|
1998
2316
|
background: #fff;
|
|
1999
|
-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
|
|
2317
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
|
|
2318
|
+
}
|
|
2000
2319
|
|
|
2001
2320
|
._1alhT {
|
|
2002
2321
|
display: table-cell;
|
|
@@ -2007,43 +2326,51 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
2007
2326
|
vertical-align: middle;
|
|
2008
2327
|
text-align: right;
|
|
2009
2328
|
font-size: 0.75em;
|
|
2010
|
-
cursor: pointer;
|
|
2329
|
+
cursor: pointer;
|
|
2330
|
+
}
|
|
2011
2331
|
|
|
2012
2332
|
._3i0Oo {
|
|
2013
|
-
border-collapse: separate;
|
|
2333
|
+
border-collapse: separate;
|
|
2334
|
+
}
|
|
2014
2335
|
|
|
2015
2336
|
._1alhT {
|
|
2016
|
-
outline: none;
|
|
2337
|
+
outline: none;
|
|
2338
|
+
}
|
|
2017
2339
|
|
|
2018
2340
|
._3nNcG {
|
|
2019
2341
|
outline: none;
|
|
2020
2342
|
border: 1px solid transparent;
|
|
2021
|
-
border-radius: 0;
|
|
2343
|
+
border-radius: 0;
|
|
2344
|
+
}
|
|
2022
2345
|
|
|
2023
2346
|
._2PEs8:not(._1M4ZF) {
|
|
2024
2347
|
background-color: #fdd5c8;
|
|
2025
|
-
color: #fb7448;
|
|
2026
|
-
|
|
2348
|
+
color: #fb7448;
|
|
2349
|
+
}
|
|
2027
2350
|
._2PEs8:first-of-type {
|
|
2028
2351
|
border-top-left-radius: 50%;
|
|
2029
|
-
border-bottom-left-radius: 50%;
|
|
2030
|
-
|
|
2352
|
+
border-bottom-left-radius: 50%;
|
|
2353
|
+
}
|
|
2031
2354
|
._2PEs8:last-of-type {
|
|
2032
2355
|
border-top-right-radius: 50%;
|
|
2033
|
-
border-bottom-right-radius: 50%;
|
|
2356
|
+
border-bottom-right-radius: 50%;
|
|
2357
|
+
}
|
|
2034
2358
|
|
|
2035
2359
|
._3Nwep:hover {
|
|
2036
|
-
background: #f8f8f8;
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2360
|
+
background: #f8f8f8;
|
|
2361
|
+
}
|
|
2362
|
+
._3Nwep:hover ._2PEs8:not(._1M4ZF) {
|
|
2363
|
+
background-color: #fb7448;
|
|
2364
|
+
color: #fff;
|
|
2365
|
+
}
|
|
2366
|
+
._3Nwep:hover ._3nNcG:first-of-type {
|
|
2367
|
+
border-top-left-radius: 50%;
|
|
2368
|
+
border-bottom-left-radius: 50%;
|
|
2369
|
+
}
|
|
2370
|
+
._3Nwep:hover ._3nNcG:last-of-type {
|
|
2371
|
+
border-top-right-radius: 50%;
|
|
2372
|
+
border-bottom-right-radius: 50%;
|
|
2373
|
+
}
|
|
2047
2374
|
/*********************************
|
|
2048
2375
|
For new colours, see _colors.scss.
|
|
2049
2376
|
**********************************/
|
|
@@ -2070,7 +2397,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
2070
2397
|
color: #555;
|
|
2071
2398
|
font-family: "Proxima Nova", sans-serif;
|
|
2072
2399
|
font-weight: 400;
|
|
2073
|
-
font-size: 12px;
|
|
2400
|
+
font-size: 12px;
|
|
2401
|
+
}
|
|
2074
2402
|
|
|
2075
2403
|
/*********************************
|
|
2076
2404
|
For new colours, see _colors.scss.
|
|
@@ -2092,7 +2420,8 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
2092
2420
|
font-family: "Proxima Nova", sans-serif;
|
|
2093
2421
|
font-weight: 600;
|
|
2094
2422
|
font-size: 14px;
|
|
2095
|
-
min-height: 16px;
|
|
2423
|
+
min-height: 16px;
|
|
2424
|
+
}
|
|
2096
2425
|
|
|
2097
2426
|
/**
|
|
2098
2427
|
This component is built with acessibility in mind.
|
|
@@ -2106,7 +2435,8 @@ Just for future references:
|
|
|
2106
2435
|
*/
|
|
2107
2436
|
._1ui8X {
|
|
2108
2437
|
display: inline-flex;
|
|
2109
|
-
align-items: center;
|
|
2438
|
+
align-items: center;
|
|
2439
|
+
}
|
|
2110
2440
|
|
|
2111
2441
|
._1YRJT {
|
|
2112
2442
|
line-height: normal;
|
|
@@ -2118,7 +2448,8 @@ Just for future references:
|
|
|
2118
2448
|
font-weight: 600;
|
|
2119
2449
|
font-size: 14px;
|
|
2120
2450
|
min-height: 16px;
|
|
2121
|
-
margin-left: 8px;
|
|
2451
|
+
margin-left: 8px;
|
|
2452
|
+
}
|
|
2122
2453
|
|
|
2123
2454
|
._1jEiW {
|
|
2124
2455
|
color: #555;
|
|
@@ -2126,30 +2457,34 @@ Just for future references:
|
|
|
2126
2457
|
font-weight: 400;
|
|
2127
2458
|
font-size: 12px;
|
|
2128
2459
|
margin-left: 48px;
|
|
2129
|
-
display: block;
|
|
2460
|
+
display: block;
|
|
2461
|
+
}
|
|
2130
2462
|
|
|
2131
|
-
._1ui8X [type=
|
|
2463
|
+
._1ui8X [type=checkbox] {
|
|
2132
2464
|
position: absolute;
|
|
2133
2465
|
opacity: 0;
|
|
2134
|
-
pointer-events: none;
|
|
2466
|
+
pointer-events: none;
|
|
2467
|
+
}
|
|
2135
2468
|
|
|
2136
2469
|
._3tNyE {
|
|
2137
2470
|
position: relative;
|
|
2138
|
-
cursor: pointer;
|
|
2471
|
+
cursor: pointer;
|
|
2472
|
+
}
|
|
2139
2473
|
|
|
2140
2474
|
/* default states */
|
|
2141
2475
|
._3tNyE::before {
|
|
2142
|
-
content:
|
|
2476
|
+
content: "";
|
|
2143
2477
|
display: block;
|
|
2144
2478
|
background: #c1c1c1;
|
|
2145
2479
|
transition: all ease-in-out 150ms;
|
|
2146
2480
|
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.03);
|
|
2147
2481
|
border-radius: 26px;
|
|
2148
2482
|
height: 20px;
|
|
2149
|
-
width: 40px;
|
|
2483
|
+
width: 40px;
|
|
2484
|
+
}
|
|
2150
2485
|
|
|
2151
2486
|
._3tNyE::after {
|
|
2152
|
-
content:
|
|
2487
|
+
content: "";
|
|
2153
2488
|
display: block;
|
|
2154
2489
|
position: absolute;
|
|
2155
2490
|
left: 2px;
|
|
@@ -2161,28 +2496,33 @@ Just for future references:
|
|
|
2161
2496
|
height: 14px;
|
|
2162
2497
|
width: 14px;
|
|
2163
2498
|
transition: all ease-in-out 150ms;
|
|
2164
|
-
box-shadow: 0 0 4px rgba(0, 0, 0, 0.03);
|
|
2499
|
+
box-shadow: 0 0 4px rgba(0, 0, 0, 0.03);
|
|
2500
|
+
}
|
|
2165
2501
|
|
|
2166
2502
|
/* special states */
|
|
2167
|
-
._1ui8X [type=
|
|
2168
|
-
outline: #6d87dd solid 1px;
|
|
2503
|
+
._1ui8X [type=checkbox]:focus-visible + ._3tNyE {
|
|
2504
|
+
outline: #6d87dd solid 1px;
|
|
2505
|
+
}
|
|
2169
2506
|
|
|
2170
|
-
._1ui8X [type=
|
|
2507
|
+
._1ui8X [type=checkbox]:disabled + ._3tNyE {
|
|
2171
2508
|
opacity: 0.4;
|
|
2172
|
-
cursor: default;
|
|
2509
|
+
cursor: default;
|
|
2510
|
+
}
|
|
2173
2511
|
|
|
2174
|
-
._1ui8X [type=
|
|
2175
|
-
box-shadow: none;
|
|
2512
|
+
._1ui8X [type=checkbox]:disabled + ._3tNyE::after {
|
|
2513
|
+
box-shadow: none;
|
|
2514
|
+
}
|
|
2176
2515
|
|
|
2177
2516
|
/* checked states */
|
|
2178
|
-
._1ui8X [type=
|
|
2179
|
-
background: #3abda9;
|
|
2517
|
+
._1ui8X [type=checkbox]:checked + ._3tNyE::before {
|
|
2518
|
+
background: #3abda9;
|
|
2519
|
+
}
|
|
2180
2520
|
|
|
2181
|
-
._1ui8X [type=
|
|
2521
|
+
._1ui8X [type=checkbox]:checked + ._3tNyE::after {
|
|
2182
2522
|
border-color: #3abda9;
|
|
2183
2523
|
left: 21px;
|
|
2184
|
-
right: 2px;
|
|
2185
|
-
|
|
2524
|
+
right: 2px;
|
|
2525
|
+
}
|
|
2186
2526
|
/*********************************
|
|
2187
2527
|
For new colours, see _colors.scss.
|
|
2188
2528
|
**********************************/
|
|
@@ -2200,25 +2540,30 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
2200
2540
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2201
2541
|
display: flex;
|
|
2202
2542
|
align-items: center;
|
|
2203
|
-
flex-direction: column;
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2543
|
+
flex-direction: column;
|
|
2544
|
+
}
|
|
2545
|
+
._2puqJ::after {
|
|
2546
|
+
width: 100%;
|
|
2547
|
+
flex-basis: 20px;
|
|
2548
|
+
flex-shrink: 0;
|
|
2549
|
+
content: "";
|
|
2550
|
+
}
|
|
2551
|
+
._2puqJ::before {
|
|
2552
|
+
width: 100%;
|
|
2553
|
+
min-height: 20px;
|
|
2554
|
+
max-height: 80px;
|
|
2555
|
+
flex: 1;
|
|
2556
|
+
content: "";
|
|
2557
|
+
}
|
|
2215
2558
|
|
|
2216
2559
|
._1167h {
|
|
2217
2560
|
opacity: 1;
|
|
2218
|
-
transform: translateX(0);
|
|
2561
|
+
transform: translateX(0);
|
|
2562
|
+
}
|
|
2219
2563
|
|
|
2220
2564
|
._t_t7L {
|
|
2221
|
-
opacity: 0;
|
|
2565
|
+
opacity: 0;
|
|
2566
|
+
}
|
|
2222
2567
|
|
|
2223
2568
|
._wQQ_2 {
|
|
2224
2569
|
position: initial;
|
|
@@ -2230,16 +2575,19 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
2230
2575
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
2231
2576
|
min-height: 200px;
|
|
2232
2577
|
display: flex;
|
|
2233
|
-
flex-direction: column;
|
|
2234
|
-
|
|
2235
|
-
|
|
2578
|
+
flex-direction: column;
|
|
2579
|
+
}
|
|
2580
|
+
._wQQ_2 > form {
|
|
2581
|
+
display: contents;
|
|
2582
|
+
}
|
|
2236
2583
|
|
|
2237
2584
|
._3jwux {
|
|
2238
|
-
opacity: 1;
|
|
2585
|
+
opacity: 1;
|
|
2586
|
+
}
|
|
2239
2587
|
|
|
2240
2588
|
._2c2QP {
|
|
2241
|
-
opacity: 0;
|
|
2242
|
-
|
|
2589
|
+
opacity: 0;
|
|
2590
|
+
}
|
|
2243
2591
|
/*********************************
|
|
2244
2592
|
For new colours, see _colors.scss.
|
|
2245
2593
|
**********************************/
|
|
@@ -2256,14 +2604,15 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
2256
2604
|
line-height: 28px;
|
|
2257
2605
|
color: #555;
|
|
2258
2606
|
font-weight: 600;
|
|
2259
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2607
|
+
font-family: "Proxima Nova", sans-serif;
|
|
2608
|
+
}
|
|
2260
2609
|
|
|
2261
2610
|
._2XwRD {
|
|
2262
2611
|
font-size: 20px;
|
|
2263
2612
|
line-height: 24px;
|
|
2264
2613
|
color: #929292;
|
|
2265
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2266
|
-
|
|
2614
|
+
font-family: "Proxima Nova", sans-serif;
|
|
2615
|
+
}
|
|
2267
2616
|
/*********************************
|
|
2268
2617
|
For new colours, see _colors.scss.
|
|
2269
2618
|
**********************************/
|
|
@@ -2291,19 +2640,21 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
2291
2640
|
background: #fff no-repeat;
|
|
2292
2641
|
background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
|
|
2293
2642
|
background-position: 0 0, 0 100%;
|
|
2294
|
-
background-size: 100% 14px;
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2643
|
+
background-size: 100% 14px;
|
|
2644
|
+
}
|
|
2645
|
+
._2J-ku::before, ._2J-ku::after {
|
|
2646
|
+
content: "";
|
|
2647
|
+
position: relative;
|
|
2648
|
+
z-index: -1;
|
|
2649
|
+
display: block;
|
|
2650
|
+
height: 30px;
|
|
2651
|
+
margin: 0 0 -30px;
|
|
2652
|
+
background: linear-gradient(to bottom, #fff, #fff 30%, rgba(255, 255, 255, 0));
|
|
2653
|
+
}
|
|
2654
|
+
._2J-ku::after {
|
|
2655
|
+
margin: -30px 0 0;
|
|
2656
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%, #fff);
|
|
2657
|
+
}
|
|
2307
2658
|
/*********************************
|
|
2308
2659
|
For new colours, see _colors.scss.
|
|
2309
2660
|
**********************************/
|
|
@@ -2320,11 +2671,12 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
2320
2671
|
display: flex;
|
|
2321
2672
|
flex-direction: column;
|
|
2322
2673
|
justify-content: flex-end;
|
|
2323
|
-
padding-top: 40px;
|
|
2674
|
+
padding-top: 40px;
|
|
2675
|
+
}
|
|
2324
2676
|
|
|
2325
2677
|
._Qktd- {
|
|
2326
|
-
margin-left: -12px;
|
|
2327
|
-
|
|
2678
|
+
margin-left: -12px;
|
|
2679
|
+
}
|
|
2328
2680
|
/*********************************
|
|
2329
2681
|
For new colours, see _colors.scss.
|
|
2330
2682
|
**********************************/
|
|
@@ -2350,18 +2702,23 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
2350
2702
|
font-weight: normal;
|
|
2351
2703
|
padding: 0 6px;
|
|
2352
2704
|
align-items: center;
|
|
2353
|
-
border: 1px solid #fff;
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2705
|
+
border: 1px solid #fff;
|
|
2706
|
+
}
|
|
2707
|
+
._2f81N svg {
|
|
2708
|
+
fill: #fff;
|
|
2709
|
+
}
|
|
2710
|
+
._2g1GI {
|
|
2711
|
+
background-color: #ffc74a;
|
|
2712
|
+
}
|
|
2713
|
+
._2zLnM {
|
|
2714
|
+
background-color: #e76767;
|
|
2715
|
+
}
|
|
2716
|
+
._27QOo {
|
|
2717
|
+
background-color: #3abda9;
|
|
2718
|
+
}
|
|
2719
|
+
._2gmsM {
|
|
2720
|
+
background-color: #5bc0de;
|
|
2721
|
+
}
|
|
2365
2722
|
/*********************************
|
|
2366
2723
|
For new colours, see _colors.scss.
|
|
2367
2724
|
**********************************/
|
|
@@ -2384,44 +2741,56 @@ Please ask a designer if you have questions about which colours to use.
|
|
|
2384
2741
|
width: 20px;
|
|
2385
2742
|
height: 20px;
|
|
2386
2743
|
flex-shrink: 0;
|
|
2387
|
-
overflow: hidden;
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2744
|
+
overflow: hidden;
|
|
2745
|
+
}
|
|
2746
|
+
._2wJGB svg {
|
|
2747
|
+
fill: #fff;
|
|
2748
|
+
}
|
|
2749
|
+
._2wJGB img {
|
|
2750
|
+
height: inherit;
|
|
2751
|
+
}
|
|
2752
|
+
._3QTSo {
|
|
2753
|
+
width: 20px;
|
|
2754
|
+
height: 20px;
|
|
2755
|
+
font-size: 14px;
|
|
2756
|
+
}
|
|
2757
|
+
._3QTSo ._2Rl8S {
|
|
2758
|
+
margin-left: 18px;
|
|
2759
|
+
margin-top: 10px;
|
|
2760
|
+
}
|
|
2761
|
+
._1zwj0 {
|
|
2762
|
+
width: 30px;
|
|
2763
|
+
height: 30px;
|
|
2764
|
+
font-size: 20px;
|
|
2765
|
+
}
|
|
2766
|
+
._1zwj0 ._2Rl8S {
|
|
2767
|
+
margin-left: 20px;
|
|
2768
|
+
margin-top: 15px;
|
|
2769
|
+
}
|
|
2770
|
+
._3-U6x {
|
|
2771
|
+
width: 40px;
|
|
2772
|
+
height: 40px;
|
|
2773
|
+
font-size: 24px;
|
|
2774
|
+
}
|
|
2775
|
+
._3-U6x ._2Rl8S {
|
|
2776
|
+
margin-left: 23px;
|
|
2777
|
+
margin-top: 18px;
|
|
2778
|
+
}
|
|
2779
|
+
._3qn2q {
|
|
2780
|
+
width: 80px;
|
|
2781
|
+
height: 80px;
|
|
2782
|
+
font-size: 24px;
|
|
2783
|
+
}
|
|
2784
|
+
._3qn2q ._2Rl8S {
|
|
2785
|
+
margin-left: 55px;
|
|
2786
|
+
margin-top: 45px;
|
|
2787
|
+
}
|
|
2788
|
+
._2Rl8S {
|
|
2789
|
+
position: absolute;
|
|
2790
|
+
margin-left: 20px;
|
|
2791
|
+
margin-top: 15px;
|
|
2792
|
+
}
|
|
2425
2793
|
._GKL9P svg {
|
|
2426
2794
|
width: 80%;
|
|
2427
|
-
padding-top: 25%;
|
|
2795
|
+
padding-top: 25%;
|
|
2796
|
+
}
|