@axos-web-dev/shared-components 1.0.61 → 1.0.63
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/README.md +111 -111
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/FdicCallout/FdicCallout.module.js +2 -2
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +0 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +0 -3
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +9 -11
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
- package/dist/assets/Interstitial/Interstitial.css.css +142 -142
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
- package/dist/assets/WalnutIframe/wrapper.css.css +49 -49
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +48 -48
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +133 -133
|
@@ -1,264 +1,264 @@
|
|
|
1
|
-
.
|
|
2
|
-
border-bottom: 1px solid #ebebeb;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.
|
|
6
|
-
width: calc(100% - 80px);
|
|
7
|
-
margin-left: auto;
|
|
8
|
-
margin-right: auto;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.
|
|
12
|
-
.
|
|
13
|
-
min-height: 80px;
|
|
14
|
-
padding-top: 1rem;
|
|
15
|
-
padding-bottom: 0.5rem;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.
|
|
19
|
-
padding: 9px 6px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.
|
|
23
|
-
flex: 1 1 0;
|
|
24
|
-
margin-left: 30px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.
|
|
28
|
-
padding: 10px 8px;
|
|
29
|
-
text-align: center;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.
|
|
33
|
-
flex: 1 1 0;
|
|
34
|
-
text-align: left;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.
|
|
38
|
-
border-color: currentColor;
|
|
39
|
-
transition: border-color 0.5s ease;
|
|
40
|
-
font-weight: 700;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.
|
|
44
|
-
display: inline-block;
|
|
45
|
-
font-size: 16px;
|
|
46
|
-
padding: 4px;
|
|
47
|
-
border-bottom: 4px solid transparent;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.
|
|
51
|
-
text-decoration: none;
|
|
52
|
-
transition: opacity 0.3s ease;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.
|
|
56
|
-
opacity: 0.8;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.
|
|
60
|
-
text-decoration: underline;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.
|
|
64
|
-
background: transparent;
|
|
65
|
-
border: none;
|
|
66
|
-
font-size: 0px;
|
|
67
|
-
line-height: 1;
|
|
68
|
-
outline: none;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.
|
|
72
|
-
.
|
|
73
|
-
cursor: pointer;
|
|
74
|
-
opacity: 0.8;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.
|
|
78
|
-
flex: 1 1 0%;
|
|
79
|
-
text-align: center;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.
|
|
83
|
-
border-bottom: 1px solid #ebebeb;
|
|
84
|
-
display: grid;
|
|
85
|
-
padding-bottom: 1rem;
|
|
86
|
-
place-items: center;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.
|
|
90
|
-
font: 400 20px / 1.3 var(--header-font-family);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.
|
|
94
|
-
background: none;
|
|
95
|
-
border: none;
|
|
96
|
-
position: absolute;
|
|
97
|
-
right: 40px;
|
|
98
|
-
top: 50%;
|
|
99
|
-
transform: translateY(-50%);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.
|
|
103
|
-
border-right: 1px solid #ebebeb;
|
|
104
|
-
left: -100%;
|
|
105
|
-
min-height: 100vh;
|
|
106
|
-
position: fixed;
|
|
107
|
-
top: 0;
|
|
108
|
-
transition: all 0.4s ease-in-out;
|
|
109
|
-
width: 100%;
|
|
110
|
-
z-index: 1205;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.
|
|
114
|
-
left: 0%;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
body:has(.
|
|
118
|
-
overflow-y: hidden;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.
|
|
122
|
-
background-color: #f4f4f4;
|
|
123
|
-
border-bottom: 1px solid #ebebeb;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.
|
|
127
|
-
color: #323339;
|
|
128
|
-
display: flex;
|
|
129
|
-
font-weight: 700;
|
|
130
|
-
line-height: 1.5;
|
|
131
|
-
padding: 16px 40px;
|
|
132
|
-
text-decoration: none;
|
|
133
|
-
width: 100%;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.
|
|
137
|
-
line-height: 1;
|
|
138
|
-
height: 24px;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.
|
|
142
|
-
position: relative;
|
|
143
|
-
width: 100%;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.
|
|
147
|
-
background-color: #f4f4f4;
|
|
148
|
-
flex: 1 1 0%;
|
|
149
|
-
padding: 16px 24px 16px 40px;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.
|
|
153
|
-
font-size: 14px;
|
|
154
|
-
line-height: 1.5;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.
|
|
158
|
-
flex-basis: min(42%, 300px);
|
|
159
|
-
background: url("https://images.axos.com/o9ov1v03uwqk/1MqciOHfhfCbe5KM8N9LnC/2b71183753a701cd9dee4cb121e5fd47/axb-img-alts-mobile-menu.png")
|
|
160
|
-
no-repeat 81% / cover;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.
|
|
164
|
-
min-height: 112px;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.
|
|
168
|
-
max-height: 100vh;
|
|
169
|
-
overflow-y: scroll;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.
|
|
173
|
-
display: block;
|
|
174
|
-
position: relative;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.
|
|
178
|
-
overflow: hidden;
|
|
179
|
-
max-height: 0;
|
|
180
|
-
transition: max-height 0.8s ease-out;
|
|
181
|
-
background: #fff;
|
|
182
|
-
overflow-y: scroll;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.
|
|
186
|
-
clip: rect(1px 1px 1px 1px);
|
|
187
|
-
margin: -1px;
|
|
188
|
-
overflow: hidden;
|
|
189
|
-
padding: 0;
|
|
190
|
-
position: absolute;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.
|
|
194
|
-
.
|
|
195
|
-
background-color: #faa74a;
|
|
196
|
-
border-radius: 8px;
|
|
197
|
-
clip: auto;
|
|
198
|
-
color: #1e3869;
|
|
199
|
-
font-size: 14px;
|
|
200
|
-
font-weight: 700;
|
|
201
|
-
margin: 0;
|
|
202
|
-
overflow: visible;
|
|
203
|
-
padding: 9px 24px;
|
|
204
|
-
position: relative;
|
|
205
|
-
text-decoration: none;
|
|
206
|
-
top: 12px;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.
|
|
210
|
-
.
|
|
211
|
-
flex: 1 1 0%;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
@media (max-width: 1121px) {
|
|
215
|
-
.
|
|
216
|
-
position: absolute;
|
|
217
|
-
transform: translateX(-50%);
|
|
218
|
-
left: 50%;
|
|
219
|
-
flex: none;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
224
|
-
.
|
|
225
|
-
width: calc(100% - 28px);
|
|
226
|
-
}
|
|
227
|
-
.
|
|
228
|
-
padding: 4px 6px;
|
|
229
|
-
font-size: 15px;
|
|
230
|
-
}
|
|
231
|
-
.
|
|
232
|
-
font-size: 15px;
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
@media (max-width: 1023px) {
|
|
237
|
-
.
|
|
238
|
-
display: none !important;
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
@media (max-width: 768px) {
|
|
243
|
-
.
|
|
244
|
-
width: calc(100% - 48px);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.
|
|
248
|
-
right: 1.5rem;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.
|
|
252
|
-
padding: 16px 24px;
|
|
253
|
-
}
|
|
254
|
-
.
|
|
255
|
-
padding-right: 15px;
|
|
256
|
-
padding-left: 24px;
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
@media (min-width: 1024px) {
|
|
261
|
-
.
|
|
262
|
-
display: none !important;
|
|
263
|
-
}
|
|
264
|
-
}
|
|
1
|
+
._alts_header_1s4n2_1 {
|
|
2
|
+
border-bottom: 1px solid #ebebeb;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
._alts_wrapper_1s4n2_5 {
|
|
6
|
+
width: calc(100% - 80px);
|
|
7
|
+
margin-left: auto;
|
|
8
|
+
margin-right: auto;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
._alts_header_main_row_1s4n2_11,
|
|
12
|
+
._alts_mobile_header_1s4n2_12 {
|
|
13
|
+
min-height: 80px;
|
|
14
|
+
padding-top: 1rem;
|
|
15
|
+
padding-bottom: 0.5rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
._alts_logo_wrap_1s4n2_18 {
|
|
19
|
+
padding: 9px 6px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
._alts_primary_links_1s4n2_22 {
|
|
23
|
+
flex: 1 1 0;
|
|
24
|
+
margin-left: 30px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
._alts_main_nav_link_1s4n2_27 {
|
|
28
|
+
padding: 10px 8px;
|
|
29
|
+
text-align: center;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
._alts_main_nav_link_1s4n2_27:first-child {
|
|
33
|
+
flex: 1 1 0;
|
|
34
|
+
text-align: left;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
._alts_main_nav_link_1s4n2_27 .active {
|
|
38
|
+
border-color: currentColor;
|
|
39
|
+
transition: border-color 0.5s ease;
|
|
40
|
+
font-weight: 700;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
._alts_main_nav_link_1s4n2_27 > a {
|
|
44
|
+
display: inline-block;
|
|
45
|
+
font-size: 16px;
|
|
46
|
+
padding: 4px;
|
|
47
|
+
border-bottom: 4px solid transparent;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
._alts_main_nav_link_1s4n2_27 a {
|
|
51
|
+
text-decoration: none;
|
|
52
|
+
transition: opacity 0.3s ease;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
._alts_main_nav_link_1s4n2_27 a:hover {
|
|
56
|
+
opacity: 0.8;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
._alts_main_nav_link_1s4n2_27 a:not(.active):hover {
|
|
60
|
+
text-decoration: underline;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
._alts_hamburger_1s4n2_63 {
|
|
64
|
+
background: transparent;
|
|
65
|
+
border: none;
|
|
66
|
+
font-size: 0px;
|
|
67
|
+
line-height: 1;
|
|
68
|
+
outline: none;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
._alts_hamburger_1s4n2_63:hover,
|
|
72
|
+
._alts_mobile_header_1s4n2_12 button:hover {
|
|
73
|
+
cursor: pointer;
|
|
74
|
+
opacity: 0.8;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
._alts_mobile_logo_1s4n2_77 {
|
|
78
|
+
flex: 1 1 0%;
|
|
79
|
+
text-align: center;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
._alts_mobile_header_1s4n2_12 {
|
|
83
|
+
border-bottom: 1px solid #ebebeb;
|
|
84
|
+
display: grid;
|
|
85
|
+
padding-bottom: 1rem;
|
|
86
|
+
place-items: center;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
._alts_mobile_header_1s4n2_12 p {
|
|
90
|
+
font: 400 20px / 1.3 var(--header-font-family);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
._alts_mobile_header_1s4n2_12 button {
|
|
94
|
+
background: none;
|
|
95
|
+
border: none;
|
|
96
|
+
position: absolute;
|
|
97
|
+
right: 40px;
|
|
98
|
+
top: 50%;
|
|
99
|
+
transform: translateY(-50%);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
._alts_mobile_nav_1s4n2_102 {
|
|
103
|
+
border-right: 1px solid #ebebeb;
|
|
104
|
+
left: -100%;
|
|
105
|
+
min-height: 100vh;
|
|
106
|
+
position: fixed;
|
|
107
|
+
top: 0;
|
|
108
|
+
transition: all 0.4s ease-in-out;
|
|
109
|
+
width: 100%;
|
|
110
|
+
z-index: 1205;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
._alts_mobile_opened_1s4n2_113 {
|
|
114
|
+
left: 0%;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
body:has(._alts_mobile_opened_1s4n2_113) {
|
|
118
|
+
overflow-y: hidden;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
._alts_mobile_nav_item_1s4n2_121 {
|
|
122
|
+
background-color: #f4f4f4;
|
|
123
|
+
border-bottom: 1px solid #ebebeb;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
._alts_mobile_nav_item_1s4n2_121 > a {
|
|
127
|
+
color: #323339;
|
|
128
|
+
display: flex;
|
|
129
|
+
font-weight: 700;
|
|
130
|
+
line-height: 1.5;
|
|
131
|
+
padding: 16px 40px;
|
|
132
|
+
text-decoration: none;
|
|
133
|
+
width: 100%;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
._alts_icon_wrap_1s4n2_136 {
|
|
137
|
+
line-height: 1;
|
|
138
|
+
height: 24px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
._alts_mobile_footer_1s4n2_141 {
|
|
142
|
+
position: relative;
|
|
143
|
+
width: 100%;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
._alts_mobile_footer_content_1s4n2_146 {
|
|
147
|
+
background-color: #f4f4f4;
|
|
148
|
+
flex: 1 1 0%;
|
|
149
|
+
padding: 16px 24px 16px 40px;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
._alts_mobile_footer_content_1s4n2_146 p {
|
|
153
|
+
font-size: 14px;
|
|
154
|
+
line-height: 1.5;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
._alts_mobile_footer_media_1s4n2_157 {
|
|
158
|
+
flex-basis: min(42%, 300px);
|
|
159
|
+
background: url("https://images.axos.com/o9ov1v03uwqk/1MqciOHfhfCbe5KM8N9LnC/2b71183753a701cd9dee4cb121e5fd47/axb-img-alts-mobile-menu.png")
|
|
160
|
+
no-repeat 81% / cover;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
._alts_mobile_footer_1s4n2_141 > .flex_row {
|
|
164
|
+
min-height: 112px;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
._alts_inner_wrapper_1s4n2_167 {
|
|
168
|
+
max-height: 100vh;
|
|
169
|
+
overflow-y: scroll;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
._alts_btn_1s4n2_172 {
|
|
173
|
+
display: block;
|
|
174
|
+
position: relative;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
._alts_sub_menu_1s4n2_177 {
|
|
178
|
+
overflow: hidden;
|
|
179
|
+
max-height: 0;
|
|
180
|
+
transition: max-height 0.8s ease-out;
|
|
181
|
+
background: #fff;
|
|
182
|
+
overflow-y: scroll;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
._alts_skip_btn_1s4n2_185 {
|
|
186
|
+
clip: rect(1px 1px 1px 1px);
|
|
187
|
+
margin: -1px;
|
|
188
|
+
overflow: hidden;
|
|
189
|
+
padding: 0;
|
|
190
|
+
position: absolute;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
._alts_skip_btn_1s4n2_185:active,
|
|
194
|
+
._alts_skip_btn_1s4n2_185:focus {
|
|
195
|
+
background-color: #faa74a;
|
|
196
|
+
border-radius: 8px;
|
|
197
|
+
clip: auto;
|
|
198
|
+
color: #1e3869;
|
|
199
|
+
font-size: 14px;
|
|
200
|
+
font-weight: 700;
|
|
201
|
+
margin: 0;
|
|
202
|
+
overflow: visible;
|
|
203
|
+
padding: 9px 24px;
|
|
204
|
+
position: relative;
|
|
205
|
+
text-decoration: none;
|
|
206
|
+
top: 12px;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
._alts_desktop_only_1s4n2_209,
|
|
210
|
+
._alts_main_nav_1s4n2_27 {
|
|
211
|
+
flex: 1 1 0%;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
@media (max-width: 1121px) {
|
|
215
|
+
._alts_mobile_logo_1s4n2_77 {
|
|
216
|
+
position: absolute;
|
|
217
|
+
transform: translateX(-50%);
|
|
218
|
+
left: 50%;
|
|
219
|
+
flex: none;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
224
|
+
._alts_wrapper_1s4n2_5 {
|
|
225
|
+
width: calc(100% - 28px);
|
|
226
|
+
}
|
|
227
|
+
._alts_main_nav_link_1s4n2_27 > a {
|
|
228
|
+
padding: 4px 6px;
|
|
229
|
+
font-size: 15px;
|
|
230
|
+
}
|
|
231
|
+
._alts_desktop_only_1s4n2_209 > a {
|
|
232
|
+
font-size: 15px;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
@media (max-width: 1023px) {
|
|
237
|
+
._alts_desktop_only_1s4n2_209 {
|
|
238
|
+
display: none !important;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
@media (max-width: 768px) {
|
|
243
|
+
._alts_wrapper_1s4n2_5 {
|
|
244
|
+
width: calc(100% - 48px);
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
._alts_mobile_header_1s4n2_12 button {
|
|
248
|
+
right: 1.5rem;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
._alts_mobile_nav_item_1s4n2_121 > a {
|
|
252
|
+
padding: 16px 24px;
|
|
253
|
+
}
|
|
254
|
+
._alts_mobile_footer_content_1s4n2_146 {
|
|
255
|
+
padding-right: 15px;
|
|
256
|
+
padding-left: 24px;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
@media (min-width: 1024px) {
|
|
261
|
+
._alts_mobile_only_1s4n2_261 {
|
|
262
|
+
display: none !important;
|
|
263
|
+
}
|
|
264
|
+
}
|