@axos-web-dev/shared-components 1.0.91-patch.2 → 1.0.91-patch.4
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/NavigationMenu/AxosBank/NavBar.module.js +41 -38
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
- package/dist/assets/HeroBanner/HeroBanner.css +1 -1
- package/dist/assets/IconBillboard/IconBillboard.css +0 -1
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +90 -86
- package/package.json +1 -1
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const logo_wrap = "
|
|
5
|
-
const primary_links = "
|
|
6
|
-
const main_nav_link = "
|
|
7
|
-
const sub_nav_link = "
|
|
8
|
-
const signin_wrap = "
|
|
9
|
-
const signin_btn = "
|
|
10
|
-
const header_sub_row = "
|
|
11
|
-
const signin_dropdown = "
|
|
12
|
-
const shadow = "
|
|
13
|
-
const signin_header = "
|
|
14
|
-
const signin_subheader = "
|
|
15
|
-
const opacity = "
|
|
16
|
-
const fadeInDown = "
|
|
17
|
-
const signin_footer = "
|
|
18
|
-
const open = "
|
|
19
|
-
const dd_wrapper = "
|
|
20
|
-
const dd_media = "
|
|
21
|
-
const dd_media_img = "
|
|
22
|
-
const dd_site_navs = "
|
|
23
|
-
const dd_media_header = "
|
|
24
|
-
const mt_8 = "
|
|
25
|
-
const mt_16 = "
|
|
26
|
-
const ml_8 = "
|
|
27
|
-
const reversed_row = "
|
|
28
|
-
const headline = "
|
|
29
|
-
const nav_anchor = "
|
|
30
|
-
const headline_cta = "
|
|
31
|
-
const site_lists = "
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
const
|
|
35
|
-
const
|
|
36
|
-
const
|
|
37
|
-
const
|
|
38
|
-
const
|
|
1
|
+
import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "_header_4lb6b_1";
|
|
2
|
+
const wrapper = "_wrapper_4lb6b_9";
|
|
3
|
+
const header_main_row = "_header_main_row_4lb6b_21";
|
|
4
|
+
const logo_wrap = "_logo_wrap_4lb6b_33";
|
|
5
|
+
const primary_links = "_primary_links_4lb6b_41";
|
|
6
|
+
const main_nav_link = "_main_nav_link_4lb6b_49";
|
|
7
|
+
const sub_nav_link = "_sub_nav_link_4lb6b_113";
|
|
8
|
+
const signin_wrap = "_signin_wrap_4lb6b_117";
|
|
9
|
+
const signin_btn = "_signin_btn_4lb6b_119";
|
|
10
|
+
const header_sub_row = "_header_sub_row_4lb6b_195";
|
|
11
|
+
const signin_dropdown = "_signin_dropdown_4lb6b_261";
|
|
12
|
+
const shadow = "_shadow_4lb6b_281";
|
|
13
|
+
const signin_header = "_signin_header_4lb6b_301";
|
|
14
|
+
const signin_subheader = "_signin_subheader_4lb6b_315";
|
|
15
|
+
const opacity = "_opacity_4lb6b_359";
|
|
16
|
+
const fadeInDown = "_fadeInDown_4lb6b_1";
|
|
17
|
+
const signin_footer = "_signin_footer_4lb6b_371";
|
|
18
|
+
const open = "_open_4lb6b_413";
|
|
19
|
+
const dd_wrapper = "_dd_wrapper_4lb6b_437";
|
|
20
|
+
const dd_media = "_dd_media_4lb6b_455";
|
|
21
|
+
const dd_media_img = "_dd_media_img_4lb6b_465";
|
|
22
|
+
const dd_site_navs = "_dd_site_navs_4lb6b_473";
|
|
23
|
+
const dd_media_header = "_dd_media_header_4lb6b_487";
|
|
24
|
+
const mt_8 = "_mt_8_4lb6b_509";
|
|
25
|
+
const mt_16 = "_mt_16_4lb6b_517";
|
|
26
|
+
const ml_8 = "_ml_8_4lb6b_525";
|
|
27
|
+
const reversed_row = "_reversed_row_4lb6b_533";
|
|
28
|
+
const headline = "_headline_4lb6b_541";
|
|
29
|
+
const nav_anchor = "_nav_anchor_4lb6b_557";
|
|
30
|
+
const headline_cta = "_headline_cta_4lb6b_573";
|
|
31
|
+
const site_lists = "_site_lists_4lb6b_605";
|
|
32
|
+
const modify_fit = "_modify_fit_4lb6b_645";
|
|
33
|
+
const mobile_only = "_mobile_only_4lb6b_695";
|
|
34
|
+
const mobile_logo = "_mobile_logo_4lb6b_707";
|
|
35
|
+
const highlight = "_highlight_4lb6b_721";
|
|
36
|
+
const mobile_opened = "_mobile_opened_4lb6b_733";
|
|
37
|
+
const dd_footer = "_dd_footer_4lb6b_749";
|
|
38
|
+
const skip_btn = "_skip_btn_4lb6b_765";
|
|
39
|
+
const desktop_only = "_desktop_only_4lb6b_837";
|
|
39
40
|
const styles = {
|
|
40
41
|
header,
|
|
41
42
|
wrapper,
|
|
@@ -68,6 +69,7 @@ const styles = {
|
|
|
68
69
|
nav_anchor,
|
|
69
70
|
headline_cta,
|
|
70
71
|
site_lists,
|
|
72
|
+
modify_fit,
|
|
71
73
|
mobile_only,
|
|
72
74
|
mobile_logo,
|
|
73
75
|
highlight,
|
|
@@ -98,6 +100,7 @@ export {
|
|
|
98
100
|
mobile_logo,
|
|
99
101
|
mobile_only,
|
|
100
102
|
mobile_opened,
|
|
103
|
+
modify_fit,
|
|
101
104
|
mt_16,
|
|
102
105
|
mt_8,
|
|
103
106
|
nav_anchor,
|
|
@@ -2541,7 +2541,7 @@ function SubNavBar() {
|
|
|
2541
2541
|
}
|
|
2542
2542
|
),
|
|
2543
2543
|
/* @__PURE__ */ jsx("hr", {}),
|
|
2544
|
-
/* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
|
|
2544
|
+
/* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} ${styles.modify_fit} flex_row`, children: [
|
|
2545
2545
|
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
2546
2546
|
/* @__PURE__ */ jsx(
|
|
2547
2547
|
Image,
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_4lb6b_1 {
|
|
2
2
|
border-bottom: 1px solid #ebebeb;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
._wrapper_4lb6b_9 {
|
|
6
6
|
width: calc(100% - 80px);
|
|
7
7
|
margin-left: auto;
|
|
8
8
|
margin-right: auto;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
._header_main_row_4lb6b_21 {
|
|
12
12
|
min-height: 80px;
|
|
13
13
|
padding-top: 1rem;
|
|
14
14
|
padding-bottom: 0.5rem;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
._logo_wrap_4lb6b_33 {
|
|
18
18
|
padding: 9px 6px;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
._primary_links_4lb6b_41 {
|
|
22
22
|
margin-left: 30px;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
._main_nav_link_4lb6b_49 {
|
|
26
26
|
padding: 10px 8px;
|
|
27
27
|
text-align: center;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
._main_nav_link_4lb6b_49 > a {
|
|
31
31
|
border-bottom: 4px solid transparent;
|
|
32
32
|
display: inline-block;
|
|
33
33
|
font-size: 16px;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
position: relative;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
._main_nav_link_4lb6b_49 > a::after {
|
|
39
39
|
content: "";
|
|
40
40
|
position: absolute;
|
|
41
41
|
left: 0;
|
|
@@ -46,34 +46,34 @@
|
|
|
46
46
|
opacity: 0;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
49
|
+
._main_nav_link_4lb6b_49 > .active {
|
|
50
50
|
font-weight: 700;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.
|
|
53
|
+
._main_nav_link_4lb6b_49 > .active::after {
|
|
54
54
|
opacity: 1;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.
|
|
58
|
-
.
|
|
59
|
-
.
|
|
60
|
-
.
|
|
57
|
+
._sub_nav_link_4lb6b_113 a,
|
|
58
|
+
._main_nav_link_4lb6b_49 a,
|
|
59
|
+
._signin_wrap_4lb6b_117 a,
|
|
60
|
+
._signin_btn_4lb6b_119 {
|
|
61
61
|
text-decoration: none;
|
|
62
62
|
transition: opacity 0.3s ease;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
.
|
|
66
|
-
.
|
|
67
|
-
.
|
|
65
|
+
._sub_nav_link_4lb6b_113:hover,
|
|
66
|
+
._main_nav_link_4lb6b_49 a:hover,
|
|
67
|
+
._signin_wrap_4lb6b_117 a:hover {
|
|
68
68
|
opacity: 0.8;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.
|
|
71
|
+
._signin_wrap_4lb6b_117 .link {
|
|
72
72
|
padding: 8px;
|
|
73
73
|
text-decoration: none;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
76
|
+
._signin_btn_4lb6b_119 {
|
|
77
77
|
border-color: transparent;
|
|
78
78
|
border-radius: 8px;
|
|
79
79
|
color: #fff;
|
|
@@ -86,28 +86,28 @@
|
|
|
86
86
|
letter-spacing: .2px;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
.
|
|
89
|
+
._signin_btn_4lb6b_119:hover {
|
|
90
90
|
background-color: transparent;
|
|
91
91
|
opacity: 0.9;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.
|
|
94
|
+
._signin_btn_4lb6b_119 > span {
|
|
95
95
|
margin-right: 8px;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.
|
|
98
|
+
._header_sub_row_4lb6b_195 {
|
|
99
99
|
min-height: 48px;
|
|
100
100
|
position: relative;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.
|
|
103
|
+
._sub_nav_link_4lb6b_113 {
|
|
104
104
|
color: #FFFFFF;
|
|
105
105
|
display: flex;
|
|
106
106
|
padding-inline: 1rem;
|
|
107
107
|
text-align: center;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.
|
|
110
|
+
._sub_nav_link_4lb6b_113 a {
|
|
111
111
|
display: flex;
|
|
112
112
|
align-items: center;
|
|
113
113
|
font-family: var(--header-font-family);
|
|
@@ -115,20 +115,20 @@
|
|
|
115
115
|
line-height: 1.5;
|
|
116
116
|
padding: 12px 0px;
|
|
117
117
|
}
|
|
118
|
-
.
|
|
118
|
+
._sub_nav_link_4lb6b_113 a:first-child {
|
|
119
119
|
padding-left: 9.5px;
|
|
120
120
|
padding-right: 1.5px;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.
|
|
123
|
+
._sub_nav_link_4lb6b_113 a:last-child {
|
|
124
124
|
padding-right: 9.5px;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.
|
|
127
|
+
._sub_nav_link_4lb6b_113:hover {
|
|
128
128
|
background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
._signin_dropdown_4lb6b_261 {
|
|
132
132
|
display: none;
|
|
133
133
|
min-width: 288px;
|
|
134
134
|
padding: 1.5rem 1rem;
|
|
@@ -138,34 +138,34 @@
|
|
|
138
138
|
z-index: 1204;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
.
|
|
141
|
+
._shadow_4lb6b_281 {
|
|
142
142
|
border-top: none;
|
|
143
143
|
border: 0.5px solid rgb(255 255 255 / 14%);
|
|
144
144
|
box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.
|
|
147
|
+
._signin_dropdown_4lb6b_261 li[role="heading"] {
|
|
148
148
|
margin-top: 1px;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
.
|
|
151
|
+
._signin_header_4lb6b_301 {
|
|
152
152
|
color: #1F1F1F;
|
|
153
153
|
font-weight: 700;
|
|
154
154
|
padding: 0.5rem 1rem;
|
|
155
155
|
text-align: left;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.
|
|
158
|
+
._signin_subheader_4lb6b_315 {
|
|
159
159
|
color: #1E629A;
|
|
160
160
|
padding: 0.5rem 0.5rem 0.5rem 1.5rem;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
.
|
|
164
|
-
.
|
|
163
|
+
._signin_header_4lb6b_301,
|
|
164
|
+
._signin_subheader_4lb6b_315 a {
|
|
165
165
|
line-height: 1.5;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
@keyframes
|
|
168
|
+
@keyframes _fadeInDown_4lb6b_1 {
|
|
169
169
|
from {
|
|
170
170
|
opacity: 0;
|
|
171
171
|
transform: translate3d(0, -1%, 0);
|
|
@@ -177,23 +177,23 @@
|
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
.
|
|
180
|
+
._opacity_4lb6b_359 {
|
|
181
181
|
animation-duration: 0.5s;
|
|
182
182
|
animation-fill-mode: both;
|
|
183
|
-
animation-name:
|
|
183
|
+
animation-name: _fadeInDown_4lb6b_1;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.
|
|
186
|
+
._signin_footer_4lb6b_371 {
|
|
187
187
|
margin-top: 0.5rem;
|
|
188
188
|
padding-top: 1rem;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
.
|
|
191
|
+
._signin_footer_4lb6b_371 > a + a {
|
|
192
192
|
display: block;
|
|
193
193
|
margin-top: 16px;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
.
|
|
196
|
+
._signin_footer_4lb6b_371::before {
|
|
197
197
|
content: "";
|
|
198
198
|
background-color: #8f8f8f;
|
|
199
199
|
height: 2px;
|
|
@@ -204,19 +204,19 @@
|
|
|
204
204
|
width: 94%;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.
|
|
207
|
+
._open_4lb6b_413 {
|
|
208
208
|
opacity: 0.8;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
.
|
|
211
|
+
._open_4lb6b_413 > svg {
|
|
212
212
|
transform: scaleY(-1);
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
.
|
|
215
|
+
._open_4lb6b_413 + ._signin_dropdown_4lb6b_261 {
|
|
216
216
|
display: block;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.
|
|
219
|
+
._dd_wrapper_4lb6b_437 {
|
|
220
220
|
max-width: 1440px;
|
|
221
221
|
outline: none !important;
|
|
222
222
|
position: absolute;
|
|
@@ -225,50 +225,50 @@
|
|
|
225
225
|
z-index: 1203;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.
|
|
228
|
+
._dd_media_4lb6b_455 {
|
|
229
229
|
padding: 1.5rem;
|
|
230
230
|
width: 280px;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
.
|
|
233
|
+
._dd_media_img_4lb6b_465 {
|
|
234
234
|
min-height: 232px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.
|
|
237
|
+
._dd_site_navs_4lb6b_473 {
|
|
238
238
|
display: flex;
|
|
239
239
|
flex-direction: column;
|
|
240
240
|
flex: 1 1 0%;
|
|
241
241
|
padding: 1.5rem;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
.
|
|
244
|
+
._dd_media_header_4lb6b_487 p {
|
|
245
245
|
color: #fff;
|
|
246
246
|
font-size: 14px;
|
|
247
247
|
line-height: 1.42;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.
|
|
250
|
+
._dd_media_header_4lb6b_487 p[role="heading"] {
|
|
251
251
|
font: 700 1.25rem/ 1.4 var(--header-font-family);
|
|
252
252
|
text-wrap: pretty;
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
-
.
|
|
255
|
+
._mt_8_4lb6b_509 {
|
|
256
256
|
margin-top: 8px;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.
|
|
259
|
+
._mt_16_4lb6b_517 {
|
|
260
260
|
margin-top: 1rem;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.
|
|
263
|
+
._ml_8_4lb6b_525 {
|
|
264
264
|
margin-left: 8px;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.
|
|
267
|
+
._reversed_row_4lb6b_533 {
|
|
268
268
|
flex-direction: row-reverse;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.
|
|
271
|
+
._headline_4lb6b_541 > [role="heading"] {
|
|
272
272
|
color: var(--_1073cm83);
|
|
273
273
|
flex: 1 1 0%;
|
|
274
274
|
font: 700 1.5rem / 1.33 var(--header-font-family);
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
text-decoration: none;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
.
|
|
279
|
+
._nav_anchor_4lb6b_557 {
|
|
280
280
|
aspect-ratio: 1;
|
|
281
281
|
background-color: #4a5560;
|
|
282
282
|
border-radius: 8px;
|
|
@@ -284,11 +284,11 @@
|
|
|
284
284
|
width: 1.5rem;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.
|
|
287
|
+
._headline_cta_4lb6b_573 {
|
|
288
288
|
margin-left: 8px;
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
.
|
|
291
|
+
._headline_cta_4lb6b_573 > a {
|
|
292
292
|
color: var(--_1073cm83);
|
|
293
293
|
font-family: var(--header-font-family);
|
|
294
294
|
font-weight: 700;
|
|
@@ -296,15 +296,15 @@
|
|
|
296
296
|
text-decoration: none;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.
|
|
300
|
-
.
|
|
301
|
-
.
|
|
302
|
-
.
|
|
303
|
-
.
|
|
299
|
+
._sub_nav_link_4lb6b_113:hover,
|
|
300
|
+
._signin_wrap_4lb6b_117 a:hover,
|
|
301
|
+
._main_nav_link_4lb6b_49 a:not(.active):hover,
|
|
302
|
+
._dd_site_navs_4lb6b_473 a:hover,
|
|
303
|
+
._site_lists_4lb6b_605 a:hover {
|
|
304
304
|
text-decoration: underline;
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
.
|
|
307
|
+
._dd_site_navs_4lb6b_473 hr {
|
|
308
308
|
border-style: solid;
|
|
309
309
|
border-width: 1px;
|
|
310
310
|
color: #a0aab3;
|
|
@@ -313,62 +313,66 @@
|
|
|
313
313
|
position: relative;
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
.
|
|
316
|
+
._site_lists_4lb6b_605 {
|
|
317
317
|
display: grid;
|
|
318
318
|
gap: 24px;
|
|
319
319
|
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
|
320
320
|
padding-bottom: 1.5rem;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
.
|
|
323
|
+
._site_lists_4lb6b_605._modify_fit_4lb6b_645 {
|
|
324
|
+
grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
._site_lists_4lb6b_605 > * {
|
|
324
328
|
width: 100%;
|
|
325
329
|
}
|
|
326
330
|
|
|
327
|
-
.
|
|
331
|
+
._site_lists_4lb6b_605 a {
|
|
328
332
|
color: #1F1F1F;
|
|
329
333
|
text-decoration: none;
|
|
330
334
|
font-weight: 400;
|
|
331
335
|
font-family: var(--header-font-family);
|
|
332
336
|
}
|
|
333
337
|
|
|
334
|
-
.
|
|
338
|
+
._site_lists_4lb6b_605 [role="heading"] {
|
|
335
339
|
color: var(--_1073cm83);
|
|
336
340
|
font-weight: 700;
|
|
337
341
|
font-family: unset;
|
|
338
342
|
}
|
|
339
343
|
|
|
340
|
-
.
|
|
344
|
+
._site_lists_4lb6b_605 li + li {
|
|
341
345
|
margin-top: 8px;
|
|
342
346
|
}
|
|
343
347
|
|
|
344
|
-
.
|
|
348
|
+
._signin_wrap_4lb6b_117 > ._mobile_only_4lb6b_695 > a {
|
|
345
349
|
color: #4a5560;
|
|
346
350
|
padding: 0;
|
|
347
351
|
line-height: 1;
|
|
348
352
|
}
|
|
349
353
|
|
|
350
|
-
.
|
|
354
|
+
._mobile_logo_4lb6b_707 {
|
|
351
355
|
display: flex;
|
|
352
356
|
align-items: center;
|
|
353
357
|
flex: 1 1 0%;
|
|
354
358
|
justify-content: space-between;
|
|
355
359
|
}
|
|
356
360
|
|
|
357
|
-
.
|
|
361
|
+
._highlight_4lb6b_721 > a {
|
|
358
362
|
border-bottom: none;
|
|
359
363
|
font-weight: 700;
|
|
360
364
|
line-height: 1.44;
|
|
361
365
|
}
|
|
362
366
|
|
|
363
|
-
.
|
|
367
|
+
._mobile_opened_4lb6b_733 {
|
|
364
368
|
left: 0%;
|
|
365
369
|
}
|
|
366
370
|
|
|
367
|
-
body:has(.
|
|
371
|
+
body:has(._mobile_opened_4lb6b_733) {
|
|
368
372
|
overflow-y: hidden;
|
|
369
373
|
}
|
|
370
374
|
|
|
371
|
-
.
|
|
375
|
+
._dd_footer_4lb6b_749 {
|
|
372
376
|
align-items: end;
|
|
373
377
|
flex: 1 1 0%;
|
|
374
378
|
font-size: 11px;
|
|
@@ -376,7 +380,7 @@ body:has(._mobile_opened_evy43_725) {
|
|
|
376
380
|
letter-spacing: 0.3px;
|
|
377
381
|
}
|
|
378
382
|
|
|
379
|
-
.
|
|
383
|
+
._skip_btn_4lb6b_765 {
|
|
380
384
|
clip: rect(1px 1px 1px 1px);
|
|
381
385
|
margin: -1px;
|
|
382
386
|
overflow: hidden;
|
|
@@ -384,8 +388,8 @@ body:has(._mobile_opened_evy43_725) {
|
|
|
384
388
|
position: absolute;
|
|
385
389
|
}
|
|
386
390
|
|
|
387
|
-
.
|
|
388
|
-
.
|
|
391
|
+
._skip_btn_4lb6b_765:active,
|
|
392
|
+
._skip_btn_4lb6b_765:focus {
|
|
389
393
|
background-color: #1E3860;
|
|
390
394
|
border-radius: 8px;
|
|
391
395
|
clip: auto;
|
|
@@ -401,42 +405,42 @@ body:has(._mobile_opened_evy43_725) {
|
|
|
401
405
|
}
|
|
402
406
|
|
|
403
407
|
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
404
|
-
.
|
|
408
|
+
._wrapper_4lb6b_9 {
|
|
405
409
|
width: calc(100% - 28px);
|
|
406
410
|
}
|
|
407
411
|
|
|
408
|
-
.
|
|
412
|
+
._dd_wrapper_4lb6b_437 > ._wrapper_4lb6b_9 {
|
|
409
413
|
width: 100%;
|
|
410
414
|
}
|
|
411
|
-
.
|
|
415
|
+
._main_nav_link_4lb6b_49 > a {
|
|
412
416
|
padding: 4px 6px;
|
|
413
417
|
font-size: 15px;
|
|
414
418
|
}
|
|
415
|
-
.
|
|
419
|
+
._desktop_only_4lb6b_837 > a {
|
|
416
420
|
font-size: 15px;
|
|
417
421
|
}
|
|
418
422
|
}
|
|
419
423
|
|
|
420
424
|
@media (max-width: 1023px) {
|
|
421
|
-
.
|
|
425
|
+
._desktop_only_4lb6b_837 {
|
|
422
426
|
display: none !important;
|
|
423
427
|
}
|
|
424
428
|
}
|
|
425
429
|
|
|
426
430
|
@media (max-width: 768px) {
|
|
427
|
-
.
|
|
431
|
+
._wrapper_4lb6b_9 {
|
|
428
432
|
width: calc(100% - 48px);
|
|
429
433
|
}
|
|
430
|
-
.
|
|
434
|
+
._header_main_row_4lb6b_21 {
|
|
431
435
|
min-height: 65px;
|
|
432
436
|
}
|
|
433
|
-
.
|
|
437
|
+
._mobile_logo_4lb6b_707 > a > svg {
|
|
434
438
|
max-width: 85px;
|
|
435
439
|
}
|
|
436
440
|
}
|
|
437
441
|
|
|
438
442
|
@media (min-width: 1024px) {
|
|
439
|
-
.
|
|
443
|
+
._mobile_only_4lb6b_695 {
|
|
440
444
|
display: none !important;
|
|
441
445
|
}
|
|
442
446
|
}
|
package/package.json
CHANGED