@@ -57,7 +57,9 @@ html, body {
57
57
58
58
[purpose= ' page-header' ] {
59
59
max-width : 1200px ;
60
+ padding : 19px 64px ;
60
61
height : 80px ;
62
+ color : @core-fleet-black ;
61
63
[purpose= ' header-logo' ] {
62
64
max-width : 118px ;
63
65
img {
@@ -99,23 +101,20 @@ html, body {
99
101
100
102
[purpose= ' mobile-nav-toggle-btn' ] {
101
103
color : #192147 ;
102
- cursor : unset ;
104
+ cursor : pointer ;
103
105
font-size : 16px ;
104
106
text-decoration : none ;
105
107
font-family : @navigation-font ;
106
108
font-weight : @bold ;
107
109
height : 100% ;
110
+ padding-left : 24px ;
111
+ user-select : none ;
108
112
img {
113
+ margin-left : 8px ;
109
114
width : 16px ;
110
115
}
111
116
}
112
117
[purpose= ' mobile-nav' ] {
113
- [purpose= ' mobile-header-logo' ] {
114
- img {
115
- height : 92px ;
116
- width : 162px ;
117
- }
118
- }
119
118
position : fixed ;
120
119
min-height : 100vh ;
121
120
top : 0 ;
@@ -124,52 +123,79 @@ html, body {
124
123
bottom : 0 ;
125
124
pointer-events : none ;
126
125
background-color : #ffffff ;
127
- a :not (.btn ) {
128
- width : 100% ;
129
- padding : 8px 24px 8px 0px ;
130
- margin-bottom : 4px ;
131
- font-weight : 700 ;
132
- color : #212529 ;
133
- cursor : pointer ;
134
- }
135
126
hr {
136
127
margin-top : 4px ;
137
128
margin-bottom : 8px ;
138
129
}
130
+ [purpose= ' mobile-nav-header' ] {
131
+ padding : 19px 40px ;
132
+ height : 80px ;
133
+ }
134
+ [purpose= ' mobile-nav-container' ] {
135
+ padding : 8px 40px 0px 40px ;
136
+ }
137
+ [purpose= ' mobile-header-logo' ] {
138
+ img {
139
+ height : 41px ;
140
+ width : 118px ;
141
+ }
142
+ }
139
143
[purpose= ' mobile-nav-close-btn' ] {
140
144
font-size : 16px ;
145
+ padding-left : 24px ;
146
+ cursor : pointer ;
141
147
text-decoration : none ;
148
+ user-select : none ;
142
149
img {
143
150
width : 16px ;
144
151
}
145
152
}
146
153
154
+ [purpose= ' mobile-dropdown-link' ] {
155
+ width : 100% ;
156
+ padding : 8px 24px 8px 0px ;
157
+ margin-bottom : 8px ;
158
+ font-weight : 700 ;
159
+ cursor : pointer ;
160
+ color : @core-fleet-black ;
161
+ & :hover {
162
+ color : @core-vibrant-blue ;
163
+ text-decoration : none ;
164
+ }
165
+ }
147
166
[purpose= ' mobile-dropdown-toggle' ] {
167
+ width : 100% ;
168
+ padding : 8px 24px 8px 0px ;
169
+ margin-bottom : 4px ;
148
170
font-weight : 700 ;
171
+ cursor : pointer ;
149
172
color : @core-fleet-black ;
150
- margin-bottom : 0px ;
151
173
& [aria- expanded= ' true' ] {
152
174
color : #6a67fe ;
153
175
outline : none ;
154
176
margin-bottom : 4px ;
155
177
}
178
+ & :hover {
179
+ color : #6a67fe ;
180
+ }
156
181
}
157
182
[purpose= ' mobile-nav-btn' ] {
158
183
text-decoration : none ;
159
184
font-weight : 700 ;
185
+ color : @core-fleet-black ;
186
+ & :hover {
187
+ color : @core-vibrant-blue ;
188
+ }
160
189
}
161
190
[purpose= ' mobile-dropdown' ] {
162
- [purpose= ' beta-label' ] {
163
- background : linear-gradient (90deg , #FF5C83 0% , #6A67FE 100% );
164
- display : inline-block ;
165
- padding : 1px 6px ;
166
- text-transform : uppercase ;
167
- color : #FFF ;
168
- font-weight : 700 ;
169
- font-size : 11px ;
170
- line-height : 20px ;
171
- margin-left : 8px ;
172
- vertical-align : middle ;
191
+ cursor : pointer ;
192
+ display : flex ;
193
+ flex-direction : column ;
194
+ & .collapse {
195
+ display : none ;
196
+ }
197
+ & .collapse.show {
198
+ display : flex ;
173
199
}
174
200
span {
175
201
display : inline-flex ;
@@ -192,16 +218,13 @@ html, body {
192
218
color : #6a67fe ;
193
219
text-decoration : none ;
194
220
}
195
- [purpose= ' beta-label' ] {
196
- color : #FFF ;
197
- font-weight : 700 ;
198
- font-size : 11px ;
199
- line-height : 20px ;
200
- margin-bottom : 0px ;
221
+ [purpose= ' indented-mobile-links' ] {
222
+ padding-left : 16px ;
201
223
}
202
224
}
203
225
}
204
226
[purpose= ' header-nav' ] {
227
+
205
228
[purpose= ' glass-header-btn' ] {
206
229
color : #FFFFFF ;
207
230
height : 32px ;
@@ -213,11 +236,12 @@ html, body {
213
236
border-radius : 4px ;
214
237
background-color : @core-vibrant-red ;
215
238
text-decoration : none ;
239
+ white-space : nowrap ;
216
240
}
217
241
[purpose= ' header-nav-btn' ][aria- expanded= ' true' ] {
218
242
font-weight : 700 ;
219
243
outline : none ;
220
- color : #192147 ;
244
+ color : @core-fleet-black-75 ; ;
221
245
}
222
246
[purpose= ' header-nav-btn' ]:before {
223
247
display : block ;
@@ -227,11 +251,22 @@ html, body {
227
251
overflow : hidden ;
228
252
visibility : hidden ;
229
253
}
254
+ [purpose= ' log-out-button' ] {
255
+ padding-left : 16px ;
256
+ color : @core-fleet-black-75 ;
257
+ white-space : nowrap ;
258
+ & :hover {
259
+ color : @core-fleet-black-75 ;
260
+ font-weight : 700 ;
261
+ text-decoration : none ;
262
+ }
263
+ }
230
264
[purpose= ' header-nav-btn' ] {
231
- color : #192147 ;
265
+ color : @core-fleet-black-75 ;
232
266
font-weight : 400 ;
233
267
cursor : pointer ;
234
268
display : inline-block ;
269
+ padding : 6px 16px ;
235
270
}
236
271
[purpose= ' header-nav-btn' ]:hover {
237
272
font-weight : 700 ;
@@ -248,13 +283,9 @@ html, body {
248
283
}
249
284
}
250
285
}
251
- [purpose= ' logout-btn' ] {
252
- color : @core-fleet-black ;
253
- text-decoration : none ;
254
- line-height : 23px ;
255
- }
256
- & :hover {
257
- font-weight : 700 ;
286
+ [purpose= ' gh-button' ] {
287
+ margin-left : 24px ;
288
+ margin-right : 24px ;
258
289
}
259
290
[purpose= ' header-dropdown' ] {
260
291
box-shadow : 0px 4px 40px rgba (0 , 0 , 0 , 0.4 );
@@ -263,41 +294,32 @@ html, body {
263
294
color : @core-fleet-black ;
264
295
font-weight : 400 ;
265
296
line-height : 20px ;
297
+ & :not (:last-of-type ) {
298
+ margin-bottom : 4px ;
299
+ }
266
300
}
267
301
a :hover {
268
302
color : #6a67fe ;
269
303
text-decoration : none ;
270
304
}
271
- [purpose= ' beta-label' ] {
272
- background : linear-gradient (90deg , #FF5C83 0% , #6A67FE 100% );
273
- display : inline-block ;
274
- padding : 1px 6px ;
275
- text-transform : uppercase ;
276
- color : #FFF ;
277
- font-weight : 700 ;
278
- font-size : 11px ;
279
- line-height : 20px ;
280
- margin-left : 8px ;
281
- vertical-align : middle ;
282
- }
283
305
}
284
306
}
285
- }
286
- [purpose= ' admin-nav' ] {
287
- justify-content : center ;
288
- a {
289
- margin-left : 30px ;
290
- margin-right : 30px ;
291
- color : @core-fleet-black-75 ;
292
- & :hover {
307
+ [purpose= ' admin-nav' ] {
308
+ justify-content : center ;
309
+ a {
310
+ margin-left : 30px ;
311
+ margin-right : 30px ;
312
+ color : @core-fleet-black-75 ;
313
+ & :hover {
314
+ color : @core-fleet-black ;
315
+ }
316
+ }
317
+ span {
293
318
color : @core-fleet-black ;
319
+ font-weight : 600 ;
320
+ margin-right : 30px ;
294
321
}
295
322
}
296
- span {
297
- color : @core-fleet-black ;
298
- font-weight : 600 ;
299
- margin-right : 30px ;
300
- }
301
323
}
302
324
303
325
// Footer styles
@@ -411,8 +433,6 @@ html, body {
411
433
}
412
434
}
413
435
414
-
415
-
416
436
body .detected-mobile {
417
437
// Above and beyond the media queries below, this selector (which relies on
418
438
// `parasails` automatically attaching this class, if appropriate) contains
@@ -421,9 +441,9 @@ body.detected-mobile {
421
441
// devices (like the iPad) as well as handset devices (like the iPhone).
422
442
// …
423
443
}
424
- @media (max-width : 992 px ) {
425
- .homepage-cta-banner + .homepage- header-top {
426
- top : 72 px ;
444
+ @media (max-width : 991 px ) {
445
+ [purpose = ' page- header' ] {
446
+ padding : 19 px 40 px ;
427
447
}
428
448
[purpose= ' page-wrap' ] {
429
449
padding-bottom : 460px ;
@@ -432,13 +452,23 @@ body.detected-mobile {
432
452
padding : 64px 40px ;
433
453
height : 460px ;
434
454
}
435
-
436
455
[purpose= ' footer-socials' ] {
437
456
margin-bottom : 32px ;
438
457
}
439
458
}
440
459
441
460
@media (max-width : 767px ) {
461
+ [purpose= ' page-header' ] {
462
+ padding : 19px 32px ;
463
+ [purpose= ' mobile-nav' ] {
464
+ [purpose= ' mobile-nav-header' ] {
465
+ padding : 19px 32px ;
466
+ }
467
+ [purpose= ' mobile-nav-container' ] {
468
+ padding : 8px 32px 0px 32px ;
469
+ }
470
+ }
471
+ }
442
472
[purpose= ' page-wrap' ] {
443
473
padding-bottom : 701px ;
444
474
}
@@ -451,18 +481,24 @@ body.detected-mobile {
451
481
}
452
482
453
483
}
454
- @media (max-width : 605px ) {
455
- .homepage-cta-banner + .homepage-header-top {
456
- top : 92px ;
457
- }
458
- }
459
484
@media (max-width : 575px ) {
460
485
[purpose= ' page-wrap' ] {
461
486
padding-bottom : 925px ;
462
487
}
463
488
[purpose= ' page-wrap' ].reduced-footer-links {
464
489
padding-bottom : 97px ;
465
490
}
491
+ [purpose= ' page-header' ] {
492
+ padding : 19px 24px ;
493
+ [purpose= ' mobile-nav' ] {
494
+ [purpose= ' mobile-nav-header' ] {
495
+ padding : 19px 24px ;
496
+ }
497
+ [purpose= ' mobile-nav-container' ] {
498
+ padding : 8px 24px 0px 24px ;
499
+ }
500
+ }
501
+ }
466
502
[purpose= ' reduced-nav-footer' ] {
467
503
height : 97px ;
468
504
}
@@ -490,14 +526,17 @@ body.detected-mobile {
490
526
}
491
527
}
492
528
493
- @media (max-width : 393px ) {
494
- .homepage-cta-banner + .homepage-header-top {
495
- top : 112px ;
496
- }
497
- }
498
- @media (max-width : 330px ) {
499
- .homepage-cta-banner + .homepage-header-top {
500
- top : 132px ;
529
+ @media (max-width : 375px ) {
530
+ [purpose= ' page-header' ] {
531
+ padding : 19px 16px ;
532
+ [purpose= ' mobile-nav' ] {
533
+ [purpose= ' mobile-nav-header' ] {
534
+ padding : 19px 16px ;
535
+ }
536
+ [purpose= ' mobile-nav-container' ] {
537
+ padding : 8px 16px 0px 16px ;
538
+ }
539
+ }
501
540
}
502
541
}
503
542
0 commit comments