@axos-web-dev/shared-components 1.0.101-dev.1 → 2.0.0-dev.2
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 +3 -8
- package/dist/Article/Article.d.ts +2 -2
- package/dist/Article/Article.js +13 -2
- package/dist/Auth/ErrorAlert.js +4 -9
- package/dist/Auth/SignInPassword.js +0 -1
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/BulletItem/BulletItem.js +0 -1
- package/dist/Button/Button.js +3 -9
- package/dist/Calculators/AnnualFeeCalculator/index.js +0 -1
- package/dist/Calculators/ApyCalculator/index.js +3 -1
- package/dist/Calculators/AxosOneCalculator/index.js +16 -9
- package/dist/Calculators/BalanceAPYCalculator/index.js +0 -1
- package/dist/Calculators/BuyDownCalculator/index.js +0 -1
- package/dist/Calculators/Calculator.js +0 -5
- package/dist/Calculators/MarginTradingCalculator/index.js +119 -2
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +0 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +0 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +0 -1
- package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +0 -1
- package/dist/Calculators/SummitApyCalculator/index.js +3 -2
- package/dist/Carousel/index.js +10 -12
- package/dist/Chatbot/Bubble.js +1 -1
- package/dist/Chatbot/Chat.js +0 -7
- package/dist/Chatbot/ChatWindow.d.ts +2 -0
- package/dist/Chatbot/ChatWindow.js +27 -14
- package/dist/Chatbot/Chatbot.d.ts +1 -1
- package/dist/Chatbot/Chatbot.js +118 -13
- package/dist/Chatbot/ChatbotMessage.d.ts +1 -0
- package/dist/Chatbot/ChatbotMessage.js +42 -22
- package/dist/Chatbot/store/chat.d.ts +6 -0
- package/dist/Chatbot/store/chat.js +14 -2
- package/dist/Chatbot/store/messages.d.ts +1 -0
- package/dist/Chatbot/store/messages.js +5 -2
- package/dist/Chevron/index.js +2 -8
- package/dist/Comparison/Comparison.js +3 -8
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +51 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.js +48 -46
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +142 -151
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +29 -16
- package/dist/ExecutiveBio/index.js +2 -1
- package/dist/FaqAccordion/index.js +3 -8
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +83 -184
- package/dist/Forms/ApplicationStart.js +0 -1
- package/dist/Forms/ApplyNow.js +1 -6
- package/dist/Forms/BoatMooringLocation.js +0 -1
- package/dist/Forms/ClearingForm.js +0 -1
- package/dist/Forms/CommercialDeposits.js +0 -1
- package/dist/Forms/CommercialDepositsNoLendingOption.js +0 -1
- package/dist/Forms/CommercialLending.js +3 -2
- package/dist/Forms/CommercialPremiumFinance.js +0 -1
- package/dist/Forms/ConstructionLendingDynamic.d.ts +12 -0
- package/dist/Forms/ConstructionLendingDynamic.js +324 -0
- package/dist/Forms/ContactCompany.js +0 -1
- package/dist/Forms/ContactCompanyTitle.js +0 -1
- package/dist/Forms/ContactUs.js +0 -1
- package/dist/Forms/ContactUsAAS.js +0 -1
- package/dist/Forms/ContactUsBusiness.js +3 -8
- package/dist/Forms/ContactUsBusinessNameEmail.js +3 -8
- package/dist/Forms/ContactUsLVF.js +0 -1
- package/dist/Forms/ContactUsNMLSId.js +3 -8
- package/dist/Forms/CpraRequest.js +100 -3
- package/dist/Forms/CraPublicFile.js +3 -8
- package/dist/Forms/DealerServices.js +0 -1
- package/dist/Forms/EmailOnly.js +10 -10
- package/dist/Forms/EmailUs.js +0 -1
- package/dist/Forms/FormEnums.js +1 -3
- package/dist/Forms/Forms.css.d.ts +1 -1
- package/dist/Forms/Forms.css.js +3 -3
- package/dist/Forms/HoneyPot/index.js +0 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +4 -9
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +3 -8
- package/dist/Forms/MortgageWarehouseLending.js +3 -8
- package/dist/Forms/QuickPricer/QuickPricerForm.js +0 -1
- package/dist/Forms/ScheduleCall.js +0 -1
- package/dist/Forms/ScheduleCallPremier.js +0 -1
- package/dist/Forms/SuccesForm.js +3 -8
- package/dist/Forms/VendorQuestionnaire.js +0 -1
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +2 -1
- package/dist/Hyperlink/index.js +6 -10
- package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
- package/dist/IconBillboard/IconBillboard.css.js +11 -9
- package/dist/IconBillboard/index.js +2 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +14 -8
- package/dist/ImageLink/ImageLink.js +3 -8
- package/dist/ImageLink/ImageLinkSet.js +3 -8
- package/dist/ImageLink/index.js +1 -6
- package/dist/Insight/Featured/CategorySelector.js +1 -6
- package/dist/Insight/Featured/Featured.js +3 -8
- package/dist/Insight/Featured/Header.js +3 -8
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +19 -1
- package/dist/LandingPageHeader/LandingPageHeader.css.js +6 -6
- package/dist/LandingPageHeader/LandingPageHeader.d.ts +3 -1
- package/dist/LandingPageHeader/LandingPageHeader.js +42 -16
- package/dist/LoadingIndicator/index.js +0 -1
- package/dist/Modal/Modal.js +1 -6
- package/dist/Modal/contextApi/store.d.ts +16 -2
- package/dist/Modal/contextApi/store.js +37 -6
- package/dist/NavigationMenu/AxosALTS/NavData.d.ts +7 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +6 -137
- package/dist/NavigationMenu/AxosALTS/index.js +10 -12
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +0 -1
- package/dist/NavigationMenu/AxosAdvisor/index.js +0 -1
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +0 -1
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +0 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +341 -73
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +50 -17
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +20 -6
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +211 -355
- package/dist/NavigationMenu/AxosBank/NavData.d.ts +39 -2
- package/dist/NavigationMenu/AxosBank/NavData.js +34 -166
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +199 -220
- package/dist/NavigationMenu/AxosBank/index.js +16 -43
- package/dist/NavigationMenu/AxosClearing/index.js +0 -1
- package/dist/NavigationMenu/LaVictoire/NavData.d.ts +13 -2
- package/dist/NavigationMenu/LaVictoire/NavData.js +14 -146
- package/dist/NavigationMenu/LaVictoire/SubNavBar.js +4 -1
- package/dist/NavigationMenu/LaVictoire/index.js +16 -41
- package/dist/NavigationMenu/Navbar.js +4 -5
- package/dist/NavigationMenu/SignInNavButton.js +16 -24
- package/dist/SetContainer/SetContainer.js +4 -9
- package/dist/SocialMediaBar/iconsRepository.d.ts +44 -14
- package/dist/SocialMediaBar/iconsRepository.js +28 -37
- package/dist/SocialMediaBar/index.js +3 -1
- package/dist/Tab/Tab.js +0 -1
- package/dist/Table/Table.js +0 -1
- package/dist/VideoTile/VideoTile.js +0 -5
- package/dist/VideoWrapper/index.js +0 -5
- package/dist/assets/Blockquote/Blockquote.css +72 -72
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +1 -1
- package/dist/assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css +2 -2
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +1 -1
- package/dist/assets/Carousel/Carousel.css +1 -1
- package/dist/assets/Chatbot/AnimatedGradientBorder.css +2 -1
- package/dist/assets/Chatbot/ChatWindow.css +16 -8
- package/dist/assets/DownloadTile/DownloadTile.css +2 -2
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +281 -171
- package/dist/assets/Forms/Forms.css +29 -25
- package/dist/assets/HelpArticle/HelpArticle.css +2 -2
- package/dist/assets/IconBillboard/IconBillboard.css +35 -28
- package/dist/assets/Inputs/Input.css +1 -1
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
- package/dist/assets/Insight/Insight.css +4 -4
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +28 -15
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -192
- package/dist/assets/Topic/Topic.css +1 -1
- package/dist/assets/Typography/Typography.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +1 -1
- package/dist/assets/globals.css +24 -14
- package/dist/main.js +8 -3
- package/dist/utils/allowedAxosDomains.d.ts +5 -2
- package/dist/utils/allowedAxosDomains.js +50 -47
- package/dist/utils/appendQueryParams.js +36 -5
- package/dist/utils/index.js +2 -1
- package/dist/utils/validateExternalLinks.d.ts +1 -1
- package/dist/utils/validateExternalLinks.js +4 -6
- package/package.json +148 -145
- package/dist/NavigationMenu/NavDataJson.d.ts +0 -2
- package/dist/NavigationMenu/NavDataJson.js +0 -317
|
@@ -1,192 +1,353 @@
|
|
|
1
|
-
.
|
|
2
|
-
position: fixed;
|
|
3
|
-
inset: 0;
|
|
4
|
-
height: 100vh;
|
|
5
|
-
background: rgba(0, 0, 0, 0.6);
|
|
6
|
-
z-index: 10000;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.
|
|
10
|
-
background: #fff;
|
|
11
|
-
border-radius: 0 0 0 1rem;
|
|
12
|
-
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
|
|
13
|
-
max-height: 100vh;
|
|
14
|
-
max-width: 500px;
|
|
15
|
-
overflow: hidden auto;
|
|
16
|
-
position: fixed;
|
|
17
|
-
right: 0px;
|
|
18
|
-
top: 0;
|
|
19
|
-
width: 85%;
|
|
20
|
-
scrollbar-width: none;
|
|
21
|
-
-ms-overflow-style: none;
|
|
22
|
-
z-index: 10001;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.
|
|
26
|
-
display: none;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
.
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
.
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
font-size:
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
text-decoration: none;
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
1
|
+
._overlay_7ufer_1 {
|
|
2
|
+
position: fixed;
|
|
3
|
+
inset: 0;
|
|
4
|
+
height: 100vh;
|
|
5
|
+
background: rgba(0, 0, 0, 0.6);
|
|
6
|
+
z-index: 10000;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
._drawer_7ufer_9 {
|
|
10
|
+
background: #fff;
|
|
11
|
+
border-radius: 0 0 0 1rem;
|
|
12
|
+
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
|
|
13
|
+
max-height: 100vh;
|
|
14
|
+
max-width: 500px;
|
|
15
|
+
overflow: hidden auto;
|
|
16
|
+
position: fixed;
|
|
17
|
+
right: 0px;
|
|
18
|
+
top: 0;
|
|
19
|
+
width: 85%;
|
|
20
|
+
scrollbar-width: none;
|
|
21
|
+
-ms-overflow-style: none;
|
|
22
|
+
z-index: 10001;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
._drawer_7ufer_9::-webkit-scrollbar {
|
|
26
|
+
display: none;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
._mobileNavRow_7ufer_29 {
|
|
30
|
+
display: flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
gap: 16px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
._loginTrigger_7ufer_35 {
|
|
36
|
+
background: transparent;
|
|
37
|
+
border: none;
|
|
38
|
+
color: var(--_1073cm83);
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
font-family: var(--header-font-family);
|
|
41
|
+
font-size: 1rem;
|
|
42
|
+
font-weight: 700;
|
|
43
|
+
padding: 0.25rem 0;
|
|
44
|
+
transition: opacity 0.2s ease;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
._loginTrigger_7ufer_35:hover {
|
|
48
|
+
opacity: 0.85;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
._hamburger_7ufer_51 {
|
|
52
|
+
background: transparent;
|
|
53
|
+
border: none;
|
|
54
|
+
cursor: pointer;
|
|
55
|
+
transition: opacity 0.3s ease;
|
|
56
|
+
position: relative;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
._hamburger_7ufer_51::before {
|
|
60
|
+
content: "";
|
|
61
|
+
position: absolute;
|
|
62
|
+
left: -7px;
|
|
63
|
+
bottom: 0;
|
|
64
|
+
height: 28px;
|
|
65
|
+
border-left: 2px solid #1f1f1f;
|
|
66
|
+
top: -2px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
._hamburger_7ufer_51:hover {
|
|
70
|
+
opacity: 0.8;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
._loginDrawerTitle_7ufer_73 {
|
|
74
|
+
font-weight: 700;
|
|
75
|
+
font-size: 1rem;
|
|
76
|
+
color: var(--_1073cm83);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
._loginDrawerContent_7ufer_79 {
|
|
80
|
+
padding: 1rem 1.2rem 1.2rem;
|
|
81
|
+
overflow: auto;
|
|
82
|
+
flex: 1;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
._header_7ufer_85 {
|
|
86
|
+
display: flex;
|
|
87
|
+
align-items: center;
|
|
88
|
+
background: #f4f4f4;
|
|
89
|
+
justify-content: space-between;
|
|
90
|
+
padding: 0.9rem 1.2rem 0.9rem 1rem;
|
|
91
|
+
position: sticky;
|
|
92
|
+
top: 0;
|
|
93
|
+
z-index: 1;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
._back_7ufer_96 {
|
|
97
|
+
color: var(--_1073cm83);
|
|
98
|
+
font-size: 1rem;
|
|
99
|
+
font-weight: 700;
|
|
100
|
+
line-height: 1;
|
|
101
|
+
padding: 0;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
._close_7ufer_104 {
|
|
105
|
+
font-size: 1.3rem;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
._back_7ufer_96,
|
|
109
|
+
._close_7ufer_104 {
|
|
110
|
+
background: none;
|
|
111
|
+
border: none;
|
|
112
|
+
cursor: pointer;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
._levelContainer_7ufer_115 {
|
|
116
|
+
height: 100%;
|
|
117
|
+
position: relative;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
._level_7ufer_115 {
|
|
121
|
+
background: var(--_1073cm86);
|
|
122
|
+
color: var(--_1073cm85);
|
|
123
|
+
font-size: 0.9rem;
|
|
124
|
+
padding: 14px 1.2rem;
|
|
125
|
+
position: sticky;
|
|
126
|
+
top: 54.78px;
|
|
127
|
+
width: 100%;
|
|
128
|
+
z-index: 1;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
._levelTitle_7ufer_131 {
|
|
132
|
+
font: 700 0.9rem / 1.39 var(--main-font-family);
|
|
133
|
+
letter-spacing: 0.4px;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
._menu_7ufer_136 {
|
|
137
|
+
background-color: transparent;
|
|
138
|
+
list-style: none;
|
|
139
|
+
margin: 0;
|
|
140
|
+
min-height: 100%;
|
|
141
|
+
padding: 0 1.2rem;
|
|
142
|
+
position: relative;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
._menu_7ufer_136 li {
|
|
146
|
+
color: var(--_1073cm83);
|
|
147
|
+
font-family: var(--header-font-family);
|
|
148
|
+
font-weight: 500;
|
|
149
|
+
border-top: 1px solid #e9e9e9;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
._menuItem_7ufer_152 {
|
|
153
|
+
display: flex;
|
|
154
|
+
align-items: center;
|
|
155
|
+
background: none;
|
|
156
|
+
border: none;
|
|
157
|
+
color: inherit;
|
|
158
|
+
cursor: pointer;
|
|
159
|
+
font-size: 1rem;
|
|
160
|
+
justify-content: space-between;
|
|
161
|
+
padding: 0.75rem 0;
|
|
162
|
+
text-align: left;
|
|
163
|
+
text-decoration: none;
|
|
164
|
+
transition: background 0.2s ease;
|
|
165
|
+
width: 100%;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
._loginAccordion_7ufer_168 {
|
|
169
|
+
padding: 0;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
._loginAccordionList_7ufer_172 {
|
|
173
|
+
list-style: none;
|
|
174
|
+
margin: 0;
|
|
175
|
+
padding: 0;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
._loginAccordionGroup_7ufer_178 {
|
|
179
|
+
padding-block: 4px;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
._loginAccordionGroup_7ufer_178 + ._loginAccordionGroup_7ufer_178 {
|
|
183
|
+
margin-top: 2px;
|
|
184
|
+
position: relative;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
._loginAccordionGroup_7ufer_178:nth-child(4):is(:last-child) {
|
|
188
|
+
padding-top: 12px;
|
|
189
|
+
margin-top: 12px;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
._loginAccordionGroup_7ufer_178:nth-child(4):is(:last-child)::before {
|
|
193
|
+
content: "";
|
|
194
|
+
background-color: #8f8f8f;
|
|
195
|
+
height: 2px;
|
|
196
|
+
opacity: 0.3;
|
|
197
|
+
position: absolute;
|
|
198
|
+
right: 8px;
|
|
199
|
+
top: 0;
|
|
200
|
+
width: 94%;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
._loginAccordionGroup_7ufer_178:nth-child(4):is(:last-child) > span {
|
|
204
|
+
position: absolute;
|
|
205
|
+
border: 0;
|
|
206
|
+
clip: rect(0, 0, 0, 0);
|
|
207
|
+
height: 1px;
|
|
208
|
+
margin: -1px;
|
|
209
|
+
overflow: hidden;
|
|
210
|
+
padding: 0;
|
|
211
|
+
white-space: nowrap;
|
|
212
|
+
width: 1px;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
._loginAccordionHeading_7ufer_215 {
|
|
216
|
+
display: block;
|
|
217
|
+
font-family: var(--header-font-family);
|
|
218
|
+
font-weight: 700;
|
|
219
|
+
font-size: 18px;
|
|
220
|
+
line-height: 1.39;
|
|
221
|
+
|
|
222
|
+
padding: 0.35rem 0 0.2rem;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
._loginAccordionGroupList_7ufer_225 {
|
|
226
|
+
list-style: none;
|
|
227
|
+
margin: 0;
|
|
228
|
+
padding: 0 0 0 8px;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
._loginAccordionList_7ufer_172 li {
|
|
232
|
+
font-family: var(--header-font-family);
|
|
233
|
+
font-weight: 500;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
._loginAccordionList_7ufer_172 li li {
|
|
237
|
+
border-top: none;
|
|
238
|
+
color: #1e629a;
|
|
239
|
+
font-weight: 400;
|
|
240
|
+
padding-block: 3px;
|
|
241
|
+
font-family: var(--main-font-family);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
._loginAccordionList_7ufer_172 ._menuItem_7ufer_152 {
|
|
245
|
+
display: inline;
|
|
246
|
+
padding-block: 0px;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
._loginAccordionList_7ufer_172 ._menuItem_7ufer_152:hover {
|
|
250
|
+
opacity: 0.7;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
._loginAccordion_7ufer_168 > ._menuItem_7ufer_152 {
|
|
254
|
+
padding-block: 4px;
|
|
255
|
+
position: relative;
|
|
256
|
+
isolation: isolate;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
._loginAccordion_7ufer_168 > ._menuItem_7ufer_152::after {
|
|
260
|
+
content: "return to menu";
|
|
261
|
+
position: absolute;
|
|
262
|
+
right: 36px;
|
|
263
|
+
bottom: 50%;
|
|
264
|
+
font-size: 12px;
|
|
265
|
+
transform: translateY(50%);
|
|
266
|
+
letter-spacing: 0.5px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
._loginHeading_7ufer_269 {
|
|
270
|
+
font-family: var(--header-font-family);
|
|
271
|
+
font-size: 20px;
|
|
272
|
+
font-weight: 700;
|
|
273
|
+
line-height: 1;
|
|
274
|
+
display: flex;
|
|
275
|
+
align-items: center;
|
|
276
|
+
gap: 8px;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
._chevron_7ufer_279 {
|
|
280
|
+
font-size: 1.2rem;
|
|
281
|
+
margin-left: auto;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
._chevronIcon_7ufer_284 {
|
|
285
|
+
height: auto;
|
|
286
|
+
margin-right: 10px;
|
|
287
|
+
max-width: 8px;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
body:has(._drawer_7ufer_9) {
|
|
291
|
+
overflow-y: hidden;
|
|
292
|
+
position: relative;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
._quickLinks_7ufer_295 {
|
|
296
|
+
background-color: #e8f7ff;
|
|
297
|
+
bottom: 0;
|
|
298
|
+
box-shadow: 0 15px 10px -20px rgba(0, 0, 0, 0.45) inset;
|
|
299
|
+
gap: 8px;
|
|
300
|
+
margin-top: 9px;
|
|
301
|
+
padding: 1rem;
|
|
302
|
+
position: sticky;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
._quickLink_7ufer_295 {
|
|
306
|
+
display: flex;
|
|
307
|
+
align-items: center;
|
|
308
|
+
color: var(--_1073cm83);
|
|
309
|
+
flex-direction: column;
|
|
310
|
+
flex: 1 1 0%;
|
|
311
|
+
font-size: 0.8rem;
|
|
312
|
+
font-weight: 700;
|
|
313
|
+
gap: 8px;
|
|
314
|
+
line-height: 1.5;
|
|
315
|
+
text-decoration: none;
|
|
316
|
+
text-transform: uppercase;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
._sr_only_7ufer_319 {
|
|
320
|
+
position: absolute;
|
|
321
|
+
border: 0;
|
|
322
|
+
clip: rect(0, 0, 0, 0);
|
|
323
|
+
height: 1px;
|
|
324
|
+
margin: -1px;
|
|
325
|
+
overflow: hidden;
|
|
326
|
+
padding: 0;
|
|
327
|
+
white-space: nowrap;
|
|
328
|
+
width: 1px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
@media (max-width: 540px) {
|
|
332
|
+
._drawer_7ufer_9 {
|
|
333
|
+
border-radius: 0;
|
|
334
|
+
max-width: none;
|
|
335
|
+
width: 100%;
|
|
336
|
+
}
|
|
337
|
+
._menu_7ufer_136 li + li {
|
|
338
|
+
margin-top: 3px;
|
|
339
|
+
}
|
|
340
|
+
._menuItem_7ufer_152 {
|
|
341
|
+
font-size: 0.9rem;
|
|
342
|
+
padding: 0.65rem 0;
|
|
343
|
+
}
|
|
344
|
+
._loginAccordionOverlay_7ufer_344::before {
|
|
345
|
+
opacity: 0.1;
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
@media (min-width: 541px) {
|
|
350
|
+
._drawer_7ufer_9:has(._loginDrawerContent_7ufer_79) {
|
|
351
|
+
max-width: 345px;
|
|
352
|
+
}
|
|
353
|
+
}
|
package/dist/assets/globals.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@layer container;
|
|
1
2
|
* {
|
|
2
3
|
box-sizing: border-box;
|
|
3
4
|
margin: 0;
|
|
@@ -19,6 +20,7 @@ body {
|
|
|
19
20
|
}
|
|
20
21
|
p {
|
|
21
22
|
margin-bottom: 10px;
|
|
23
|
+
text-wrap: pretty;
|
|
22
24
|
}
|
|
23
25
|
li p, p:last-child, p:only-child {
|
|
24
26
|
margin-bottom: 0;
|
|
@@ -26,7 +28,6 @@ li p, p:last-child, p:only-child {
|
|
|
26
28
|
.containment {
|
|
27
29
|
box-sizing: border-box;
|
|
28
30
|
margin-inline: auto;
|
|
29
|
-
width: min(1200px, calc(100% - 4rem));
|
|
30
31
|
}
|
|
31
32
|
.section_spacer {
|
|
32
33
|
margin-top: 3.5rem;
|
|
@@ -151,11 +152,11 @@ h1, h2, h3, h4, h5, h6, es_font {
|
|
|
151
152
|
}
|
|
152
153
|
.header_3 {
|
|
153
154
|
font-size: 28px;
|
|
154
|
-
line-height:
|
|
155
|
+
line-height: 1.29;
|
|
155
156
|
}
|
|
156
157
|
.header_4 {
|
|
157
158
|
font-size: 20px;
|
|
158
|
-
line-height:
|
|
159
|
+
line-height: 1.4;
|
|
159
160
|
}
|
|
160
161
|
.gradient_text {
|
|
161
162
|
background: linear-gradient(3deg, #1E3860 14.64%, #1E3860 48.42%, #1E3860 85.36%);
|
|
@@ -172,7 +173,7 @@ h1, h2, h3, h4, h5, h6, es_font {
|
|
|
172
173
|
}
|
|
173
174
|
.list_item {
|
|
174
175
|
font-size: 1rem;
|
|
175
|
-
line-height: 1.
|
|
176
|
+
line-height: 1.5;
|
|
176
177
|
-webkit-box-align: start;
|
|
177
178
|
align-items: flex-start;
|
|
178
179
|
}
|
|
@@ -248,18 +249,32 @@ p:empty, ul:empty {
|
|
|
248
249
|
.margin_block {
|
|
249
250
|
margin: 1rem 0;
|
|
250
251
|
}
|
|
251
|
-
@
|
|
252
|
+
@layer container {
|
|
252
253
|
.containment {
|
|
253
|
-
width: min(
|
|
254
|
+
width: min(1200px, calc(100% - 4rem));
|
|
255
|
+
}
|
|
256
|
+
@media screen and (max-width: 1023px) {
|
|
257
|
+
.containment {
|
|
258
|
+
width: min(45rem, calc(100% - 4rem));
|
|
259
|
+
}
|
|
254
260
|
}
|
|
261
|
+
@media screen and (max-width: 768px) {
|
|
262
|
+
.containment {
|
|
263
|
+
width: min(33.75rem, calc(100% - 4rem));
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
@media screen and (max-width: 603px) {
|
|
267
|
+
.containment {
|
|
268
|
+
width: calc(100% - 2rem);
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
@media screen and (max-width: 1023px) {
|
|
255
273
|
.section_spacer {
|
|
256
274
|
margin-top: 42px;
|
|
257
275
|
}
|
|
258
276
|
}
|
|
259
277
|
@media screen and (max-width: 768px) {
|
|
260
|
-
.containment {
|
|
261
|
-
width: min(33.75rem, calc(100% - 4rem));
|
|
262
|
-
}
|
|
263
278
|
.section_spacer {
|
|
264
279
|
margin-top: 2rem;
|
|
265
280
|
}
|
|
@@ -267,11 +282,6 @@ p:empty, ul:empty {
|
|
|
267
282
|
padding: 32px 28px;
|
|
268
283
|
}
|
|
269
284
|
}
|
|
270
|
-
@media screen and (max-width: 603px) {
|
|
271
|
-
.containment {
|
|
272
|
-
width: calc(100% - 2rem);
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
285
|
@media screen and (max-width:1280px) {
|
|
276
286
|
.header_2 {
|
|
277
287
|
font-size: 2rem;
|