@axos-web-dev/shared-components 0.0.38 → 0.0.39
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/AxosAdvisor/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisor/index.js +188 -203
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +117 -118
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +85 -86
- package/package.json +1 -1
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_iyszh_1 {
|
|
2
2
|
border-bottom: 1px solid #ebebeb;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
._wrapper_iyszh_5 {
|
|
6
6
|
width: calc(100% - 80px);
|
|
7
7
|
margin-left: auto;
|
|
8
8
|
margin-right: auto;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
12
|
-
.
|
|
11
|
+
._header_main_row_iyszh_11,
|
|
12
|
+
._mobile_header_iyszh_12 {
|
|
13
13
|
min-height: 80px;
|
|
14
14
|
padding-top: 1rem;
|
|
15
15
|
padding-bottom: 0.5rem;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
._logo_wrap_iyszh_18 {
|
|
19
19
|
padding: 9px 6px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
._primary_links_iyszh_22 {
|
|
23
23
|
margin-left: 30px;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
._main_nav_iyszh_26 {
|
|
27
27
|
margin: 0 auto;
|
|
28
28
|
width: 94%;
|
|
29
29
|
max-width: 1640px;
|
|
30
30
|
justify-content: space-between;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
._main_nav_link_iyszh_33 {
|
|
34
34
|
padding: 10px 8px;
|
|
35
35
|
text-align: center;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
._main_nav_link_iyszh_33 .active {
|
|
39
39
|
border-color: currentColor;
|
|
40
40
|
transition: border-color 0.5s ease;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.
|
|
43
|
+
._main_nav_link_iyszh_33 .active {
|
|
44
44
|
font-weight: 700;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.
|
|
47
|
+
._main_nav_link_iyszh_33 > a {
|
|
48
48
|
color: #1e3860;
|
|
49
49
|
display: inline-block;
|
|
50
50
|
font-size: 18px;
|
|
@@ -52,26 +52,26 @@
|
|
|
52
52
|
border-bottom: 4px solid transparent;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.
|
|
56
|
-
.
|
|
57
|
-
.
|
|
58
|
-
.
|
|
55
|
+
._sub_nav_link_iyszh_55 a,
|
|
56
|
+
._main_nav_link_iyszh_33 a,
|
|
57
|
+
._signin_wrap_iyszh_57 a,
|
|
58
|
+
._signin_btn_iyszh_58 {
|
|
59
59
|
text-decoration: none;
|
|
60
60
|
transition: opacity 0.3s ease;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
64
|
-
.
|
|
65
|
-
.
|
|
63
|
+
._sub_nav_link_iyszh_55:hover,
|
|
64
|
+
._main_nav_link_iyszh_33 a:hover,
|
|
65
|
+
._signin_wrap_iyszh_57 a:hover {
|
|
66
66
|
opacity: 0.8;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
._signin_wrap_iyszh_57 .link {
|
|
70
70
|
text-decoration: none;
|
|
71
71
|
padding: 8px;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.
|
|
74
|
+
._signin_btn_iyszh_58 {
|
|
75
75
|
background-color: #2f5b88;
|
|
76
76
|
border: none;
|
|
77
77
|
color: #fff;
|
|
@@ -84,39 +84,39 @@
|
|
|
84
84
|
cursor: pointer;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.
|
|
87
|
+
._signin_btn_iyszh_58:hover {
|
|
88
88
|
opacity: 0.9;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.
|
|
91
|
+
._signin_btn_iyszh_58 > span {
|
|
92
92
|
margin-right: 8px;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
95
|
+
._sub_nav_iyszh_55 {
|
|
96
96
|
background-color: #1e3860;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.
|
|
99
|
+
._header_sub_row_iyszh_99 {
|
|
100
100
|
padding-block: 12px;
|
|
101
101
|
min-height: 48px;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
104
|
+
._sub_nav_link_iyszh_55 {
|
|
105
105
|
padding-inline: 1rem;
|
|
106
106
|
text-align: center;
|
|
107
107
|
color: #fff;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.
|
|
110
|
+
._sub_nav_link_iyszh_55 a {
|
|
111
111
|
font-weight: 500;
|
|
112
112
|
line-height: 1.5;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
._shadow_iyszh_115 {
|
|
116
116
|
box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
@keyframes
|
|
119
|
+
@keyframes _fadeInDown_iyszh_1 {
|
|
120
120
|
from {
|
|
121
121
|
opacity: 0;
|
|
122
122
|
transform: translate3d(0, -1%, 0);
|
|
@@ -128,18 +128,18 @@
|
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
._opacity_iyszh_131 {
|
|
132
132
|
animation-duration: 0.5s;
|
|
133
133
|
animation-fill-mode: both;
|
|
134
|
-
animation-name:
|
|
134
|
+
animation-name: _fadeInDown_iyszh_1;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.
|
|
137
|
+
._footer_iyszh_137 {
|
|
138
138
|
margin-top: 0.5rem;
|
|
139
139
|
padding-top: 1rem;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.
|
|
142
|
+
._footer_iyszh_137::before {
|
|
143
143
|
content: "";
|
|
144
144
|
background-color: #8f8f8f;
|
|
145
145
|
height: 2px;
|
|
@@ -150,31 +150,31 @@
|
|
|
150
150
|
width: 94%;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.
|
|
153
|
+
._open_iyszh_153 {
|
|
154
154
|
opacity: 0.8;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.
|
|
157
|
+
._open_iyszh_153 > img {
|
|
158
158
|
transform: scaleY(-1);
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.
|
|
161
|
+
._mt_8_iyszh_161 {
|
|
162
162
|
margin-top: 8px;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.
|
|
165
|
+
._mt_16_iyszh_165 {
|
|
166
166
|
margin-top: 1rem;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.
|
|
169
|
+
._ml_8_iyszh_169 {
|
|
170
170
|
margin-left: 8px;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.
|
|
173
|
+
._reversed_row_iyszh_173 {
|
|
174
174
|
flex-direction: row-reverse;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.
|
|
177
|
+
._nav_anchor_iyszh_177 {
|
|
178
178
|
width: 1.5rem;
|
|
179
179
|
height: 1.5rem;
|
|
180
180
|
aspect-ratio: 1;
|
|
@@ -182,14 +182,14 @@
|
|
|
182
182
|
border-radius: 8px;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.
|
|
186
|
-
.
|
|
187
|
-
.
|
|
188
|
-
.
|
|
185
|
+
._sub_nav_link_iyszh_55:hover,
|
|
186
|
+
._signin_wrap_iyszh_57 a:hover,
|
|
187
|
+
._main_nav_link_iyszh_33 a:not(.active):hover,
|
|
188
|
+
._site_lists_iyszh_188 a:hover {
|
|
189
189
|
text-decoration: underline;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.
|
|
192
|
+
._hamburger_iyszh_192 {
|
|
193
193
|
background: transparent;
|
|
194
194
|
border: none;
|
|
195
195
|
font-size: 0px;
|
|
@@ -197,29 +197,29 @@
|
|
|
197
197
|
outline: none;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.
|
|
201
|
-
.
|
|
200
|
+
._hamburger_iyszh_192:hover,
|
|
201
|
+
._mobile_header_iyszh_12 button:hover {
|
|
202
202
|
cursor: pointer;
|
|
203
203
|
opacity: 0.8;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
|
-
.
|
|
206
|
+
._mobile_logo_iyszh_206 {
|
|
207
207
|
flex: 1 1 0%;
|
|
208
208
|
text-align: center;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
.
|
|
211
|
+
._mobile_header_iyszh_12 {
|
|
212
212
|
padding-bottom: 1rem;
|
|
213
213
|
display: grid;
|
|
214
214
|
place-items: center;
|
|
215
215
|
border-bottom: 1px solid #ebebeb;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
.
|
|
218
|
+
._mobile_header_iyszh_12 p {
|
|
219
219
|
font: 400 20px / 1.3 var(--header-font-family);
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.
|
|
222
|
+
._mobile_header_iyszh_12 button {
|
|
223
223
|
position: absolute;
|
|
224
224
|
top: 50%;
|
|
225
225
|
transform: translateY(-50%);
|
|
@@ -228,11 +228,10 @@
|
|
|
228
228
|
border: none;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.
|
|
231
|
+
._mobile_nav_iyszh_231 {
|
|
232
232
|
border-right: 1px solid #ebebeb;
|
|
233
233
|
left: -100%;
|
|
234
234
|
min-height: 100vh;
|
|
235
|
-
position: fixed;
|
|
236
235
|
top: 0;
|
|
237
236
|
transition: all 0.4s ease-in-out;
|
|
238
237
|
width: 100%;
|
|
@@ -240,16 +239,16 @@
|
|
|
240
239
|
z-index: 9999999;
|
|
241
240
|
}
|
|
242
241
|
|
|
243
|
-
.
|
|
242
|
+
._mobile_opened_iyszh_242 {
|
|
244
243
|
left: 0%;
|
|
245
244
|
}
|
|
246
245
|
|
|
247
|
-
.
|
|
248
|
-
background-color: #
|
|
246
|
+
._mobile_nav_item_iyszh_246 {
|
|
247
|
+
background-color: #f4f4f4;
|
|
249
248
|
border-bottom: 1px solid #ebebeb;
|
|
250
249
|
}
|
|
251
250
|
|
|
252
|
-
.
|
|
251
|
+
._mobile_nav_item_iyszh_246 > a {
|
|
253
252
|
color: #333d46;
|
|
254
253
|
display: flex;
|
|
255
254
|
font-weight: 700;
|
|
@@ -259,24 +258,23 @@
|
|
|
259
258
|
width: 100%;
|
|
260
259
|
}
|
|
261
260
|
|
|
262
|
-
.
|
|
261
|
+
._icon_wrap_iyszh_261 {
|
|
263
262
|
line-height: 1;
|
|
264
263
|
height: 24px;
|
|
265
264
|
}
|
|
266
265
|
|
|
267
|
-
.
|
|
268
|
-
position:
|
|
269
|
-
bottom: 0;
|
|
266
|
+
._mobile_footer_iyszh_266 {
|
|
267
|
+
position: relative;
|
|
270
268
|
width: 100%;
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
.
|
|
271
|
+
._mobile_footer_content_iyszh_271 {
|
|
274
272
|
background-color: #f4f4f4;
|
|
275
273
|
flex: 1 1 0%;
|
|
276
274
|
padding: 16px 24px 16px 40px;
|
|
277
275
|
}
|
|
278
276
|
|
|
279
|
-
.
|
|
277
|
+
._mobile_footer_content_iyszh_271 p {
|
|
280
278
|
line-height: 1.5;
|
|
281
279
|
text-overflow: ellipsis;
|
|
282
280
|
display: -webkit-box;
|
|
@@ -284,18 +282,18 @@
|
|
|
284
282
|
-webkit-line-clamp: 2;
|
|
285
283
|
}
|
|
286
284
|
|
|
287
|
-
.
|
|
285
|
+
._mobile_footer_media_iyszh_285 {
|
|
288
286
|
flex-basis: 42%;
|
|
289
287
|
background: url("https://images.axos.com/o9ov1v03uwqk/7bX71xagL9g8Bc0gqlHLR/e51fb20a12c50b5e7458a4cf15567964/afs-nav-footer.jpg")
|
|
290
288
|
no-repeat right center / cover;
|
|
291
289
|
background-color: #f4f4f4;
|
|
292
290
|
}
|
|
293
291
|
|
|
294
|
-
.
|
|
292
|
+
._footer_cta_iyszh_292 {
|
|
295
293
|
margin-top: 3px;
|
|
296
294
|
}
|
|
297
295
|
|
|
298
|
-
.
|
|
296
|
+
._footer_cta_iyszh_292 a {
|
|
299
297
|
background-color: #2f5b88;
|
|
300
298
|
border-radius: 4px;
|
|
301
299
|
border: 2px solid transparent;
|
|
@@ -306,40 +304,41 @@
|
|
|
306
304
|
text-decoration: none;
|
|
307
305
|
}
|
|
308
306
|
|
|
309
|
-
.
|
|
307
|
+
._footer_cta_iyszh_292 a:hover {
|
|
310
308
|
background-color: transparent;
|
|
311
309
|
border-color: #2f5b88;
|
|
312
310
|
color: #2f5b88;
|
|
313
311
|
text-decoration: underline;
|
|
314
312
|
}
|
|
315
313
|
|
|
316
|
-
.
|
|
314
|
+
._footer_cta_iyszh_292 a:active {
|
|
317
315
|
background-color: #2f5b88;
|
|
318
316
|
border-color: transparent;
|
|
319
317
|
color: #fff;
|
|
320
318
|
}
|
|
321
319
|
|
|
322
|
-
.
|
|
320
|
+
._mobile_footer_iyszh_266 > .flex_row {
|
|
323
321
|
min-height: 112px;
|
|
324
322
|
}
|
|
325
323
|
|
|
326
|
-
.
|
|
327
|
-
max-height:
|
|
324
|
+
._inner_wrapper_iyszh_324 {
|
|
325
|
+
max-height: 100vh;
|
|
326
|
+
overflow-y: scroll;
|
|
328
327
|
}
|
|
329
328
|
|
|
330
|
-
.
|
|
329
|
+
._btn_iyszh_329 {
|
|
331
330
|
display: block;
|
|
332
331
|
position: relative;
|
|
333
332
|
}
|
|
334
333
|
|
|
335
|
-
.
|
|
334
|
+
._sub_menu_iyszh_334 {
|
|
336
335
|
overflow: hidden;
|
|
337
336
|
max-height: 0;
|
|
338
337
|
transition: max-height 0.8s ease-out;
|
|
339
338
|
background: #fff;
|
|
340
339
|
}
|
|
341
340
|
|
|
342
|
-
.
|
|
341
|
+
._sub_menu_iyszh_334 a {
|
|
343
342
|
display: block;
|
|
344
343
|
padding: 12px 14px 12px 64px;
|
|
345
344
|
position: relative;
|
|
@@ -347,28 +346,28 @@
|
|
|
347
346
|
text-decoration: none;
|
|
348
347
|
}
|
|
349
348
|
|
|
350
|
-
.
|
|
349
|
+
._sub_menu_iyszh_334 a._main_iyszh_26 {
|
|
351
350
|
font-weight: 700;
|
|
352
351
|
}
|
|
353
352
|
|
|
354
|
-
.
|
|
353
|
+
._sub_menu_iyszh_334 a + a {
|
|
355
354
|
border-top: 1px solid #ebebeb;
|
|
356
355
|
}
|
|
357
356
|
|
|
358
357
|
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
359
|
-
.
|
|
358
|
+
._wrapper_iyszh_5 {
|
|
360
359
|
width: calc(100% - 28px);
|
|
361
360
|
}
|
|
362
361
|
}
|
|
363
362
|
|
|
364
|
-
.
|
|
363
|
+
._desktop_only_iyszh_363 {
|
|
365
364
|
margin: 0 auto;
|
|
366
365
|
width: 94%;
|
|
367
366
|
max-width: 1640px;
|
|
368
367
|
}
|
|
369
368
|
|
|
370
369
|
@media (max-width: 1075px) {
|
|
371
|
-
.
|
|
370
|
+
._desktop_only_iyszh_363 {
|
|
372
371
|
display: none !important;
|
|
373
372
|
margin: 0 auto;
|
|
374
373
|
width: 94%;
|
|
@@ -377,30 +376,30 @@
|
|
|
377
376
|
}
|
|
378
377
|
|
|
379
378
|
@media (max-width: 768px) {
|
|
380
|
-
.
|
|
379
|
+
._wrapper_iyszh_5 {
|
|
381
380
|
width: calc(100% - 48px);
|
|
382
381
|
}
|
|
383
382
|
|
|
384
|
-
.
|
|
383
|
+
._mobile_header_iyszh_12 button {
|
|
385
384
|
right: 1.5rem;
|
|
386
385
|
}
|
|
387
386
|
|
|
388
|
-
.
|
|
387
|
+
._mobile_nav_item_iyszh_246 > a {
|
|
389
388
|
padding: 16px 24px;
|
|
390
389
|
}
|
|
391
390
|
|
|
392
|
-
.
|
|
391
|
+
._sub_menu_iyszh_334 a {
|
|
393
392
|
padding-left: 48px;
|
|
394
393
|
}
|
|
395
394
|
|
|
396
|
-
.
|
|
395
|
+
._mobile_footer_content_iyszh_271 {
|
|
397
396
|
padding-right: 15px;
|
|
398
397
|
padding-left: 24px;
|
|
399
398
|
}
|
|
400
399
|
}
|
|
401
400
|
|
|
402
401
|
@media (max-width: 450px) {
|
|
403
|
-
.
|
|
402
|
+
._footer_cta_iyszh_292 a {
|
|
404
403
|
white-space: break-spaces;
|
|
405
404
|
width: 100%;
|
|
406
405
|
text-align: center;
|
|
@@ -408,13 +407,13 @@
|
|
|
408
407
|
}
|
|
409
408
|
|
|
410
409
|
@media (min-width: 1076px) {
|
|
411
|
-
.
|
|
410
|
+
._mobile_only_iyszh_410 {
|
|
412
411
|
display: none !important;
|
|
413
412
|
}
|
|
414
413
|
}
|
|
415
414
|
|
|
416
415
|
@media (max-width: 1076px) {
|
|
417
|
-
.
|
|
416
|
+
._mobile_logo_iyszh_206 {
|
|
418
417
|
position: absolute;
|
|
419
418
|
transform: translateX(-50%);
|
|
420
419
|
left: 50%;
|