@axos-web-dev/shared-components 0.0.107 → 0.0.108
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 +4 -3
- package/dist/Accordion/Accordion.css.d.ts +9 -9
- package/dist/Blockquote/index.js +1 -2
- package/dist/Button/Button.js +4 -3
- package/dist/Calculators/Calculator.js +4 -3
- package/dist/Carousel/index.js +4 -3
- package/dist/Chevron/index.js +4 -3
- package/dist/Comparison/Comparison.js +4 -3
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +4 -3
- package/dist/Forms/ContactUsBusiness.js +4 -3
- package/dist/Forms/ContactUsNMLSId.js +4 -3
- package/dist/Forms/EmailOnly.js +4 -3
- package/dist/Forms/SalesforceFieldsForm.d.ts +1 -0
- package/dist/Forms/ScheduleCall.js +1 -4
- package/dist/Forms/SuccesForm.js +4 -3
- package/dist/Hyperlink/index.js +4 -3
- package/dist/ImageLink/ImageLink.js +4 -3
- package/dist/ImageLink/ImageLinkSet.js +4 -3
- package/dist/ImageLink/index.js +4 -3
- package/dist/Input/Checkbox.d.ts +1 -1
- package/dist/Input/InputProps.d.ts +0 -6
- package/dist/Insight/Featured/CategorySelector.css.d.ts +8 -0
- package/dist/Insight/Featured/CategorySelector.css.js +23 -0
- package/dist/Insight/Featured/CategorySelector.d.ts +13 -0
- package/dist/Insight/Featured/CategorySelector.js +157 -0
- package/dist/Insight/Featured/Featured.css.d.ts +13 -0
- package/dist/Insight/Featured/Featured.css.js +30 -0
- package/dist/Insight/Featured/Featured.d.ts +25 -0
- package/dist/Insight/Featured/Featured.js +179 -0
- package/dist/Insight/Featured/index.d.ts +3 -0
- package/dist/Insight/Featured/index.js +22 -0
- package/dist/Insight/index.d.ts +1 -0
- package/dist/Insight/index.js +22 -0
- package/dist/Modal/Modal.js +4 -3
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +5 -4
- package/dist/NavigationMenu/AxosBank/index.js +41 -103
- package/dist/NavigationMenu/AxosClearing/SubNavBar.js +5 -6
- package/dist/NavigationMenu/AxosClearing/index.js +17 -20
- package/dist/PageNavSet/PageNavSet.js +6 -1
- package/dist/SetContainer/SetContainer.js +4 -3
- package/dist/Table/Table.d.ts +13 -13
- package/dist/VideoTile/VideoInit.js +1 -2
- package/dist/VideoWrapper/index.js +0 -1
- package/dist/assets/Insight/Featured/CategorySelector.css +55 -0
- package/dist/assets/Insight/Featured/Featured.css +87 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +20 -0
- package/package.json +1 -1
- package/dist/Input/DatePicker.css.d.ts +0 -1
- package/dist/Input/DatePicker.css.js +0 -6
- package/dist/Input/Datepicker.d.ts +0 -3
- package/dist/Input/Datepicker.js +0 -47
- package/dist/Input/InputDate.css.d.ts +0 -6
- package/dist/Input/InputDate.css.js +0 -15
- package/dist/Input/InputDate.d.ts +0 -3
- package/dist/Input/InputDate.js +0 -47
- package/dist/assets/Input/DatePicker.css +0 -95
- package/dist/assets/Input/InputDate.css +0 -39
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
._13y9ptj0 {
|
|
2
|
+
padding: 24px 0;
|
|
3
|
+
}
|
|
4
|
+
._13y9ptj1 {
|
|
5
|
+
display: flex;
|
|
6
|
+
justify-content: space-between;
|
|
7
|
+
margin-bottom: 24px;
|
|
8
|
+
align-items: center;
|
|
9
|
+
}
|
|
10
|
+
._13y9ptj2 {
|
|
11
|
+
font-size: 24px;
|
|
12
|
+
color: var(--_1073cm83);
|
|
13
|
+
text-decoration: none;
|
|
14
|
+
font-family: var(--header-font-family);
|
|
15
|
+
text-transform: capitalize;
|
|
16
|
+
font-weight: 600;
|
|
17
|
+
}
|
|
18
|
+
._13y9ptj3 {
|
|
19
|
+
display: grid;
|
|
20
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
21
|
+
gap: 24px;
|
|
22
|
+
overflow: hidden;
|
|
23
|
+
}
|
|
24
|
+
._13y9ptj4 {
|
|
25
|
+
max-width: 370px;
|
|
26
|
+
grid-template-rows: 1fr 1fr;
|
|
27
|
+
}
|
|
28
|
+
._13y9ptj5 {
|
|
29
|
+
font-size: 28px;
|
|
30
|
+
padding-bottom: 10px;
|
|
31
|
+
-webkit-line-clamp: 4;
|
|
32
|
+
box-orient: vertical;
|
|
33
|
+
}
|
|
34
|
+
._13y9ptj6 {
|
|
35
|
+
padding: 24px;
|
|
36
|
+
color: #333D46;
|
|
37
|
+
font-family: var(--main-font-family);
|
|
38
|
+
min-height: 182px;
|
|
39
|
+
display: grid;
|
|
40
|
+
grid-template-rows: 120px 30px;
|
|
41
|
+
}
|
|
42
|
+
._13y9ptj7 {
|
|
43
|
+
aspect-ratio: 16 / 9;
|
|
44
|
+
}
|
|
45
|
+
@media screen and (max-width:1024px) {
|
|
46
|
+
._13y9ptj3 {
|
|
47
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
@media screen and (max-width:768px) {
|
|
51
|
+
._13y9ptj3 {
|
|
52
|
+
grid-template-columns: 1fr;
|
|
53
|
+
justify-items: center;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
._1sr2o6v0 {
|
|
2
|
+
min-height: 725px;
|
|
3
|
+
width: 100%;
|
|
4
|
+
padding: 48px 0;
|
|
5
|
+
}
|
|
6
|
+
._1sr2o6v1 {
|
|
7
|
+
color: #ffffff;
|
|
8
|
+
padding-bottom: 24px;
|
|
9
|
+
}
|
|
10
|
+
._1sr2o6v2 {
|
|
11
|
+
font-size: 14px;
|
|
12
|
+
}
|
|
13
|
+
._1sr2o6v3 {
|
|
14
|
+
display: grid;
|
|
15
|
+
grid-template-columns: 3fr 2fr;
|
|
16
|
+
min-height: 525px;
|
|
17
|
+
gap: 25px;
|
|
18
|
+
}
|
|
19
|
+
._1sr2o6v4 {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
justify-content: space-between;
|
|
23
|
+
}
|
|
24
|
+
._1sr2o6v5 {
|
|
25
|
+
flex: 1 1 100%;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
text-decoration: none;
|
|
28
|
+
}
|
|
29
|
+
._1sr2o6v6 {
|
|
30
|
+
margin-bottom: 8px;
|
|
31
|
+
}
|
|
32
|
+
._1sr2o6v7 {
|
|
33
|
+
margin: 38px 0;
|
|
34
|
+
color: #D4D4D4;
|
|
35
|
+
}
|
|
36
|
+
._1sr2o6v8 {
|
|
37
|
+
display: inline-block;
|
|
38
|
+
vertical-align: middle;
|
|
39
|
+
}
|
|
40
|
+
._1sr2o6v9 {
|
|
41
|
+
display: grid;
|
|
42
|
+
grid-template-rows: 65% 35%;
|
|
43
|
+
background: #ffffff;
|
|
44
|
+
border-radius: 16px;
|
|
45
|
+
height: 100%;
|
|
46
|
+
cursor: pointer;
|
|
47
|
+
border: 1px solid #D4D4D4;
|
|
48
|
+
text-decoration: none;
|
|
49
|
+
overflow: hidden;
|
|
50
|
+
max-height: 525px;
|
|
51
|
+
}
|
|
52
|
+
._1sr2o6va {
|
|
53
|
+
height: 100%;
|
|
54
|
+
object-fit: cover;
|
|
55
|
+
width: 100%;
|
|
56
|
+
}
|
|
57
|
+
._1sr2o6vb {
|
|
58
|
+
padding: 24px;
|
|
59
|
+
color: #333D46;
|
|
60
|
+
font-family: var(--main-font-family);
|
|
61
|
+
min-height: 170px;
|
|
62
|
+
}
|
|
63
|
+
._1sr2o6vc {
|
|
64
|
+
font-size: 40px;
|
|
65
|
+
line-height: 50px;
|
|
66
|
+
margin-bottom: 8px;
|
|
67
|
+
}
|
|
68
|
+
@media screen and (max-width:1024px) {
|
|
69
|
+
._1sr2o6v9 {
|
|
70
|
+
grid-template-rows: 2fr 1fr;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
@media screen and (max-width:768px) {
|
|
74
|
+
._1sr2o6v3 {
|
|
75
|
+
grid-template-columns: 1fr;
|
|
76
|
+
}
|
|
77
|
+
._1sr2o6v7 {
|
|
78
|
+
margin: 24px 0;
|
|
79
|
+
}
|
|
80
|
+
._1sr2o6v9 {
|
|
81
|
+
grid-template-rows: 1fr .5fr;
|
|
82
|
+
}
|
|
83
|
+
._1sr2o6vc {
|
|
84
|
+
font-size: 28px;
|
|
85
|
+
line-height: 36px;
|
|
86
|
+
}
|
|
87
|
+
}
|
package/dist/main.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ export * from './icons';
|
|
|
33
33
|
export * from './ImageBillboard';
|
|
34
34
|
export * from './ImageLink';
|
|
35
35
|
export * from './Input';
|
|
36
|
+
export * from './Insight';
|
|
36
37
|
export * from './Interstitial/Interstitial';
|
|
37
38
|
export * from './LandingPageHeader';
|
|
38
39
|
export * from './LoadingIndicator';
|
package/dist/main.js
CHANGED
|
@@ -107,6 +107,9 @@ import { container, helperText, iconContainer, iconContainerBase, iconInput, inp
|
|
|
107
107
|
import { InputAmount } from "./Input/InputAmount.js";
|
|
108
108
|
import { InputPhone } from "./Input/InputPhone.js";
|
|
109
109
|
import { InputTextArea } from "./Input/InputTextArea.js";
|
|
110
|
+
import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelector.js";
|
|
111
|
+
import { Featured, FeaturedItem } from "./Insight/Featured/Featured.js";
|
|
112
|
+
import { featured_center_vertical, featured_grid, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_divider, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title } from "./Insight/Featured/Featured.css.js";
|
|
110
113
|
import { Interstitial } from "./Interstitial/Interstitial.js";
|
|
111
114
|
import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
|
|
112
115
|
import { lp_container, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
|
|
@@ -185,6 +188,7 @@ export {
|
|
|
185
188
|
CallToActionBar,
|
|
186
189
|
Carousel,
|
|
187
190
|
CarouselSlide,
|
|
191
|
+
CategorySelector,
|
|
188
192
|
default5 as CheckCircle,
|
|
189
193
|
default6 as CheckCircleLight,
|
|
190
194
|
default7 as CheckIcon,
|
|
@@ -214,6 +218,8 @@ export {
|
|
|
214
218
|
ExecutiveBio,
|
|
215
219
|
ExecutiveBioSet,
|
|
216
220
|
FaqAccordion,
|
|
221
|
+
Featured,
|
|
222
|
+
FeaturedItem,
|
|
217
223
|
default13 as FollowIcon,
|
|
218
224
|
FooterContent,
|
|
219
225
|
FooterDisclosure,
|
|
@@ -233,6 +239,7 @@ export {
|
|
|
233
239
|
InputAmount,
|
|
234
240
|
InputPhone,
|
|
235
241
|
InputTextArea,
|
|
242
|
+
InsightItem,
|
|
236
243
|
Interstitial,
|
|
237
244
|
LandingPageHeader,
|
|
238
245
|
LoadingIndicator,
|
|
@@ -357,6 +364,19 @@ export {
|
|
|
357
364
|
expand_icon,
|
|
358
365
|
feature_header,
|
|
359
366
|
feature_title,
|
|
367
|
+
featured_center_vertical,
|
|
368
|
+
featured_grid,
|
|
369
|
+
featured_maingrid,
|
|
370
|
+
featured_maingrid_img,
|
|
371
|
+
featured_maingrid_item,
|
|
372
|
+
featured_maingrid_title,
|
|
373
|
+
featured_section,
|
|
374
|
+
featured_subgrid,
|
|
375
|
+
featured_subgrid_divider,
|
|
376
|
+
featured_subgrid_item,
|
|
377
|
+
featured_subgrid_title,
|
|
378
|
+
featured_supertag,
|
|
379
|
+
featured_title,
|
|
360
380
|
findMoreAxosDomains,
|
|
361
381
|
footerDisclosure,
|
|
362
382
|
footerLink,
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const datePicker: string;
|
package/dist/Input/Datepicker.js
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
-
import { useState } from "react";
|
|
4
|
-
import DatePicker from "react-date-picker";
|
|
5
|
-
import { wrapper, labelClassName, container, iconContainer, iconInput, helperText } from "./Input.css.js";
|
|
6
|
-
const DatePickerInput = (props) => {
|
|
7
|
-
const {
|
|
8
|
-
disabled,
|
|
9
|
-
label,
|
|
10
|
-
iconLeft,
|
|
11
|
-
iconRight,
|
|
12
|
-
sizes,
|
|
13
|
-
error = false,
|
|
14
|
-
helperText: helper,
|
|
15
|
-
variant
|
|
16
|
-
} = props;
|
|
17
|
-
const [value, onChange] = useState();
|
|
18
|
-
return /* @__PURE__ */ jsxs("div", { className: wrapper(), children: [
|
|
19
|
-
label && /* @__PURE__ */ jsx(
|
|
20
|
-
"label",
|
|
21
|
-
{
|
|
22
|
-
className: labelClassName({ error, variant }),
|
|
23
|
-
htmlFor: props.name,
|
|
24
|
-
children: label
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ jsxs("div", { className: container({ size: sizes, error }), children: [
|
|
28
|
-
iconLeft && /* @__PURE__ */ jsx("span", { className: iconContainer["left"], children: /* @__PURE__ */ jsx("div", { className: iconInput({ size: sizes }), children: iconLeft }) }),
|
|
29
|
-
/* @__PURE__ */ jsx(
|
|
30
|
-
DatePicker,
|
|
31
|
-
{
|
|
32
|
-
dayPlaceholder: "dd",
|
|
33
|
-
monthPlaceholder: "mm",
|
|
34
|
-
yearPlaceholder: "yyyy",
|
|
35
|
-
minDate: /* @__PURE__ */ new Date(),
|
|
36
|
-
onChange,
|
|
37
|
-
value
|
|
38
|
-
}
|
|
39
|
-
),
|
|
40
|
-
iconRight && /* @__PURE__ */ jsx("span", { className: iconContainer.right, children: /* @__PURE__ */ jsx("div", { className: iconInput({ size: sizes }), children: iconRight }) })
|
|
41
|
-
] }),
|
|
42
|
-
/* @__PURE__ */ jsx("span", { className: helperText({ disabled, error }), children: helper })
|
|
43
|
-
] });
|
|
44
|
-
};
|
|
45
|
-
export {
|
|
46
|
-
DatePickerInput
|
|
47
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
var calendarContainer = "skzved0";
|
|
3
|
-
var calendarIcon = "skzved1";
|
|
4
|
-
var inputDate = "skzved2";
|
|
5
|
-
var verticalCenter = "skzved3";
|
|
6
|
-
var calendar = "skzved4";
|
|
7
|
-
var headerCalendar = "skzved5";
|
|
8
|
-
export {
|
|
9
|
-
calendar,
|
|
10
|
-
calendarContainer,
|
|
11
|
-
calendarIcon,
|
|
12
|
-
headerCalendar,
|
|
13
|
-
inputDate,
|
|
14
|
-
verticalCenter
|
|
15
|
-
};
|
package/dist/Input/InputDate.js
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
-
import { useState } from "react";
|
|
4
|
-
import DatePicker from "react-date-picker";
|
|
5
|
-
import { wrapper, labelClassName, container, iconContainer, iconInput, helperText } from "./Input.css.js";
|
|
6
|
-
const InputDate = (props) => {
|
|
7
|
-
const {
|
|
8
|
-
disabled,
|
|
9
|
-
label,
|
|
10
|
-
iconLeft,
|
|
11
|
-
iconRight,
|
|
12
|
-
sizes,
|
|
13
|
-
error = false,
|
|
14
|
-
helperText: helper,
|
|
15
|
-
variant
|
|
16
|
-
} = props;
|
|
17
|
-
const [value, onChange] = useState();
|
|
18
|
-
return /* @__PURE__ */ jsxs("div", { className: wrapper(), children: [
|
|
19
|
-
label && /* @__PURE__ */ jsx(
|
|
20
|
-
"label",
|
|
21
|
-
{
|
|
22
|
-
className: labelClassName({ error, variant }),
|
|
23
|
-
htmlFor: props.name,
|
|
24
|
-
children: label
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ jsxs("div", { className: container({ size: sizes, error }), children: [
|
|
28
|
-
iconLeft && /* @__PURE__ */ jsx("span", { className: iconContainer["left"], children: /* @__PURE__ */ jsx("div", { className: iconInput({ size: sizes }), children: iconLeft }) }),
|
|
29
|
-
/* @__PURE__ */ jsx(
|
|
30
|
-
DatePicker,
|
|
31
|
-
{
|
|
32
|
-
dayPlaceholder: "dd",
|
|
33
|
-
monthPlaceholder: "mm",
|
|
34
|
-
yearPlaceholder: "yyyy",
|
|
35
|
-
minDate: /* @__PURE__ */ new Date(),
|
|
36
|
-
onChange,
|
|
37
|
-
value
|
|
38
|
-
}
|
|
39
|
-
),
|
|
40
|
-
iconRight && /* @__PURE__ */ jsx("span", { className: iconContainer.right, children: /* @__PURE__ */ jsx("div", { className: iconInput({ size: sizes }), children: iconRight }) })
|
|
41
|
-
] }),
|
|
42
|
-
/* @__PURE__ */ jsx("span", { className: helperText({ disabled, error }), children: helper })
|
|
43
|
-
] });
|
|
44
|
-
};
|
|
45
|
-
export {
|
|
46
|
-
InputDate
|
|
47
|
-
};
|
|
@@ -1,95 +0,0 @@
|
|
|
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
|
-
.react-date-picker__calendar {
|
|
75
|
-
max-width: 100% !important;
|
|
76
|
-
}
|
|
77
|
-
.react-date-picker__inputGroup__input:focus-visible {
|
|
78
|
-
outline: none;
|
|
79
|
-
}
|
|
80
|
-
.react-date-picker__inputGroup__input:invalid {
|
|
81
|
-
background: transparent !important;
|
|
82
|
-
}
|
|
83
|
-
@media screen and (max-width:320px) {
|
|
84
|
-
.react-calendar__month-view__weekdays__weekday {
|
|
85
|
-
width: 43.5px;
|
|
86
|
-
}
|
|
87
|
-
.react-calendar__month-view__days__day {
|
|
88
|
-
width: 43.5px;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
@media screen and (max-width:400px) {
|
|
92
|
-
.react-calendar__navigation .react-calendar__navigation__prev-button, .react-calendar__navigation .react-calendar__navigation__next-button {
|
|
93
|
-
min-width: auto;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
.skzved0 {
|
|
2
|
-
position: relative;
|
|
3
|
-
}
|
|
4
|
-
.skzved1 {
|
|
5
|
-
position: relative;
|
|
6
|
-
top: 5px;
|
|
7
|
-
left: 5px;
|
|
8
|
-
}
|
|
9
|
-
.skzved2 {
|
|
10
|
-
width: 100px;
|
|
11
|
-
padding-left: 5px;
|
|
12
|
-
padding-right: 5px;
|
|
13
|
-
line-height: 28px;
|
|
14
|
-
font-size: 14pt;
|
|
15
|
-
}
|
|
16
|
-
.skzved3 {
|
|
17
|
-
display: flex;
|
|
18
|
-
justify-content: center;
|
|
19
|
-
align-items: center;
|
|
20
|
-
}
|
|
21
|
-
.skzved4 {
|
|
22
|
-
display: block;
|
|
23
|
-
background: #FFFFFF;
|
|
24
|
-
width: 300px;
|
|
25
|
-
border: solid 1px #CCCCCC;
|
|
26
|
-
margin: 10px auto;
|
|
27
|
-
box-shadow: 0 0 15px 0 #C0C0C0;
|
|
28
|
-
font-size: 1.3rem;
|
|
29
|
-
text-align: center;
|
|
30
|
-
z-index: 999;
|
|
31
|
-
}
|
|
32
|
-
.skzved4 .skzved5 {
|
|
33
|
-
display: flex;
|
|
34
|
-
justify-content: center;
|
|
35
|
-
align-items: center;
|
|
36
|
-
color: #FFFFFF;
|
|
37
|
-
cursor: default;
|
|
38
|
-
font-weight: bold;
|
|
39
|
-
}
|