@axos-web-dev/shared-components 0.0.185 → 0.0.186
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 +34 -34
- package/dist/Accordion/Accordion.css.js +4 -4
- package/dist/Accordion/Accordion.js +3 -3
- package/dist/AlertBanner/AlertBanner.css.js +1 -1
- package/dist/AlertBanner/index.js +3 -3
- package/dist/Article/Article.css.js +4 -4
- package/dist/ArticlesSet/ArticlesSet.css.js +4 -4
- package/dist/AwardsBanner/AwardsBanner.css.js +1 -1
- package/dist/AwardsItem/AwardsItem.css.js +2 -2
- package/dist/BulletItem/BulletItem.css.js +2 -2
- package/dist/BulletItem/BulletItem.js +3 -3
- package/dist/Button/Button.css.js +4 -4
- package/dist/Button/Button.js +34 -34
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js +3 -3
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +3 -3
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +4 -4
- package/dist/Calculators/AxosOneCalculator/index.js +3 -3
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js +4 -4
- package/dist/Calculators/BalanceAPYCalculator/index.js +3 -3
- package/dist/Calculators/CalculateYourPayments/index.d.ts +0 -0
- package/dist/Calculators/CalculateYourPayments/index.js +1 -0
- package/dist/Calculators/Calculator.js +34 -34
- package/dist/Calculators/MarginTradingCalculator/MarginTradingCalculator.css.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +3 -3
- package/dist/Calculators/calculator.css.js +4 -4
- package/dist/CallToActionBar/CallToActionBar.css.js +3 -3
- package/dist/Carousel/Carousel.css.js +3 -3
- package/dist/Carousel/index.js +34 -34
- package/dist/Chevron/Chevron.css.js +4 -4
- package/dist/Chevron/index.js +34 -34
- package/dist/CollectInformationAlert/CollectInformationAlert.css.js +4 -4
- package/dist/CollectInformationAlert/index.js +3 -3
- package/dist/Comparison/Comparison.css.js +7 -7
- package/dist/Comparison/Comparison.js +33 -33
- package/dist/ContentBanner/ContentBanner.css.js +4 -4
- package/dist/DownloadTile/DownloadTile.css.js +3 -3
- package/dist/ExecutiveBio/ExecutiveBio.css.js +4 -4
- package/dist/FaqAccordion/FaqAccordion.css.js +4 -4
- package/dist/FaqAccordion/index.js +34 -34
- package/dist/FooterDisclosure/FooterDisclosure.css.js +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.css.js +4 -4
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +33 -33
- package/dist/Forms/ApplicationStart.js +3 -3
- package/dist/Forms/ClearingForm.js +3 -3
- package/dist/Forms/CommercialDeposits.js +3 -3
- package/dist/Forms/CommercialLending.js +3 -3
- package/dist/Forms/ContactCompany.js +3 -3
- package/dist/Forms/ContactUs.js +3 -3
- package/dist/Forms/ContactUsAAS.js +3 -3
- package/dist/Forms/ContactUsBusiness.js +34 -34
- package/dist/Forms/ContactUsNMLSId.js +34 -34
- package/dist/Forms/CpraRequest.js +3 -3
- package/dist/Forms/DealerServices.js +3 -3
- package/dist/Forms/EmailOnly.js +34 -34
- package/dist/Forms/EmailUs.js +3 -3
- package/dist/Forms/Forms.css.js +7 -7
- package/dist/Forms/MortgageRate/MortgageRateForm.js +34 -34
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +34 -34
- package/dist/Forms/QuickPricer/QuickPricerForm.js +3 -3
- package/dist/Forms/QuickPricer/QuickPricerResults.css.js +1 -1
- package/dist/Forms/QuickPricer/UserInformation.css.js +3 -3
- package/dist/Forms/ScheduleCall.js +3 -3
- package/dist/Forms/ScheduleCallPremier.js +3 -3
- package/dist/Forms/SuccesForm.js +35 -35
- package/dist/Forms/WcplSurvey.js +3 -3
- package/dist/HeroBanner/HeroBanner.css.js +5 -5
- package/dist/HeroBanner/LargeBanner.css.js +4 -4
- package/dist/HeroBanner/SelectionBanner.css.js +4 -4
- package/dist/Hyperlink/Hyperlink.css.js +1 -1
- package/dist/Hyperlink/index.js +34 -34
- package/dist/IconBillboard/IconBillboard.css.js +4 -4
- package/dist/ImageBillboard/ImageBillboard.css.js +4 -4
- package/dist/ImageBillboard/ImageBillboard.js +3 -3
- package/dist/ImageBillboard/ImageBillboardSet.js +3 -3
- package/dist/ImageLink/ImageLink.css.js +1 -1
- package/dist/ImageLink/ImageLink.js +34 -34
- package/dist/ImageLink/ImageLinkSet.js +34 -34
- package/dist/ImageLink/index.js +34 -34
- package/dist/Input/Checkbox.css.js +1 -1
- package/dist/Input/DatePicker.css.d.ts +1 -0
- package/dist/Input/DatePicker.css.js +6 -0
- package/dist/Input/DatePicker2.d.ts +21 -0
- package/dist/Input/DatePicker2.js +103 -0
- package/dist/Input/DatePickerComponents/DatePicker.d.ts +11 -0
- package/dist/Input/DatePickerComponents/DatePicker.js +13 -0
- package/dist/Input/DatePickerComponents/InputDate.d.ts +15 -0
- package/dist/Input/DatePickerComponents/InputDate.js +66 -0
- package/dist/Input/DatePickerComponents/index.d.ts +2 -0
- package/dist/Input/DatePickerComponents/index.js +6 -0
- package/dist/Input/Datepicker.d.ts +3 -0
- package/dist/Input/Datepicker.js +47 -0
- package/dist/Input/Dropdown.css.js +2 -2
- package/dist/Input/Input.css.js +4 -4
- package/dist/Input/InputDate.css.d.ts +6 -0
- package/dist/Input/InputDate.css.js +15 -0
- package/dist/Input/InputDate.d.ts +3 -0
- package/dist/Input/InputDate.js +47 -0
- package/dist/Input/RadioButton.css.js +1 -1
- package/dist/Inputs/Input.css.js +3 -3
- package/dist/Insight/Featured/CategorySelector.css.js +5 -5
- package/dist/Insight/Featured/CategorySelector.js +33 -33
- package/dist/Insight/Featured/Featured.css.js +2 -2
- package/dist/Insight/Featured/Featured.js +35 -35
- package/dist/Insight/Featured/Header.css.js +1 -1
- package/dist/Insight/Featured/Header.js +33 -33
- package/dist/Insight/Insight.css.js +2 -2
- package/dist/Interstitial/Interstitial-variants.css.js +4 -4
- package/dist/LandingPageHeader/LandingPageHeader.css.js +3 -3
- package/dist/LandingPageHeader/LandingPageHeader.js +3 -3
- package/dist/LoadingIndicator/LoadingIndicator.css.js +1 -1
- package/dist/Modal/Modal.css.js +3 -3
- package/dist/Modal/Modal.js +33 -33
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +3 -3
- package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.js +3 -3
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +3 -3
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +3 -3
- package/dist/NavigationMenu/AxosBank/NavBar.css.js +3 -3
- package/dist/NavigationMenu/AxosBank/NavData.js +34 -34
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +33 -33
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +3 -3
- package/dist/NavigationMenu/AxosBank/index.js +32 -32
- package/dist/NavigationMenu/AxosClearing/NavBar.css.js +1 -1
- package/dist/PageNavItem/PageNavItem.css.js +4 -4
- package/dist/PageNavSet/PageNavigationSet.css.js +1 -1
- package/dist/Pagination/Pagination.css.js +1 -1
- package/dist/Pagination/Pagination.js +3 -3
- package/dist/SecondaryFooter/SecondaryFooter.css.js +3 -3
- package/dist/SetContainer/SetContainer.css.js +3 -3
- package/dist/SetContainer/SetContainer.js +34 -34
- package/dist/SocialMediaBar/SocialMediaBar.css.js +1 -1
- package/dist/SocialMediaBar/iconsRepository.js +34 -34
- package/dist/StepItem/StepItem.css.js +3 -3
- package/dist/StepItemSet/StepItemSet.css.js +3 -3
- package/dist/Tab/Tab.css.js +3 -3
- package/dist/Table/Table.css.js +3 -3
- package/dist/Table/Table.js +3 -3
- package/dist/TextBlock/TextBlock.css.js +3 -3
- package/dist/TopicalNavItem/TopicalNavItem.css.js +1 -1
- package/dist/TopicalNavSet/TopicalNavSet.css.js +1 -1
- package/dist/Typography/Typography.css.js +1 -1
- package/dist/VideoTile/VideoTile.css.js +4 -4
- package/dist/VideoTile/VideoTile.js +3 -3
- package/dist/VideoWrapper/VideoWrapper.css.js +1 -1
- package/dist/VideoWrapper/index.js +33 -33
- package/dist/assets/Input/DatePicker.css +95 -0
- package/dist/assets/Input/InputDate.css +39 -0
- package/dist/assets/TextBlock/TextBlock.css +6 -0
- package/dist/assets/node_modules/react-date-range/dist/styles.css.css +194 -0
- package/dist/assets/node_modules/react-date-range/dist/theme/default.css.css +385 -0
- package/dist/globals.css.js +2 -2
- package/dist/icons/ArrowIcon/ArrowIcon.css.js +3 -3
- package/dist/icons/CalendarIcon/CalendarIcon.d.ts +3 -0
- package/dist/icons/CalendarIcon/CalendarIcon.js +17 -0
- package/dist/icons/CalendarIcon/index.d.ts +1 -0
- package/dist/icons/CalendarIcon/index.js +4 -0
- package/dist/icons/CheckIcon/CheckIcon.css.js +3 -3
- package/dist/icons/DownloadIcon/DownloadIcon.css.js +3 -3
- package/dist/icons/FollowIcon/FollowIcon.css.js +3 -3
- package/dist/icons/Star/Star.css.js +1 -1
- package/dist/index.css.js +3 -3
- package/dist/themes/axos.css.js +1 -1
- package/dist/themes/premier.css.js +2 -2
- package/dist/types/icon.d.ts +3 -0
- package/dist/types/icon.js +1 -0
- package/dist/types/popover.d.ts +8 -0
- package/dist/types/popover.js +1 -0
- package/dist/utils/allowedAxosDomains.js +2 -1
- package/dist/utils/constants/format.d.ts +1 -0
- package/dist/utils/constants/format.js +4 -0
- package/dist/utils/constants/popper.d.ts +6 -0
- package/dist/utils/constants/popper.js +10 -0
- package/dist/utils/hooks/usePopover.d.ts +25 -0
- package/dist/utils/hooks/usePopover.js +64 -0
- package/package.json +1 -1
|
@@ -4,10 +4,10 @@ import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
|
4
4
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
5
5
|
import SvgChevronDown from "../icons/ChevronDown.js";
|
|
6
6
|
import SvgChevronUp from "../icons/ChevronUp.js";
|
|
7
|
-
/* empty css
|
|
8
|
-
/* empty css
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
9
10
|
/* empty css */
|
|
10
|
-
/* empty css */
|
|
11
11
|
import ReactMarkdown from "react-markdown";
|
|
12
12
|
import { useToggle } from "react-use";
|
|
13
13
|
import { VideoInit } from "./VideoInit.js";
|
|
@@ -3,10 +3,10 @@ import "../Accordion/Accordion.js";
|
|
|
3
3
|
import "../Accordion/Accordion.css.js";
|
|
4
4
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
5
5
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
6
|
-
/* empty css
|
|
7
|
-
/* empty css
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
8
9
|
/* empty css */
|
|
9
|
-
/* empty css */
|
|
10
10
|
import { getVariant } from "../utils/getVariant.js";
|
|
11
11
|
import "react";
|
|
12
12
|
import "../Chevron/Chevron.css.js";
|
|
@@ -15,10 +15,10 @@ import "../Article/Article.css.js";
|
|
|
15
15
|
import { header_section } from "../IconBillboard/IconBillboard.css.js";
|
|
16
16
|
import "../utils/allowedAxosDomains.js";
|
|
17
17
|
import clsx from "clsx";
|
|
18
|
-
/* empty css
|
|
19
|
-
/* empty css
|
|
18
|
+
/* empty css */
|
|
19
|
+
/* empty css */
|
|
20
20
|
import "../Interstitial/Interstitial-variants.css.js";
|
|
21
|
-
/* empty css
|
|
21
|
+
/* empty css */
|
|
22
22
|
import "../Modal/contextApi/store.js";
|
|
23
23
|
import "../Button/Button.css.js";
|
|
24
24
|
import "react-use";
|
|
@@ -48,17 +48,17 @@ import "../Input/RadioButton.css.js";
|
|
|
48
48
|
import "../Input/Checkbox.css.js";
|
|
49
49
|
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
50
50
|
import "../Inputs/Input.css.js";
|
|
51
|
-
/* empty css
|
|
51
|
+
/* empty css */
|
|
52
52
|
import "../Hyperlink/Hyperlink.css.js";
|
|
53
|
-
/* empty css
|
|
53
|
+
/* empty css */
|
|
54
54
|
import "iframe-resizer";
|
|
55
|
-
/* empty css
|
|
55
|
+
/* empty css */
|
|
56
56
|
import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
|
|
57
|
+
/* empty css */
|
|
57
58
|
/* empty css */
|
|
58
|
-
/* empty css
|
|
59
|
-
/* empty css */
|
|
59
|
+
/* empty css */
|
|
60
60
|
import "../Carousel/index.js";
|
|
61
|
-
/* empty css
|
|
61
|
+
/* empty css */
|
|
62
62
|
import "../Comparison/Comparison.css.js";
|
|
63
63
|
import "../HeroBanner/HeroBanner.css.js";
|
|
64
64
|
import "../HeroBanner/LargeBanner.css.js";
|
|
@@ -67,43 +67,43 @@ import "../SetContainer/SetContainer.css.js";
|
|
|
67
67
|
import "../Tab/Tab.css.js";
|
|
68
68
|
import "../icons/Star/Star.css.js";
|
|
69
69
|
import "../ContentBanner/ContentBanner.css.js";
|
|
70
|
-
/* empty css
|
|
70
|
+
/* empty css */
|
|
71
71
|
import "../ExecutiveBio/ExecutiveBio.css.js";
|
|
72
72
|
import "../FaqAccordion/index.js";
|
|
73
73
|
import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
74
|
-
/* empty css
|
|
74
|
+
/* empty css */
|
|
75
75
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
76
|
-
/* empty css */
|
|
77
|
-
/* empty css */
|
|
78
|
-
/* empty css */
|
|
79
76
|
/* empty css */
|
|
80
|
-
/* empty css
|
|
77
|
+
/* empty css */
|
|
78
|
+
/* empty css */
|
|
79
|
+
/* empty css */
|
|
80
|
+
/* empty css */
|
|
81
81
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
82
|
-
/* empty css
|
|
83
|
-
/* empty css
|
|
84
|
-
/* empty css
|
|
85
|
-
/* empty css
|
|
86
|
-
/* empty css
|
|
82
|
+
/* empty css */
|
|
83
|
+
/* empty css */
|
|
84
|
+
/* empty css */
|
|
85
|
+
/* empty css */
|
|
86
|
+
/* empty css */
|
|
87
87
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
88
88
|
import "next/navigation.js";
|
|
89
89
|
import "next/image.js";
|
|
90
|
-
/* empty css
|
|
90
|
+
/* empty css */
|
|
91
91
|
import "next/link.js";
|
|
92
|
-
/* empty css
|
|
92
|
+
/* empty css */
|
|
93
93
|
import "../PageNavItem/PageNavItem.css.js";
|
|
94
94
|
import "react-slick";
|
|
95
|
-
/* empty css
|
|
96
|
-
/* empty css
|
|
97
|
-
/* empty css
|
|
98
|
-
/* empty css
|
|
95
|
+
/* empty css */
|
|
96
|
+
/* empty css */
|
|
97
|
+
/* empty css */
|
|
98
|
+
/* empty css */
|
|
99
99
|
import "../StepItem/StepItem.css.js";
|
|
100
100
|
import "../StepItemSet/StepItemSet.css.js";
|
|
101
|
-
/* empty css
|
|
102
|
-
/* empty css
|
|
103
|
-
/* empty css
|
|
101
|
+
/* empty css */
|
|
102
|
+
/* empty css */
|
|
103
|
+
/* empty css */
|
|
104
104
|
import "next/script.js";
|
|
105
105
|
import { VideoTile } from "../VideoTile/VideoTile.js";
|
|
106
|
-
/* empty css
|
|
106
|
+
/* empty css */
|
|
107
107
|
import { video_tile_set, grid_wrapper, grid_3, grid_2 } from "./VideoWrapper.css.js";
|
|
108
108
|
const VideoWrapper = ({
|
|
109
109
|
title,
|
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
}
|
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
main > div:nth-last-child(2) > ._16g7rvn0 {
|
|
16
16
|
margin-bottom: 3.5rem;
|
|
17
17
|
}
|
|
18
|
+
._16g7rvn0 li + li {
|
|
19
|
+
margin-top: 1em;
|
|
20
|
+
}
|
|
21
|
+
._16g7rvn0 li {
|
|
22
|
+
padding-left: 15px;
|
|
23
|
+
}
|
|
18
24
|
@media screen and (max-width: 1023px) {
|
|
19
25
|
main > div:nth-last-child(2) > ._16g7rvn0 {
|
|
20
26
|
margin-bottom: 42px;
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
.rdrCalendarWrapper {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
background: #ffffff;
|
|
4
|
+
display: inline-flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
-webkit-user-select: none;
|
|
7
|
+
-moz-user-select: none;
|
|
8
|
+
user-select: none;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.rdrDateDisplay{
|
|
12
|
+
display: flex;
|
|
13
|
+
justify-content: space-between;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.rdrDateDisplayItem{
|
|
17
|
+
flex: 1 1;
|
|
18
|
+
width: 0;
|
|
19
|
+
text-align: center;
|
|
20
|
+
color: inherit;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.rdrDateDisplayItem + .rdrDateDisplayItem{
|
|
24
|
+
margin-left: 0.833em;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.rdrDateDisplayItem input{
|
|
28
|
+
text-align: inherit
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.rdrDateDisplayItem input:disabled{
|
|
32
|
+
cursor: default;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.rdrDateDisplayItemActive{}
|
|
36
|
+
|
|
37
|
+
.rdrMonthAndYearWrapper {
|
|
38
|
+
box-sizing: inherit;
|
|
39
|
+
display: flex;
|
|
40
|
+
justify-content: space-between;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.rdrMonthAndYearPickers{
|
|
44
|
+
flex: 1 1 auto;
|
|
45
|
+
display: flex;
|
|
46
|
+
justify-content: center;
|
|
47
|
+
align-items: center;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.rdrMonthPicker{}
|
|
51
|
+
|
|
52
|
+
.rdrYearPicker{}
|
|
53
|
+
|
|
54
|
+
.rdrNextPrevButton {
|
|
55
|
+
box-sizing: inherit;
|
|
56
|
+
cursor: pointer;
|
|
57
|
+
outline: none;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.rdrPprevButton {}
|
|
61
|
+
|
|
62
|
+
.rdrNextButton {}
|
|
63
|
+
|
|
64
|
+
.rdrMonths{
|
|
65
|
+
display: flex;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.rdrMonthsVertical{
|
|
69
|
+
flex-direction: column;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.rdrMonthsHorizontal > div > div > div{
|
|
73
|
+
display: flex;
|
|
74
|
+
flex-direction: row;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.rdrMonth{
|
|
78
|
+
width: 27.667em;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.rdrWeekDays{
|
|
82
|
+
display: flex;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.rdrWeekDay {
|
|
86
|
+
flex-basis: calc(100% / 7);
|
|
87
|
+
box-sizing: inherit;
|
|
88
|
+
text-align: center;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.rdrDays{
|
|
92
|
+
display: flex;
|
|
93
|
+
flex-wrap: wrap;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.rdrDateDisplayWrapper{}
|
|
97
|
+
|
|
98
|
+
.rdrMonthName{}
|
|
99
|
+
|
|
100
|
+
.rdrInfiniteMonths{
|
|
101
|
+
overflow: auto;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.rdrDateRangeWrapper{
|
|
105
|
+
-webkit-user-select: none;
|
|
106
|
+
-moz-user-select: none;
|
|
107
|
+
user-select: none;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.rdrDateInput {
|
|
111
|
+
position: relative;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.rdrDateInput input {
|
|
115
|
+
outline: none;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.rdrDateInput .rdrWarning {
|
|
119
|
+
position: absolute;
|
|
120
|
+
font-size: 1.6em;
|
|
121
|
+
line-height: 1.6em;
|
|
122
|
+
top: 0;
|
|
123
|
+
right: .25em;
|
|
124
|
+
color: #FF0000;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.rdrDay {
|
|
128
|
+
box-sizing: inherit;
|
|
129
|
+
width: calc(100% / 7);
|
|
130
|
+
position: relative;
|
|
131
|
+
font: inherit;
|
|
132
|
+
cursor: pointer;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.rdrDayNumber {
|
|
136
|
+
display: block;
|
|
137
|
+
position: relative;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.rdrDayNumber span{
|
|
141
|
+
color: #1d2429;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.rdrDayDisabled {
|
|
145
|
+
cursor: not-allowed;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
@supports (-ms-ime-align: auto) {
|
|
149
|
+
.rdrDay {
|
|
150
|
+
flex-basis: 14.285% !important;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
|
|
155
|
+
pointer-events: none;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.rdrInRange{}
|
|
159
|
+
|
|
160
|
+
.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
|
|
161
|
+
pointer-events: none;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.rdrDayHovered{}
|
|
165
|
+
|
|
166
|
+
.rdrDayActive{}
|
|
167
|
+
|
|
168
|
+
.rdrDateRangePickerWrapper{
|
|
169
|
+
display: inline-flex;
|
|
170
|
+
-webkit-user-select: none;
|
|
171
|
+
-moz-user-select: none;
|
|
172
|
+
user-select: none;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.rdrDefinedRangesWrapper{}
|
|
176
|
+
|
|
177
|
+
.rdrStaticRanges{
|
|
178
|
+
display: flex;
|
|
179
|
+
flex-direction: column;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.rdrStaticRange{
|
|
183
|
+
font-size: inherit;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.rdrStaticRangeLabel{}
|
|
187
|
+
|
|
188
|
+
.rdrInputRanges{}
|
|
189
|
+
|
|
190
|
+
.rdrInputRange{
|
|
191
|
+
display: flex;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.rdrInputRangeInput{}
|