@axos-web-dev/shared-components 0.0.66 → 0.0.68
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/AwardsBanner/AwardsBanner.js +3 -3
- package/dist/AwardsItem/AwardsItem.js +13 -5
- package/dist/BulletItem/BulletItem.js +1 -1
- package/dist/Calculators/Calculator.js +7 -2
- package/dist/CallToActionBar/CallToActionBar.css.d.ts +1 -0
- package/dist/CallToActionBar/CallToActionBar.css.js +18 -16
- package/dist/CallToActionBar/index.js +24 -17
- package/dist/Carousel/index.js +7 -2
- package/dist/Chevron/index.js +7 -2
- package/dist/Comparison/Comparison.css.d.ts +42 -0
- package/dist/Comparison/Comparison.css.js +27 -0
- package/dist/Comparison/Comparison.d.ts +3 -0
- package/dist/Comparison/Comparison.interface.d.ts +24 -0
- package/dist/Comparison/Comparison.interface.js +1 -0
- package/dist/Comparison/Comparison.js +143 -0
- package/dist/Comparison/ComparisonSet.d.ts +3 -0
- package/dist/{Forms/RenderForm.js → Comparison/ComparisonSet.js} +112 -36
- package/dist/Comparison/index.d.ts +3 -0
- package/dist/Comparison/index.js +15 -0
- package/dist/DownloadTile/index.js +9 -7
- package/dist/ExecutiveBio/ExecutiveBio.js +5 -4
- package/dist/FaqAccordion/index.d.ts +6 -4
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -2
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +7 -1
- package/dist/Forms/CommercialLending.d.ts +15 -0
- package/dist/Forms/CommercialLending.js +288 -0
- package/dist/Forms/ContactCompany.d.ts +2 -17
- package/dist/Forms/ContactCompany.js +7 -1
- package/dist/Forms/ContactUs.d.ts +9 -0
- package/dist/Forms/ContactUs.js +181 -0
- package/dist/Forms/ContactUsAAS.d.ts +13 -0
- package/dist/Forms/ContactUsAAS.js +330 -0
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +14 -3
- package/dist/Forms/DealerServices.d.ts +2 -17
- package/dist/Forms/DealerServices.js +7 -1
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +7 -2
- package/dist/Forms/EmailUs.d.ts +7 -0
- package/dist/Forms/EmailUs.js +125 -0
- package/dist/Forms/FormEnums.d.ts +2 -0
- package/dist/Forms/FormEnums.js +18 -0
- package/dist/Forms/FormProps.d.ts +17 -0
- package/dist/Forms/FormProps.js +1 -0
- package/dist/Forms/Forms.css.d.ts +8 -0
- package/dist/Forms/Forms.css.js +12 -10
- package/dist/Forms/SalesforceFieldsForm.d.ts +12 -0
- package/dist/Forms/SalesforceFieldsForm.js +4 -1
- package/dist/Forms/ScheduleCall.d.ts +5 -18
- package/dist/Forms/ScheduleCall.js +65 -6
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +15 -2
- package/dist/Forms/SuccesForm.js +8 -3
- package/dist/Forms/WcplSurvey.d.ts +8 -0
- package/dist/Forms/WcplSurvey.js +194 -0
- package/dist/Forms/index.d.ts +9 -4
- package/dist/Forms/index.js +15 -7
- package/dist/Hyperlink/index.js +7 -2
- package/dist/IconBillboard/IconBillboard.css.d.ts +2 -0
- package/dist/ImageBillboard/ImageBillboardSet.js +1 -1
- package/dist/ImageLink/ImageLink.js +14 -9
- package/dist/ImageLink/ImageLinkSet.js +5 -0
- package/dist/ImageLink/index.js +7 -2
- package/dist/Input/Checkbox.d.ts +1 -1
- package/dist/Input/DatePicker.css.d.ts +1 -0
- package/dist/Input/DatePicker.css.js +6 -0
- package/dist/Input/Datepicker.d.ts +4 -0
- package/dist/Input/Datepicker.js +40 -0
- package/dist/Input/Input.d.ts +1 -12
- package/dist/Input/Input.js +3 -1
- package/dist/Input/InputProps.d.ts +9 -0
- package/dist/Input/RadioButton.css.d.ts +15 -0
- package/dist/Input/RadioButton.css.js +10 -0
- package/dist/Input/RadioButton.d.ts +5 -0
- package/dist/Input/RadioButton.js +50 -0
- package/dist/Input/index.d.ts +1 -0
- package/dist/LandingPageHeader/LandingPageHeader.js +2 -2
- package/dist/LandingPageHeader/index.d.ts +1 -0
- package/dist/LandingPageHeader/index.js +6 -1
- package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +16 -0
- package/dist/LoadingIndicator/LoadingIndicator.css.js +6 -0
- package/dist/LoadingIndicator/index.d.ts +10 -0
- package/dist/LoadingIndicator/index.js +20 -0
- package/dist/Modal/Modal.js +7 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +56 -53
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +15 -11
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +1 -1
- package/dist/SetContainer/SetContainer.css.d.ts +35 -0
- package/dist/SetContainer/SetContainer.css.js +10 -2
- package/dist/SetContainer/SetContainer.d.ts +6 -2
- package/dist/SetContainer/SetContainer.js +42 -19
- package/dist/SetContainer/index.js +6 -2
- package/dist/Tab/Tab.css.d.ts +37 -0
- package/dist/Tab/Tab.css.js +13 -0
- package/dist/Tab/Tab.d.ts +10 -0
- package/dist/Tab/Tab.js +25 -0
- package/dist/Tab/TabContainer.d.ts +5 -0
- package/dist/Tab/TabContainer.js +10 -0
- package/dist/Tab/index.d.ts +2 -0
- package/dist/Tab/index.js +6 -0
- package/dist/Table/Table.d.ts +2 -2
- package/dist/Table/Table.interface.d.ts +3 -1
- package/dist/Table/Table.js +11 -3
- package/dist/TopicalNavItem/TopicalNavItem.d.ts +1 -1
- package/dist/TopicalNavItem/TopicalNavItem.js +40 -31
- package/dist/TopicalNavSet/TopicalNavSet.js +5 -5
- package/dist/VideoTile/VideoTile.interface.d.ts +3 -0
- package/dist/VideoTile/VideoTile.js +3 -1
- package/dist/assets/CallToActionBar/CallToActionBar.css +35 -27
- package/dist/assets/Carousel/Carousel.css +2 -0
- package/dist/assets/Chevron/Chevron.css +1 -1
- package/dist/assets/Comparison/Comparison.css +141 -0
- package/dist/assets/Forms/Forms.css +46 -35
- package/dist/assets/IconBillboard/IconBillboard.css +4 -0
- package/dist/assets/Input/DatePicker.css +86 -0
- package/dist/assets/Input/Input.css +1 -0
- package/dist/assets/Input/RadioButton.css +31 -0
- package/dist/assets/LoadingIndicator/LoadingIndicator.css +27 -0
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +125 -117
- package/dist/assets/SetContainer/SetContainer.css +63 -5
- package/dist/assets/Tab/Tab.css +49 -0
- package/dist/assets/globals.css +6 -0
- package/dist/assets/icons/Star/Star.css +6 -0
- package/dist/icons/Logos/AAS.js +29 -26
- package/dist/icons/Logos/AFS.js +29 -26
- package/dist/icons/Logos/AXA.js +31 -28
- package/dist/icons/Logos/AXC.js +29 -26
- package/dist/icons/Logos/AXI.js +55 -52
- package/dist/icons/Logos/AXOS.js +30 -27
- package/dist/icons/Star/Star.css.d.ts +13 -0
- package/dist/icons/Star/Star.css.js +6 -0
- package/dist/icons/Star/index.d.ts +9 -0
- package/dist/icons/Star/index.js +26 -0
- package/dist/main.d.ts +5 -2
- package/dist/main.js +99 -63
- package/dist/utils/variant.types.d.ts +1 -0
- package/package.json +5 -3
- package/dist/Forms/RenderForm.d.ts +0 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes
|
|
1
|
+
@keyframes tfms6aq {
|
|
2
2
|
from {
|
|
3
3
|
stroke-dashoffset: 1;
|
|
4
4
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
opacity: 100;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
@keyframes
|
|
9
|
+
@keyframes tfms6ar {
|
|
10
10
|
0% {
|
|
11
11
|
stroke-dashoffset: -1000;
|
|
12
12
|
}
|
|
@@ -24,15 +24,19 @@
|
|
|
24
24
|
}
|
|
25
25
|
.tfms6a1 {
|
|
26
26
|
background: var(--_1073cm81);
|
|
27
|
+
color: var(--_1073cm82);
|
|
27
28
|
}
|
|
28
29
|
.tfms6a2 {
|
|
29
30
|
background: var(--_1073cm88);
|
|
31
|
+
color: var(--_1073cm89);
|
|
30
32
|
}
|
|
31
33
|
.tfms6a3 {
|
|
32
34
|
background: var(--_1073cm8f);
|
|
35
|
+
color: var(--_1073cm8g);
|
|
33
36
|
}
|
|
34
37
|
.tfms6a4 {
|
|
35
38
|
background: var(--_1073cm8m);
|
|
39
|
+
color: var(--_1073cm8g);
|
|
36
40
|
}
|
|
37
41
|
.tfms6a5 {
|
|
38
42
|
padding-bottom: 32px;
|
|
@@ -89,48 +93,52 @@
|
|
|
89
93
|
grid-template-columns: 1fr;
|
|
90
94
|
}
|
|
91
95
|
.tfms6ai {
|
|
96
|
+
grid-template-columns: 1fr 1fr;
|
|
97
|
+
}
|
|
98
|
+
.tfms6aj {
|
|
92
99
|
margin-top: 1.5rem;
|
|
93
100
|
text-align: center;
|
|
101
|
+
margin-inline: auto;
|
|
94
102
|
}
|
|
95
|
-
.
|
|
103
|
+
.tfms6ak {
|
|
96
104
|
margin-top: 16px;
|
|
97
105
|
}
|
|
98
|
-
.
|
|
106
|
+
.tfms6al {
|
|
99
107
|
color: var(--_1073cm82);
|
|
100
108
|
}
|
|
101
|
-
.
|
|
109
|
+
.tfms6am {
|
|
102
110
|
color: var(--_1073cm89);
|
|
103
111
|
}
|
|
104
|
-
.
|
|
112
|
+
.tfms6an {
|
|
105
113
|
color: var(--_1073cm8g);
|
|
106
114
|
}
|
|
107
|
-
.
|
|
115
|
+
.tfms6ao {
|
|
108
116
|
color: var(--_1073cm8n);
|
|
109
117
|
}
|
|
110
|
-
.
|
|
118
|
+
.tfms6ap {
|
|
111
119
|
max-width: 860px;
|
|
112
120
|
margin-inline: auto;
|
|
113
121
|
}
|
|
114
|
-
.
|
|
122
|
+
.tfms6as {
|
|
115
123
|
padding: 2.5rem 0;
|
|
116
124
|
}
|
|
117
|
-
.
|
|
125
|
+
.tfms6at {
|
|
118
126
|
color: var(--_1073cm83);
|
|
119
127
|
background: var(--_1073cm81);
|
|
120
128
|
}
|
|
121
|
-
.
|
|
129
|
+
.tfms6au {
|
|
122
130
|
color: var(--_1073cm8a);
|
|
123
131
|
background: var(--_1073cm88);
|
|
124
132
|
}
|
|
125
|
-
.
|
|
133
|
+
.tfms6av {
|
|
126
134
|
color: var(--_1073cm8g);
|
|
127
135
|
background: var(--_1073cm8f);
|
|
128
136
|
}
|
|
129
|
-
.
|
|
137
|
+
.tfms6aw {
|
|
130
138
|
color: var(--_1073cm8n);
|
|
131
139
|
background: var(--_1073cm8m);
|
|
132
140
|
}
|
|
133
|
-
.
|
|
141
|
+
.tfms6as h1 {
|
|
134
142
|
font-size: 43px;
|
|
135
143
|
font-weight: 600;
|
|
136
144
|
letter-spacing: 1px;
|
|
@@ -138,29 +146,29 @@
|
|
|
138
146
|
margin-bottom: 0.7rem;
|
|
139
147
|
font-family: var(--header-font-family);
|
|
140
148
|
}
|
|
141
|
-
.
|
|
149
|
+
.tfms6as p {
|
|
142
150
|
margin-bottom: 0;
|
|
143
151
|
}
|
|
144
|
-
.
|
|
152
|
+
.tfms6ax {
|
|
145
153
|
margin: 0 auto;
|
|
146
154
|
display: block;
|
|
147
155
|
}
|
|
148
|
-
.
|
|
156
|
+
.tfms6ay {
|
|
149
157
|
fill: none;
|
|
150
158
|
stroke: #faa74a;
|
|
151
159
|
stroke-width: 4;
|
|
152
160
|
stroke-dasharray: 100px;
|
|
153
161
|
stroke-dashoffset: 100;
|
|
154
|
-
animation:
|
|
162
|
+
animation: tfms6aq 0.5s ease-in-out forwards reverse;
|
|
155
163
|
-webkit-animation-delay: 0.7s;
|
|
156
164
|
}
|
|
157
|
-
.
|
|
165
|
+
.tfms6az {
|
|
158
166
|
fill: none;
|
|
159
167
|
stroke-width: 4;
|
|
160
168
|
stroke-dasharray: 1000px;
|
|
161
169
|
stroke-dashoffset: 1000;
|
|
162
|
-
-webkit-animation:
|
|
163
|
-
animation:
|
|
170
|
+
-webkit-animation: tfms6ar 0.8s ease-in-out forwards;
|
|
171
|
+
animation: tfms6ar 0.8s ease-in-out forwards;
|
|
164
172
|
-webkit-transform-origin: center;
|
|
165
173
|
-ms-transform-origin: center;
|
|
166
174
|
transform-origin: center;
|
|
@@ -168,37 +176,40 @@
|
|
|
168
176
|
-ms-transform: rotate(-40deg);
|
|
169
177
|
transform: rotate(-40deg);
|
|
170
178
|
}
|
|
171
|
-
.
|
|
179
|
+
.tfms6a10 {
|
|
172
180
|
stroke: var(--_1073cm83);
|
|
173
181
|
}
|
|
174
|
-
.
|
|
182
|
+
.tfms6a11 {
|
|
175
183
|
stroke: var(--_1073cm8a);
|
|
176
184
|
}
|
|
177
|
-
.
|
|
185
|
+
.tfms6a12 {
|
|
178
186
|
stroke: var(--_1073cm8g);
|
|
179
187
|
}
|
|
180
|
-
.
|
|
188
|
+
.tfms6a13 {
|
|
181
189
|
stroke: var(--_1073cm8n);
|
|
182
190
|
}
|
|
183
|
-
.
|
|
191
|
+
.tfms6a14 {
|
|
184
192
|
margin-top: 1rem;
|
|
185
193
|
}
|
|
186
|
-
.
|
|
194
|
+
.tfms6a15 {
|
|
187
195
|
color: var(--_1073cm82);
|
|
188
196
|
}
|
|
189
|
-
.
|
|
197
|
+
.tfms6a16 {
|
|
190
198
|
color: var(--_1073cm89);
|
|
191
199
|
}
|
|
192
|
-
.
|
|
200
|
+
.tfms6a17 {
|
|
193
201
|
color: var(--_1073cm8g);
|
|
194
202
|
}
|
|
195
|
-
.
|
|
203
|
+
.tfms6a18 {
|
|
196
204
|
color: var(--_1073cm8n);
|
|
197
205
|
}
|
|
198
|
-
.tfms6ac .
|
|
206
|
+
.tfms6ac .tfms6a19 {
|
|
199
207
|
grid-column-start: 1;
|
|
200
208
|
grid-column-end: 3;
|
|
201
209
|
}
|
|
210
|
+
.tfms6a1a {
|
|
211
|
+
grid-column: 1 / -1;
|
|
212
|
+
}
|
|
202
213
|
@media screen and (max-width:1023px) {
|
|
203
214
|
.tfms6a0 {
|
|
204
215
|
padding-inline: 0;
|
|
@@ -208,26 +219,26 @@
|
|
|
208
219
|
.tfms6ac {
|
|
209
220
|
grid-template-columns: 1fr;
|
|
210
221
|
}
|
|
211
|
-
.tfms6ac .
|
|
222
|
+
.tfms6ac .tfms6a19 {
|
|
212
223
|
grid-column-start: 1;
|
|
213
224
|
grid-column-end: 2;
|
|
214
225
|
}
|
|
215
226
|
}
|
|
216
227
|
@media screen and (max-width: 992px) {
|
|
217
|
-
.
|
|
228
|
+
.tfms6as h1 {
|
|
218
229
|
font-size: 37px;
|
|
219
230
|
line-height: 1.29;
|
|
220
231
|
margin-bottom: 0.4rem;
|
|
221
232
|
}
|
|
222
233
|
}
|
|
223
234
|
@media screen and (maxwidth: 767px) {
|
|
224
|
-
.
|
|
235
|
+
.tfms6as h1 {
|
|
225
236
|
font-size: 32px;
|
|
226
237
|
font-weight: 600;
|
|
227
238
|
margin-top: 0;
|
|
228
239
|
margin-bottom: 0.4rem;
|
|
229
240
|
}
|
|
230
|
-
.
|
|
241
|
+
.tfms6ax {
|
|
231
242
|
max-width: 69px;
|
|
232
243
|
}
|
|
233
244
|
}
|
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
._1r4ovbu1 {
|
|
10
10
|
background: var(--_1073cm81);
|
|
11
11
|
border: 1px solid #D4D4D4;
|
|
12
|
+
color: var(--_1073cm82);
|
|
12
13
|
}
|
|
13
14
|
._1r4ovbu2 {
|
|
14
15
|
background: var(--_1073cm88);
|
|
16
|
+
color: var(--_1073cm89);
|
|
15
17
|
}
|
|
16
18
|
._1r4ovbu3 {
|
|
17
19
|
background: var(--_1073cm8f);
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
flex-direction: column;
|
|
77
79
|
gap: 24px;
|
|
78
80
|
font-family: var(--main-font-family);
|
|
81
|
+
width: 100%;
|
|
79
82
|
}
|
|
80
83
|
._1r4ovbuf {
|
|
81
84
|
display: flex;
|
|
@@ -96,6 +99,7 @@
|
|
|
96
99
|
margin-top: auto;
|
|
97
100
|
gap: 24px;
|
|
98
101
|
flex-wrap: wrap;
|
|
102
|
+
align-items: center;
|
|
99
103
|
}
|
|
100
104
|
._1r4ovbui {
|
|
101
105
|
margin-inline: auto;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
.react-date-picker {
|
|
2
|
+
width: 100%;
|
|
3
|
+
}
|
|
4
|
+
.react-date-picker__wrapper {
|
|
5
|
+
border: none !important;
|
|
6
|
+
}
|
|
7
|
+
.react-calendar__month-view__weekdays__weekday {
|
|
8
|
+
width: 45px;
|
|
9
|
+
height: 22px;
|
|
10
|
+
margin: 0;
|
|
11
|
+
display: inline-flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
font-family: var(--main-font-family);
|
|
14
|
+
font-weight: 500;
|
|
15
|
+
letter-spacing: 0.2px;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
}
|
|
18
|
+
.react-calendar__month-view__weekdays__weekday {
|
|
19
|
+
font-size: 12px;
|
|
20
|
+
line-height: 16;
|
|
21
|
+
color: #2F5B88;
|
|
22
|
+
}
|
|
23
|
+
.react-calendar__month-view__weekdays__weekday > abbr {
|
|
24
|
+
text-decoration: none;
|
|
25
|
+
}
|
|
26
|
+
.react-calendar__month-view__days__day {
|
|
27
|
+
width: 49px;
|
|
28
|
+
height: 49px;
|
|
29
|
+
margin: 0;
|
|
30
|
+
display: inline-flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
justify-content: center;
|
|
33
|
+
}
|
|
34
|
+
.react-calendar__month-view__days__day > abbr {
|
|
35
|
+
font-family: var(--main-font-family) !important;
|
|
36
|
+
font-weight: 500;
|
|
37
|
+
letter-spacing: 0.2px;
|
|
38
|
+
color: #051A3F;
|
|
39
|
+
}
|
|
40
|
+
.react-date-picker__inputGroup__input, .react-date-picker__inputGroup__divider {
|
|
41
|
+
color: #5E6A74 !important;
|
|
42
|
+
}
|
|
43
|
+
.react-date-picker__clear-button {
|
|
44
|
+
display: none;
|
|
45
|
+
}
|
|
46
|
+
.react-calendar__navigation__label__labelText {
|
|
47
|
+
font-weight: 600;
|
|
48
|
+
font-size: 24px;
|
|
49
|
+
line-height: 36px;
|
|
50
|
+
letter-spacing: 0.2px;
|
|
51
|
+
color: #1E3860;
|
|
52
|
+
font-family: var(--header-font-family);
|
|
53
|
+
}
|
|
54
|
+
.react-datepicker-popper {
|
|
55
|
+
transform: translateY(40px)!important;
|
|
56
|
+
}
|
|
57
|
+
.react-calendar__month-view__days__day--neighboringMonth {
|
|
58
|
+
background-color: #F4F4F4 !important;
|
|
59
|
+
opacity: 50%;
|
|
60
|
+
}
|
|
61
|
+
.react-calendar__month-view__days__day--neighboringMonth > abbr {
|
|
62
|
+
color: #5E6A74;
|
|
63
|
+
}
|
|
64
|
+
.react-calendar__tile--active > abbr {
|
|
65
|
+
color: white;
|
|
66
|
+
}
|
|
67
|
+
.react-calendar {
|
|
68
|
+
border: 12px solid #FFFFFF4D !important;
|
|
69
|
+
border-radius: 4px;
|
|
70
|
+
}
|
|
71
|
+
.react-calendar__navigation__prev2-button, .react-calendar__navigation__next2-button {
|
|
72
|
+
display: none;
|
|
73
|
+
}
|
|
74
|
+
@media screen and (max-width:320px) {
|
|
75
|
+
.react-calendar__month-view__weekdays__weekday {
|
|
76
|
+
width: 43.5px;
|
|
77
|
+
}
|
|
78
|
+
.react-calendar__month-view__days__day {
|
|
79
|
+
width: 43.5px;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
@media screen and (max-width:400px) {
|
|
83
|
+
.react-calendar__navigation .react-calendar__navigation__prev-button, .react-calendar__navigation .react-calendar__navigation__next-button {
|
|
84
|
+
min-width: auto;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
._1gnyc3c0 {
|
|
2
|
+
display: flex;
|
|
3
|
+
border: none;
|
|
4
|
+
padding: 0 0 0 16px;
|
|
5
|
+
margin: 0;
|
|
6
|
+
}
|
|
7
|
+
._1gnyc3c1 {
|
|
8
|
+
flex-direction: row;
|
|
9
|
+
}
|
|
10
|
+
._1gnyc3c2 {
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
}
|
|
13
|
+
._1gnyc3c3 {
|
|
14
|
+
flex-direction: row;
|
|
15
|
+
}
|
|
16
|
+
._1gnyc3c4 {
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
border-width: 2px;
|
|
20
|
+
}
|
|
21
|
+
._1gnyc3c4:focus-within {
|
|
22
|
+
border-width: 2px;
|
|
23
|
+
font-weight: 500;
|
|
24
|
+
}
|
|
25
|
+
._1gnyc3c5 {
|
|
26
|
+
display: flex;
|
|
27
|
+
}
|
|
28
|
+
._1gnyc3c0 label {
|
|
29
|
+
margin-right: 1rem;
|
|
30
|
+
margin-left: 4px;
|
|
31
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@keyframes w7xgn40 {
|
|
2
|
+
0% {
|
|
3
|
+
transform: rotate(0deg);
|
|
4
|
+
}
|
|
5
|
+
100% {
|
|
6
|
+
transform: rotate(360deg);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
.w7xgn41 {
|
|
10
|
+
border: 12px solid #d6d6d6;
|
|
11
|
+
border-radius: 50%;
|
|
12
|
+
width: 50px;
|
|
13
|
+
height: 50px;
|
|
14
|
+
animation: w7xgn40 2s linear infinite;
|
|
15
|
+
}
|
|
16
|
+
.w7xgn42 {
|
|
17
|
+
border-top: 12px solid #213a63;
|
|
18
|
+
}
|
|
19
|
+
.w7xgn43 {
|
|
20
|
+
border-top: 12px solid #213a63;
|
|
21
|
+
}
|
|
22
|
+
.w7xgn44 {
|
|
23
|
+
border-top: 12px solid #faa74a;
|
|
24
|
+
}
|
|
25
|
+
.w7xgn45 {
|
|
26
|
+
border-top: 12px solid #faa74a;
|
|
27
|
+
}
|