@axos-web-dev/shared-components 2.0.0-dev.2-nav-1 → 2.0.0-dev.20
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/ATMLocator/ATMLocator.js +84 -14
- package/dist/Accordion/Accordion.js +3 -3
- package/dist/AlertBanner/index.js +1 -1
- package/dist/Article/Article.js +1 -1
- package/dist/Auth/ErrorAlert.js +88 -6
- package/dist/Button/Button.js +120 -6
- package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
- package/dist/Calculators/ApyCalculator/index.js +1 -1
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Calculators/Calculator.d.ts +1 -1
- package/dist/Calculators/Calculator.js +89 -18
- package/dist/Calculators/MarginTradingCalculator/index.js +113 -3
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +1 -1
- package/dist/Carousel/index.js +110 -5
- package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +4 -0
- package/dist/Chatbot/AnimatedGradientBorder.css.js +11 -3
- package/dist/Chatbot/Bubble.css.js +2 -1
- package/dist/Chatbot/Bubble.d.ts +1 -0
- package/dist/Chatbot/Bubble.js +2 -2
- package/dist/Chatbot/Chat.js +17 -7
- package/dist/Chatbot/ChatWindow.css.js +35 -35
- package/dist/Chatbot/ChatWindow.js +24 -18
- package/dist/Chatbot/Chatbot.d.ts +10 -2
- package/dist/Chatbot/Chatbot.js +83 -60
- package/dist/Chatbot/useHeadlessChat.js +1 -2
- package/dist/Chevron/index.js +114 -4
- package/dist/Comparison/Comparison.js +121 -5
- package/dist/ContentBanner/index.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +2 -3
- package/dist/ExecutiveBio/ExecutiveBio.js +126 -4
- package/dist/ExecutiveBio/ExecutiveBioSet.js +1 -1
- package/dist/FaqAccordion/index.js +112 -9
- package/dist/FooterDisclosure/FooterDisclosure.js +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +128 -5
- package/dist/Forms/ApplyNow.js +109 -4
- package/dist/Forms/BoatMooringLocation.d.ts +6 -1
- package/dist/Forms/BoatMooringLocation.js +145 -8
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +104 -7
- package/dist/Forms/ContactUsBusinessNameEmail.js +104 -8
- package/dist/Forms/ContactUsNMLSId.js +104 -7
- package/dist/Forms/CpraRequest.js +96 -2
- package/dist/Forms/CraPublicFile.js +104 -7
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +104 -7
- package/dist/Forms/EmailUs.js +40 -34
- package/dist/Forms/FormEnums.js +2 -2
- package/dist/Forms/Forms.css.d.ts +3 -0
- package/dist/Forms/Forms.css.js +39 -39
- package/dist/Forms/MortgageRate/MortgageRateForm.js +97 -9
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +92 -4
- package/dist/Forms/MortgageWarehouseLending.js +104 -7
- package/dist/Forms/SuccesForm.js +91 -8
- package/dist/HeroBanner/HeroBanner.css.d.ts +1 -0
- package/dist/HeroBanner/HeroBanner.css.js +19 -16
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +4 -1
- package/dist/HeroBanner/HeroBanner.js +26 -160
- package/dist/HeroBanner/HeroVideoPoster.d.ts +5 -0
- package/dist/HeroBanner/HeroVideoPoster.js +24 -0
- package/dist/HeroBanner/LargeBanner.css.d.ts +110 -0
- package/dist/HeroBanner/LargeBanner.css.js +22 -8
- package/dist/HeroBanner/LargeHeroBanner.d.ts +5 -0
- package/dist/HeroBanner/LargeHeroBanner.js +228 -0
- package/dist/HeroBanner/index.js +3 -2
- package/dist/Hyperlink/index.js +110 -5
- package/dist/IconBillboard/IconBillboardSet.js +1 -1
- package/dist/ImageBillboard/ImageBillboard.js +1 -1
- package/dist/ImageLink/ImageLink.js +106 -6
- package/dist/ImageLink/ImageLinkSet.js +114 -6
- package/dist/ImageLink/index.js +106 -7
- package/dist/Input/Checkbox.js +2 -2
- package/dist/Input/DownPaymentInput.js +1 -1
- package/dist/Input/Dropdown.js +1 -1
- package/dist/Input/Input.js +1 -1
- package/dist/Input/InputTextArea.js +1 -1
- package/dist/Insight/Featured/CategorySelector.d.ts +1 -1
- package/dist/Insight/Featured/CategorySelector.js +109 -5
- package/dist/Insight/Featured/Featured.js +108 -10
- package/dist/Insight/Featured/Header.js +109 -4
- package/dist/LandingPageHeader/LandingPageHeader.d.ts +1 -1
- package/dist/LandingPageHeader/LandingPageHeader.js +1 -1
- package/dist/Modal/Modal.js +122 -2
- package/dist/Modal/contextApi/store.js +1 -1
- package/dist/NavigationMenu/AxosALTS/index.js +111 -6
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +1 -12
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +268 -183
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +27 -27
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +271 -37
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +493 -63
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -42
- package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +1 -6
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +3192 -118
- package/dist/NavigationMenu/AxosBank/index.d.ts +4 -6
- package/dist/NavigationMenu/AxosBank/index.js +467 -83
- package/dist/NavigationMenu/LaVictoire/index.js +118 -5
- package/dist/NavigationMenu/Navbar.d.ts +1 -4
- package/dist/NavigationMenu/Navbar.js +114 -11
- package/dist/NavigationMenu/SignInNavButton.js +122 -9
- package/dist/PageNavItem/PageNavItem.js +1 -1
- package/dist/SetContainer/SetContainer.js +108 -7
- package/dist/SocialMediaBar/iconsRepository.js +124 -0
- package/dist/StepItem/StepItem.js +1 -1
- package/dist/StepItemSet/StepItemSet.js +1 -1
- package/dist/Table/Table.js +1 -1
- package/dist/Topic/Topic.js +1 -1
- package/dist/VideoTile/VideoTile.js +106 -2
- package/dist/VideoWrapper/index.js +110 -7
- package/dist/assets/Chatbot/AnimatedGradientBorder.css +99 -12
- package/dist/assets/Chatbot/Bubble.css +19 -6
- package/dist/assets/Chatbot/ChatWindow.css +79 -69
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +0 -2
- package/dist/assets/Forms/Forms.css +94 -91
- package/dist/assets/HeroBanner/HeroBanner.css +82 -65
- package/dist/assets/HeroBanner/LargeBanner.css +126 -59
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +49 -49
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +88 -126
- package/dist/assets/globals.css +9 -9
- package/dist/assets/notification.mp3.js +4 -0
- package/dist/assets/themes/axos.css +1 -1
- package/dist/assets/themes/ufb.css +1 -1
- package/dist/main.js +3 -2
- package/dist/utils/getPosition.d.ts +1 -0
- package/dist/utils/getPosition.js +17 -0
- package/dist/utils/variant.types.d.ts +1 -0
- package/package.json +4 -6
- package/dist/Chatbot/authenticate.d.ts +0 -3
- package/dist/Chatbot/authenticate.js +0 -16
- package/dist/NavigationMenu/AxosBank/DropwdownButton.d.ts +0 -7
- package/dist/NavigationMenu/AxosBank/DropwdownButton.js +0 -125
- package/dist/NavigationMenu/AxosBank/Menu.d.ts +0 -37
- package/dist/NavigationMenu/AxosBank/Menu.js +0 -150
- package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.d.ts +0 -36
- package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.js +0 -105
- package/dist/NavigationMenu/AxosBank/SubNavItem.d.ts +0 -1
- package/dist/NavigationMenu/AxosBank/SubNavItem.js +0 -206
- package/dist/NavigationMenu/utils.d.ts +0 -465
- package/dist/NavigationMenu/utils.js +0 -112
- package/dist/assets/incoming.mp3.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._overlay_hbh7s_1 {
|
|
2
2
|
position: fixed;
|
|
3
3
|
inset: 0;
|
|
4
4
|
height: 100vh;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
z-index: 10000;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
._drawer_hbh7s_9 {
|
|
10
10
|
background: #fff;
|
|
11
11
|
border-radius: 0 0 0 1rem;
|
|
12
12
|
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
z-index: 10001;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
._drawer_hbh7s_9::-webkit-scrollbar {
|
|
26
26
|
display: none;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
._mobileNavRow_hbh7s_29 {
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: center;
|
|
32
32
|
gap: 16px;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.
|
|
35
|
+
._loginTrigger_hbh7s_35 {
|
|
36
36
|
background: transparent;
|
|
37
37
|
border: none;
|
|
38
38
|
color: var(--_1073cm83);
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
transition: opacity 0.2s ease;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.
|
|
47
|
+
._loginTrigger_hbh7s_35:hover {
|
|
48
48
|
opacity: 0.85;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.
|
|
51
|
+
._hamburger_hbh7s_51 {
|
|
52
52
|
background: transparent;
|
|
53
53
|
border: none;
|
|
54
54
|
cursor: pointer;
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
position: relative;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
._hamburger_hbh7s_51::before {
|
|
60
60
|
content: "";
|
|
61
61
|
position: absolute;
|
|
62
62
|
left: -7px;
|
|
@@ -66,23 +66,23 @@
|
|
|
66
66
|
top: -2px;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
._hamburger_hbh7s_51:hover {
|
|
70
70
|
opacity: 0.8;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
.
|
|
73
|
+
._loginDrawerTitle_hbh7s_73 {
|
|
74
74
|
font-weight: 700;
|
|
75
75
|
font-size: 1rem;
|
|
76
76
|
color: var(--_1073cm83);
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.
|
|
79
|
+
._loginDrawerContent_hbh7s_79 {
|
|
80
80
|
padding: 1rem 1.2rem 1.2rem;
|
|
81
81
|
overflow: auto;
|
|
82
82
|
flex: 1;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.
|
|
85
|
+
._header_hbh7s_85 {
|
|
86
86
|
display: flex;
|
|
87
87
|
align-items: center;
|
|
88
88
|
background: #f4f4f4;
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
z-index: 1;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
.
|
|
96
|
+
._back_hbh7s_96 {
|
|
97
97
|
color: var(--_1073cm83);
|
|
98
98
|
font-size: 1rem;
|
|
99
99
|
font-weight: 700;
|
|
@@ -101,23 +101,23 @@
|
|
|
101
101
|
padding: 0;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
104
|
+
._close_hbh7s_104 {
|
|
105
105
|
font-size: 1.3rem;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.
|
|
109
|
-
.
|
|
108
|
+
._back_hbh7s_96,
|
|
109
|
+
._close_hbh7s_104 {
|
|
110
110
|
background: none;
|
|
111
111
|
border: none;
|
|
112
112
|
cursor: pointer;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
._levelContainer_hbh7s_115 {
|
|
116
116
|
height: 100%;
|
|
117
117
|
position: relative;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
.
|
|
120
|
+
._level_hbh7s_115 {
|
|
121
121
|
background: var(--_1073cm86);
|
|
122
122
|
color: var(--_1073cm85);
|
|
123
123
|
font-size: 0.9rem;
|
|
@@ -128,12 +128,12 @@
|
|
|
128
128
|
z-index: 1;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
._levelTitle_hbh7s_131 {
|
|
132
132
|
font: 700 0.9rem / 1.39 var(--main-font-family);
|
|
133
133
|
letter-spacing: 0.4px;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
.
|
|
136
|
+
._menu_hbh7s_136 {
|
|
137
137
|
background-color: transparent;
|
|
138
138
|
list-style: none;
|
|
139
139
|
margin: 0;
|
|
@@ -142,14 +142,14 @@
|
|
|
142
142
|
position: relative;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
.
|
|
145
|
+
._menu_hbh7s_136 li {
|
|
146
146
|
color: var(--_1073cm83);
|
|
147
147
|
font-family: var(--header-font-family);
|
|
148
148
|
font-weight: 500;
|
|
149
149
|
border-top: 1px solid #e9e9e9;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
.
|
|
152
|
+
._menuItem_hbh7s_152 {
|
|
153
153
|
display: flex;
|
|
154
154
|
align-items: center;
|
|
155
155
|
background: none;
|
|
@@ -165,31 +165,31 @@
|
|
|
165
165
|
width: 100%;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
.
|
|
168
|
+
._loginAccordion_hbh7s_168 {
|
|
169
169
|
padding: 0;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
.
|
|
172
|
+
._loginAccordionList_hbh7s_172 {
|
|
173
173
|
list-style: none;
|
|
174
174
|
margin: 0;
|
|
175
175
|
padding: 0;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
.
|
|
178
|
+
._loginAccordionGroup_hbh7s_178 {
|
|
179
179
|
padding-block: 4px;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.
|
|
182
|
+
._loginAccordionGroup_hbh7s_178 + ._loginAccordionGroup_hbh7s_178 {
|
|
183
183
|
margin-top: 2px;
|
|
184
184
|
position: relative;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
.
|
|
187
|
+
._loginAccordionGroup_hbh7s_178:nth-child(5):is(:last-child) {
|
|
188
188
|
padding-top: 12px;
|
|
189
189
|
margin-top: 12px;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.
|
|
192
|
+
._loginAccordionGroup_hbh7s_178:nth-child(5):is(:last-child)::before {
|
|
193
193
|
content: "";
|
|
194
194
|
background-color: #8f8f8f;
|
|
195
195
|
height: 2px;
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
width: 94%;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
.
|
|
203
|
+
._loginAccordionGroup_hbh7s_178:nth-child(5):is(:last-child) > span {
|
|
204
204
|
position: absolute;
|
|
205
205
|
border: 0;
|
|
206
206
|
clip: rect(0, 0, 0, 0);
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
width: 1px;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
.
|
|
215
|
+
._loginAccordionHeading_hbh7s_215 {
|
|
216
216
|
display: block;
|
|
217
217
|
font-family: var(--header-font-family);
|
|
218
218
|
font-weight: 700;
|
|
@@ -222,18 +222,18 @@
|
|
|
222
222
|
padding: 0.35rem 0 0.2rem;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
.
|
|
225
|
+
._loginAccordionGroupList_hbh7s_225 {
|
|
226
226
|
list-style: none;
|
|
227
227
|
margin: 0;
|
|
228
228
|
padding: 0 0 0 8px;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.
|
|
231
|
+
._loginAccordionList_hbh7s_172 li {
|
|
232
232
|
font-family: var(--header-font-family);
|
|
233
233
|
font-weight: 500;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
.
|
|
236
|
+
._loginAccordionList_hbh7s_172 li li {
|
|
237
237
|
border-top: none;
|
|
238
238
|
color: #1e629a;
|
|
239
239
|
font-weight: 400;
|
|
@@ -241,22 +241,22 @@
|
|
|
241
241
|
font-family: var(--main-font-family);
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
.
|
|
244
|
+
._loginAccordionList_hbh7s_172 ._menuItem_hbh7s_152 {
|
|
245
245
|
display: inline;
|
|
246
246
|
padding-block: 0px;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
.
|
|
249
|
+
._loginAccordionList_hbh7s_172 ._menuItem_hbh7s_152:hover {
|
|
250
250
|
opacity: 0.7;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
.
|
|
253
|
+
._loginAccordion_hbh7s_168 > ._menuItem_hbh7s_152 {
|
|
254
254
|
padding-block: 4px;
|
|
255
255
|
position: relative;
|
|
256
256
|
isolation: isolate;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.
|
|
259
|
+
._loginAccordion_hbh7s_168 > ._menuItem_hbh7s_152::after {
|
|
260
260
|
content: "return to menu";
|
|
261
261
|
position: absolute;
|
|
262
262
|
right: 36px;
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
letter-spacing: 0.5px;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
.
|
|
269
|
+
._loginHeading_hbh7s_269 {
|
|
270
270
|
font-family: var(--header-font-family);
|
|
271
271
|
font-size: 20px;
|
|
272
272
|
font-weight: 700;
|
|
@@ -276,23 +276,23 @@
|
|
|
276
276
|
gap: 8px;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
.
|
|
279
|
+
._chevron_hbh7s_279 {
|
|
280
280
|
font-size: 1.2rem;
|
|
281
281
|
margin-left: auto;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
.
|
|
284
|
+
._chevronIcon_hbh7s_284 {
|
|
285
285
|
height: auto;
|
|
286
286
|
margin-right: 10px;
|
|
287
287
|
max-width: 8px;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
body:has(.
|
|
290
|
+
body:has(._drawer_hbh7s_9) {
|
|
291
291
|
overflow-y: hidden;
|
|
292
292
|
position: relative;
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
.
|
|
295
|
+
._quickLinks_hbh7s_295 {
|
|
296
296
|
background-color: #e8f7ff;
|
|
297
297
|
bottom: 0;
|
|
298
298
|
box-shadow: 0 15px 10px -20px rgba(0, 0, 0, 0.45) inset;
|
|
@@ -302,7 +302,7 @@ body:has(._drawer_7ufer_9) {
|
|
|
302
302
|
position: sticky;
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
-
.
|
|
305
|
+
._quickLink_hbh7s_295 {
|
|
306
306
|
display: flex;
|
|
307
307
|
align-items: center;
|
|
308
308
|
color: var(--_1073cm83);
|
|
@@ -316,7 +316,7 @@ body:has(._drawer_7ufer_9) {
|
|
|
316
316
|
text-transform: uppercase;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
|
-
.
|
|
319
|
+
._sr_only_hbh7s_319 {
|
|
320
320
|
position: absolute;
|
|
321
321
|
border: 0;
|
|
322
322
|
clip: rect(0, 0, 0, 0);
|
|
@@ -329,25 +329,25 @@ body:has(._drawer_7ufer_9) {
|
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
@media (max-width: 540px) {
|
|
332
|
-
.
|
|
332
|
+
._drawer_hbh7s_9 {
|
|
333
333
|
border-radius: 0;
|
|
334
334
|
max-width: none;
|
|
335
335
|
width: 100%;
|
|
336
336
|
}
|
|
337
|
-
.
|
|
337
|
+
._menu_hbh7s_136 li + li {
|
|
338
338
|
margin-top: 3px;
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
._menuItem_hbh7s_152 {
|
|
341
341
|
font-size: 0.9rem;
|
|
342
342
|
padding: 0.65rem 0;
|
|
343
343
|
}
|
|
344
|
-
.
|
|
344
|
+
._loginAccordionOverlay_hbh7s_344::before {
|
|
345
345
|
opacity: 0.1;
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
@media (min-width: 541px) {
|
|
350
|
-
.
|
|
350
|
+
._drawer_hbh7s_9:has(._loginDrawerContent_hbh7s_79) {
|
|
351
351
|
max-width: 345px;
|
|
352
352
|
}
|
|
353
353
|
}
|