@x-plat/design-system 0.1.5 → 0.2.1
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/{colors-BG91q_uV.d.cts → colors-DmMsWD7G.d.cts} +20 -4
- package/dist/{colors-BG91q_uV.d.ts → colors-DmMsWD7G.d.ts} +20 -4
- package/dist/components/Accordion/index.cjs +25 -14
- package/dist/components/Accordion/index.css +6 -6
- package/dist/components/Accordion/index.d.cts +16 -3
- package/dist/components/Accordion/index.d.ts +16 -3
- package/dist/components/Accordion/index.js +25 -14
- package/dist/components/Alert/index.cjs +1 -1
- package/dist/components/Alert/index.css +16 -16
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Avatar/index.cjs +1 -1
- package/dist/components/Avatar/index.css +3 -279
- package/dist/components/Avatar/index.d.cts +2 -118
- package/dist/components/Avatar/index.d.ts +2 -118
- package/dist/components/Avatar/index.js +1 -1
- package/dist/components/Badge/index.cjs +3 -2
- package/dist/components/Badge/index.css +23 -279
- package/dist/components/Badge/index.d.cts +4 -118
- package/dist/components/Badge/index.d.ts +4 -118
- package/dist/components/Badge/index.js +3 -2
- package/dist/components/Breadcrumb/index.cjs +1 -1
- package/dist/components/Breadcrumb/index.css +4 -4
- package/dist/components/Breadcrumb/index.js +1 -1
- package/dist/components/Button/index.cjs +3 -2
- package/dist/components/Button/index.css +26 -1214
- package/dist/components/Button/index.d.cts +4 -118
- package/dist/components/Button/index.d.ts +4 -118
- package/dist/components/Button/index.js +3 -2
- package/dist/components/Card/index.cjs +1 -1
- package/dist/components/Card/index.css +3 -3
- package/dist/components/Card/index.js +1 -1
- package/dist/components/CardTab/index.cjs +124 -0
- package/dist/components/CardTab/index.css +78 -0
- package/dist/components/CardTab/index.d.cts +44 -0
- package/dist/components/CardTab/index.d.ts +44 -0
- package/dist/components/CardTab/index.js +87 -0
- package/dist/components/Chart/index.cjs +14230 -37
- package/dist/components/Chart/index.js +14217 -33
- package/dist/components/CheckBox/index.cjs +3 -2
- package/dist/components/CheckBox/index.css +27 -563
- package/dist/components/CheckBox/index.d.cts +5 -119
- package/dist/components/CheckBox/index.d.ts +5 -119
- package/dist/components/CheckBox/index.js +3 -2
- package/dist/components/Chip/index.cjs +3 -2
- package/dist/components/Chip/index.css +21 -1209
- package/dist/components/Chip/index.d.cts +4 -118
- package/dist/components/Chip/index.d.ts +4 -118
- package/dist/components/Chip/index.js +3 -2
- package/dist/components/DatePicker/index.cjs +10772 -56
- package/dist/components/DatePicker/index.css +802 -1231
- package/dist/components/DatePicker/index.d.cts +3 -235
- package/dist/components/DatePicker/index.d.ts +3 -235
- package/dist/components/DatePicker/index.js +11004 -280
- package/dist/components/Divider/index.cjs +1 -1
- package/dist/components/Divider/index.css +2 -2
- package/dist/components/Divider/index.js +1 -1
- package/dist/components/Drawer/index.cjs +1 -1
- package/dist/components/Drawer/index.css +5 -5
- package/dist/components/Drawer/index.js +1 -1
- package/dist/components/Dropdown/index.cjs +1 -1
- package/dist/components/Dropdown/index.css +7 -7
- package/dist/components/Dropdown/index.js +1 -1
- package/dist/components/EmptyState/index.cjs +1 -1
- package/dist/components/EmptyState/index.css +3 -3
- package/dist/components/EmptyState/index.js +1 -1
- package/dist/components/FileUpload/index.cjs +1 -1
- package/dist/components/FileUpload/index.css +8 -8
- package/dist/components/FileUpload/index.js +1 -1
- package/dist/components/HtmlTypeWriter/index.css +1 -1
- package/dist/components/ImageSelector/index.css +9 -9
- package/dist/components/Input/index.cjs +3 -2
- package/dist/components/Input/index.css +21 -10
- package/dist/components/Input/index.d.cts +6 -2
- package/dist/components/Input/index.d.ts +6 -2
- package/dist/components/Input/index.js +3 -2
- package/dist/components/Modal/index.cjs +1 -1
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Pagination/index.cjs +3 -2
- package/dist/components/Pagination/index.css +33 -283
- package/dist/components/Pagination/index.d.cts +4 -118
- package/dist/components/Pagination/index.d.ts +4 -118
- package/dist/components/Pagination/index.js +3 -2
- package/dist/components/PopOver/index.cjs +1 -1
- package/dist/components/PopOver/index.js +1 -1
- package/dist/components/Progress/index.cjs +1 -1
- package/dist/components/Progress/index.css +3 -281
- package/dist/components/Progress/index.d.cts +2 -118
- package/dist/components/Progress/index.d.ts +2 -118
- package/dist/components/Progress/index.js +1 -1
- package/dist/components/Radio/index.cjs +4 -1
- package/dist/components/Radio/index.css +36 -747
- package/dist/components/Radio/index.d.cts +6 -119
- package/dist/components/Radio/index.d.ts +6 -119
- package/dist/components/Radio/index.js +4 -1
- package/dist/components/Select/index.cjs +4 -2
- package/dist/components/Select/index.css +38 -18
- package/dist/components/Select/index.d.cts +3 -0
- package/dist/components/Select/index.d.ts +3 -0
- package/dist/components/Select/index.js +4 -2
- package/dist/components/Skeleton/index.cjs +1 -1
- package/dist/components/Skeleton/index.css +1 -1
- package/dist/components/Skeleton/index.js +1 -1
- package/dist/components/Spinner/index.cjs +1 -1
- package/dist/components/Spinner/index.css +2 -280
- package/dist/components/Spinner/index.d.cts +2 -118
- package/dist/components/Spinner/index.d.ts +2 -118
- package/dist/components/Spinner/index.js +1 -1
- package/dist/components/Steps/index.cjs +1 -1
- package/dist/components/Steps/index.css +14 -846
- package/dist/components/Steps/index.d.cts +2 -118
- package/dist/components/Steps/index.d.ts +2 -118
- package/dist/components/Steps/index.js +1 -1
- package/dist/components/Swiper/index.cjs +5874 -18
- package/dist/components/Swiper/index.css +229 -0
- package/dist/components/Swiper/index.js +5863 -17
- package/dist/components/Switch/index.cjs +1 -1
- package/dist/components/Switch/index.css +9 -745
- package/dist/components/Switch/index.d.cts +2 -118
- package/dist/components/Switch/index.d.ts +2 -118
- package/dist/components/Switch/index.js +1 -1
- package/dist/components/Tab/index.cjs +3 -3
- package/dist/components/Tab/index.css +20 -9
- package/dist/components/Tab/index.d.cts +2 -0
- package/dist/components/Tab/index.d.ts +2 -0
- package/dist/components/Tab/index.js +3 -3
- package/dist/components/Table/index.cjs +1 -1
- package/dist/components/Table/index.css +47 -4003
- package/dist/components/Table/index.d.cts +2 -118
- package/dist/components/Table/index.d.ts +2 -118
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Tag/index.cjs +3 -2
- package/dist/components/Tag/index.css +27 -467
- package/dist/components/Tag/index.d.cts +4 -118
- package/dist/components/Tag/index.d.ts +4 -118
- package/dist/components/Tag/index.js +3 -2
- package/dist/components/TextArea/index.cjs +1 -1
- package/dist/components/TextArea/index.css +4 -4
- package/dist/components/TextArea/index.js +1 -1
- package/dist/components/Toast/index.cjs +1 -1
- package/dist/components/Toast/index.css +8 -8
- package/dist/components/Toast/index.js +1 -1
- package/dist/components/Tooltip/index.cjs +1 -1
- package/dist/components/Tooltip/index.css +4 -560
- package/dist/components/Tooltip/index.d.cts +2 -118
- package/dist/components/Tooltip/index.d.ts +2 -118
- package/dist/components/Tooltip/index.js +1 -1
- package/dist/components/Video/index.cjs +1 -1
- package/dist/components/Video/index.css +3 -3
- package/dist/components/Video/index.js +1 -1
- package/dist/components/index.cjs +25841 -842
- package/dist/components/index.css +1929 -12543
- package/dist/components/index.d.cts +2 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +25836 -841
- package/dist/index.cjs +25875 -876
- package/dist/index.css +2358 -12598
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +25878 -883
- package/dist/layout/Grid/FullGrid/index.cjs +1 -1
- package/dist/layout/Grid/FullGrid/index.js +1 -1
- package/dist/layout/Grid/FullScreen/index.cjs +1 -1
- package/dist/layout/Grid/FullScreen/index.js +1 -1
- package/dist/layout/Grid/Item/index.cjs +1 -1
- package/dist/layout/Grid/Item/index.js +1 -1
- package/dist/layout/Grid/index.cjs +1 -1
- package/dist/layout/Grid/index.js +1 -1
- package/dist/layout/Header/index.css +2 -2
- package/dist/layout/Layout/index.css +1 -1
- package/dist/layout/SideBar/index.cjs +1 -1
- package/dist/layout/SideBar/index.js +1 -1
- package/dist/layout/index.cjs +1 -1
- package/dist/layout/index.css +3 -3
- package/dist/layout/index.js +1 -1
- package/dist/tokens/index.d.cts +1 -1
- package/dist/tokens/index.d.ts +1 -1
- package/package.json +13 -12
- package/README.md +0 -123
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
|
|
1
3
|
/* src/components/Input/input.scss */
|
|
2
4
|
.lib-xplat-input-wrap {
|
|
3
5
|
display: flex;
|
|
@@ -7,16 +9,27 @@
|
|
|
7
9
|
.lib-xplat-input-wrap .lib-xplat-input {
|
|
8
10
|
display: flex;
|
|
9
11
|
align-items: center;
|
|
10
|
-
border: 1px solid
|
|
12
|
+
border: 1px solid var(--xplat-neutral-300);
|
|
11
13
|
border-radius: 0.5rem;
|
|
12
|
-
height: 2.5rem;
|
|
13
14
|
overflow: hidden;
|
|
14
|
-
background-color:
|
|
15
|
+
background-color: var(--xplat-white);
|
|
15
16
|
padding-right: 0.5rem;
|
|
16
17
|
width: 100%;
|
|
17
18
|
}
|
|
19
|
+
.lib-xplat-input-wrap .lib-xplat-input.sm {
|
|
20
|
+
height: 2rem;
|
|
21
|
+
font-size: 0.875rem;
|
|
22
|
+
}
|
|
23
|
+
.lib-xplat-input-wrap .lib-xplat-input.md {
|
|
24
|
+
height: 2.5rem;
|
|
25
|
+
font-size: 1rem;
|
|
26
|
+
}
|
|
27
|
+
.lib-xplat-input-wrap .lib-xplat-input.lg {
|
|
28
|
+
height: 3rem;
|
|
29
|
+
font-size: 1.125rem;
|
|
30
|
+
}
|
|
18
31
|
.lib-xplat-input-wrap .lib-xplat-input.disabled {
|
|
19
|
-
background-color:
|
|
32
|
+
background-color: var(--xplat-neutral-100);
|
|
20
33
|
cursor: not-allowed;
|
|
21
34
|
}
|
|
22
35
|
.lib-xplat-input-wrap .lib-xplat-input > input {
|
|
@@ -26,7 +39,7 @@
|
|
|
26
39
|
padding-left: 1rem;
|
|
27
40
|
padding-right: 0.5rem;
|
|
28
41
|
width: 100%;
|
|
29
|
-
color:
|
|
42
|
+
color: var(--xplat-neutral-700);
|
|
30
43
|
}
|
|
31
44
|
.lib-xplat-input-wrap .lib-xplat-input > input :disabled {
|
|
32
45
|
cursor: not-allowed;
|
|
@@ -36,7 +49,7 @@
|
|
|
36
49
|
align-items: center;
|
|
37
50
|
justify-content: center;
|
|
38
51
|
height: 100%;
|
|
39
|
-
color:
|
|
52
|
+
color: var(--xplat-neutral-400);
|
|
40
53
|
padding-right: 0.5rem;
|
|
41
54
|
}
|
|
42
55
|
.lib-xplat-input-wrap .lib-xplat-input > .suffix > .wrapper {
|
|
@@ -58,1340 +71,898 @@
|
|
|
58
71
|
user-select: none;
|
|
59
72
|
}
|
|
60
73
|
.lib-xplat-input-wrap .lib-xplat-input-validation-wrap > .lib-xplat-input-validation.default {
|
|
61
|
-
color:
|
|
74
|
+
color: var(--xplat-neutral-400);
|
|
62
75
|
}
|
|
63
76
|
.lib-xplat-input-wrap .lib-xplat-input-validation-wrap > .lib-xplat-input-validation.success {
|
|
64
|
-
color:
|
|
77
|
+
color: var(--xplat-green-600);
|
|
65
78
|
}
|
|
66
79
|
.lib-xplat-input-wrap .lib-xplat-input-validation-wrap > .lib-xplat-input-validation.warning {
|
|
67
|
-
color:
|
|
80
|
+
color: var(--xplat-yellow-600);
|
|
68
81
|
}
|
|
69
82
|
.lib-xplat-input-wrap .lib-xplat-input-validation-wrap > .lib-xplat-input-validation.error {
|
|
70
|
-
color:
|
|
83
|
+
color: var(--xplat-red-600);
|
|
71
84
|
}
|
|
72
85
|
.lib-xplat-input-wrap .lib-xplat-input-validation-wrap > .lib-xplat-input-validation > .icon {
|
|
73
86
|
font-size: 1rem;
|
|
74
87
|
}
|
|
75
88
|
|
|
76
|
-
/*
|
|
77
|
-
.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
.
|
|
81
|
-
border:
|
|
82
|
-
border-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
89
|
+
/* ../../node_modules/react-datepicker/dist/react-datepicker.css */
|
|
90
|
+
.react-datepicker__navigation-icon::before,
|
|
91
|
+
.react-datepicker__year-read-view--down-arrow,
|
|
92
|
+
.react-datepicker__month-read-view--down-arrow,
|
|
93
|
+
.react-datepicker__month-year-read-view--down-arrow {
|
|
94
|
+
border-color: #ccc;
|
|
95
|
+
border-style: solid;
|
|
96
|
+
border-width: 3px 3px 0 0;
|
|
97
|
+
content: "";
|
|
98
|
+
display: block;
|
|
99
|
+
height: 9px;
|
|
100
|
+
position: absolute;
|
|
101
|
+
top: 6px;
|
|
102
|
+
width: 9px;
|
|
103
|
+
}
|
|
104
|
+
.react-datepicker__sr-only {
|
|
105
|
+
position: absolute;
|
|
106
|
+
width: 1px;
|
|
107
|
+
height: 1px;
|
|
108
|
+
padding: 0;
|
|
109
|
+
margin: -1px;
|
|
110
|
+
overflow: hidden;
|
|
111
|
+
clip-path: inset(50%);
|
|
112
|
+
white-space: nowrap;
|
|
113
|
+
border: 0;
|
|
100
114
|
}
|
|
101
|
-
.
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
115
|
+
.react-datepicker-wrapper {
|
|
116
|
+
display: inline-block;
|
|
117
|
+
padding: 0;
|
|
118
|
+
border: 0;
|
|
119
|
+
}
|
|
120
|
+
.react-datepicker {
|
|
121
|
+
font-family:
|
|
122
|
+
"Helvetica Neue",
|
|
123
|
+
helvetica,
|
|
124
|
+
arial,
|
|
125
|
+
sans-serif;
|
|
126
|
+
font-size: 0.8rem;
|
|
127
|
+
background-color: #fff;
|
|
128
|
+
color: #000;
|
|
129
|
+
border: 1px solid #aeaeae;
|
|
130
|
+
border-radius: 0.3rem;
|
|
131
|
+
display: inline-block;
|
|
132
|
+
position: relative;
|
|
133
|
+
line-height: initial;
|
|
134
|
+
}
|
|
135
|
+
.react-datepicker--time-only .react-datepicker__time-container {
|
|
136
|
+
border-left: 0;
|
|
137
|
+
}
|
|
138
|
+
.react-datepicker--time-only .react-datepicker__time,
|
|
139
|
+
.react-datepicker--time-only .react-datepicker__time-box {
|
|
140
|
+
border-bottom-left-radius: 0.375em;
|
|
141
|
+
border-bottom-right-radius: 0.375em;
|
|
142
|
+
}
|
|
143
|
+
.react-datepicker-popper {
|
|
144
|
+
z-index: 1;
|
|
145
|
+
line-height: 0;
|
|
146
|
+
}
|
|
147
|
+
.react-datepicker-popper .react-datepicker__triangle {
|
|
148
|
+
stroke: #aeaeae;
|
|
149
|
+
}
|
|
150
|
+
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
|
|
151
|
+
fill: #f0f0f0;
|
|
152
|
+
color: #f0f0f0;
|
|
153
|
+
}
|
|
154
|
+
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
|
|
155
|
+
fill: #fff;
|
|
156
|
+
color: #fff;
|
|
157
|
+
}
|
|
158
|
+
.react-datepicker-popper--header-middle[data-placement^=bottom] .react-datepicker__triangle,
|
|
159
|
+
.react-datepicker-popper--header-bottom[data-placement^=bottom] .react-datepicker__triangle {
|
|
160
|
+
fill: #fff;
|
|
161
|
+
color: #fff;
|
|
162
|
+
}
|
|
163
|
+
.react-datepicker-popper--header-bottom[data-placement^=top] .react-datepicker__triangle {
|
|
164
|
+
fill: #f0f0f0;
|
|
165
|
+
color: #f0f0f0;
|
|
166
|
+
}
|
|
167
|
+
.react-datepicker__header {
|
|
168
|
+
text-align: center;
|
|
169
|
+
background-color: #f0f0f0;
|
|
170
|
+
border-bottom: 1px solid #aeaeae;
|
|
171
|
+
border-top-left-radius: 0.3rem;
|
|
172
|
+
padding: 8px 0;
|
|
173
|
+
position: relative;
|
|
105
174
|
}
|
|
106
|
-
.
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
175
|
+
.react-datepicker__header--time {
|
|
176
|
+
padding-bottom: 8px;
|
|
177
|
+
padding-left: 5px;
|
|
178
|
+
padding-right: 5px;
|
|
110
179
|
}
|
|
111
|
-
.
|
|
112
|
-
|
|
113
|
-
opacity: 1;
|
|
180
|
+
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
|
|
181
|
+
border-top-left-radius: 0;
|
|
114
182
|
}
|
|
115
|
-
.
|
|
116
|
-
|
|
183
|
+
.react-datepicker__header:not(.react-datepicker__header--has-time-select, .react-datepicker__header--middle, .react-datepicker__header--bottom) {
|
|
184
|
+
border-top-right-radius: 0.3rem;
|
|
117
185
|
}
|
|
118
|
-
.
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
186
|
+
.react-datepicker__header--middle {
|
|
187
|
+
border-top: 1px solid #aeaeae;
|
|
188
|
+
border-radius: 0;
|
|
189
|
+
margin-top: 4px;
|
|
122
190
|
}
|
|
123
|
-
.
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
191
|
+
.react-datepicker__header--bottom {
|
|
192
|
+
border-bottom: none;
|
|
193
|
+
border-top: 1px solid #aeaeae;
|
|
194
|
+
border-radius: 0 0 0.3rem 0.3rem;
|
|
127
195
|
}
|
|
128
|
-
.
|
|
129
|
-
|
|
130
|
-
border: none;
|
|
196
|
+
.react-datepicker__header-wrapper {
|
|
197
|
+
position: relative;
|
|
131
198
|
}
|
|
132
|
-
.
|
|
199
|
+
.react-datepicker__header-wrapper .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
|
|
200
|
+
right: 2px;
|
|
201
|
+
}
|
|
202
|
+
.react-datepicker__year-dropdown-container--select,
|
|
203
|
+
.react-datepicker__month-dropdown-container--select,
|
|
204
|
+
.react-datepicker__month-year-dropdown-container--select,
|
|
205
|
+
.react-datepicker__year-dropdown-container--scroll,
|
|
206
|
+
.react-datepicker__month-dropdown-container--scroll,
|
|
207
|
+
.react-datepicker__month-year-dropdown-container--scroll {
|
|
208
|
+
display: inline-block;
|
|
209
|
+
margin: 0 15px;
|
|
210
|
+
}
|
|
211
|
+
.react-datepicker__month-select,
|
|
212
|
+
.react-datepicker__year-select,
|
|
213
|
+
.react-datepicker__month-year-select {
|
|
214
|
+
background-color: transparent;
|
|
215
|
+
border: 1px solid #aeaeae;
|
|
216
|
+
border-radius: 0.3rem;
|
|
217
|
+
color: inherit;
|
|
218
|
+
cursor: pointer;
|
|
219
|
+
font-family: inherit;
|
|
220
|
+
font-size: inherit;
|
|
221
|
+
margin-top: 5px;
|
|
222
|
+
padding: 2px 5px;
|
|
223
|
+
}
|
|
224
|
+
.react-datepicker__month-select:focus-visible,
|
|
225
|
+
.react-datepicker__year-select:focus-visible,
|
|
226
|
+
.react-datepicker__month-year-select:focus-visible {
|
|
227
|
+
outline: auto 1px;
|
|
228
|
+
}
|
|
229
|
+
.react-datepicker__current-month,
|
|
230
|
+
.react-datepicker-time__header,
|
|
231
|
+
.react-datepicker-year-header {
|
|
232
|
+
margin-top: 0;
|
|
233
|
+
color: #000;
|
|
234
|
+
font-weight: bold;
|
|
235
|
+
font-size: 0.944rem;
|
|
236
|
+
}
|
|
237
|
+
h2.react-datepicker__current-month {
|
|
133
238
|
padding: 0;
|
|
239
|
+
margin: 0;
|
|
134
240
|
}
|
|
135
|
-
.
|
|
136
|
-
|
|
137
|
-
|
|
241
|
+
.react-datepicker-time__header {
|
|
242
|
+
text-overflow: ellipsis;
|
|
243
|
+
white-space: nowrap;
|
|
244
|
+
overflow: hidden;
|
|
138
245
|
}
|
|
139
|
-
.
|
|
140
|
-
display: flex;
|
|
141
|
-
justify-content: flex-end;
|
|
246
|
+
.react-datepicker__navigation {
|
|
142
247
|
align-items: center;
|
|
143
|
-
|
|
144
|
-
margin-top: 0.5rem;
|
|
145
|
-
margin-left: auto;
|
|
146
|
-
}
|
|
147
|
-
.lib-xplat-range-datepicker {
|
|
148
|
-
position: relative;
|
|
149
|
-
display: flex;
|
|
150
|
-
gap: 1.5rem;
|
|
151
|
-
flex-wrap: wrap;
|
|
152
|
-
}
|
|
153
|
-
.lib-xplat-range-datepicker .lib-xplat-range-datepicker-from,
|
|
154
|
-
.lib-xplat-range-datepicker .lib-xplat-range-datepicker-to {
|
|
248
|
+
background: none;
|
|
155
249
|
display: flex;
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
}
|
|
159
|
-
.lib-xplat-range-datepicker .lib-xplat-range-datepicker-label {
|
|
160
|
-
font-size: 0.75rem;
|
|
161
|
-
font-weight: 500;
|
|
162
|
-
color: #525252;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/* src/components/Button/button.scss */
|
|
166
|
-
.lib-xplat-button {
|
|
167
|
-
border-radius: 0.5rem;
|
|
168
|
-
padding: 0.5rem 1rem;
|
|
169
|
-
font-weight: 500;
|
|
170
|
-
font-size: 1rem;
|
|
250
|
+
justify-content: center;
|
|
251
|
+
text-align: center;
|
|
171
252
|
cursor: pointer;
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
color: #FFFFFF;
|
|
182
|
-
}
|
|
183
|
-
.lib-xplat-button.primary.xplat-red-50 {
|
|
184
|
-
background-color: #FFF0F0;
|
|
185
|
-
}
|
|
186
|
-
.lib-xplat-button.primary.xplat-red-50:hover {
|
|
187
|
-
background-color: hsl(0, 100%, 105.0588235294%);
|
|
188
|
-
}
|
|
189
|
-
.lib-xplat-button.primary.xplat-red-100 {
|
|
190
|
-
background-color: #FFDDDE;
|
|
191
|
-
}
|
|
192
|
-
.lib-xplat-button.primary.xplat-red-100:hover {
|
|
193
|
-
background-color: hsl(358.2352941176, 100%, 101.3333333333%);
|
|
194
|
-
}
|
|
195
|
-
.lib-xplat-button.primary.xplat-red-200 {
|
|
196
|
-
background-color: #FFC1C2;
|
|
197
|
-
}
|
|
198
|
-
.lib-xplat-button.primary.xplat-red-200:hover {
|
|
199
|
-
background-color: rgb(255, 152.2, 153.8580645161);
|
|
200
|
-
}
|
|
201
|
-
.lib-xplat-button.primary.xplat-red-300 {
|
|
202
|
-
background-color: #FF9698;
|
|
203
|
-
}
|
|
204
|
-
.lib-xplat-button.primary.xplat-red-300:hover {
|
|
205
|
-
background-color: rgb(255, 109.2, 111.9771428571);
|
|
206
|
-
}
|
|
207
|
-
.lib-xplat-button.primary.xplat-red-400 {
|
|
208
|
-
background-color: #FF5A5D;
|
|
209
|
-
}
|
|
210
|
-
.lib-xplat-button.primary.xplat-red-400:hover {
|
|
211
|
-
background-color: rgb(255, 141, 143.0727272727);
|
|
212
|
-
}
|
|
213
|
-
.lib-xplat-button.primary.xplat-red-500 {
|
|
214
|
-
background-color: #FF272B;
|
|
215
|
-
}
|
|
216
|
-
.lib-xplat-button.primary.xplat-red-500:hover {
|
|
217
|
-
background-color: rgb(255, 90, 93.0555555556);
|
|
218
|
-
}
|
|
219
|
-
.lib-xplat-button.primary.xplat-red-600 {
|
|
220
|
-
background-color: #F80409;
|
|
221
|
-
}
|
|
222
|
-
.lib-xplat-button.primary.xplat-red-600:hover {
|
|
223
|
-
background-color: rgb(251.7142857143, 51.2857142857, 55.3928571429);
|
|
224
|
-
}
|
|
225
|
-
.lib-xplat-button.primary.xplat-red-700 {
|
|
226
|
-
background-color: #D40105;
|
|
227
|
-
}
|
|
228
|
-
.lib-xplat-button.primary.xplat-red-700:hover {
|
|
229
|
-
background-color: rgb(253.8450704225, 10.1549295775, 14.7746478873);
|
|
230
|
-
}
|
|
231
|
-
.lib-xplat-button.primary.xplat-red-800 {
|
|
232
|
-
background-color: #AE0609;
|
|
233
|
-
}
|
|
234
|
-
.lib-xplat-button.primary.xplat-red-800:hover {
|
|
235
|
-
background-color: rgb(223.3, 7.7, 11.55);
|
|
236
|
-
}
|
|
237
|
-
.lib-xplat-button.primary.xplat-red-900 {
|
|
238
|
-
background-color: #900C0F;
|
|
239
|
-
}
|
|
240
|
-
.lib-xplat-button.primary.xplat-red-900:hover {
|
|
241
|
-
background-color: rgb(191.0769230769, 15.9230769231, 19.9038461538);
|
|
242
|
-
}
|
|
243
|
-
.lib-xplat-button.primary.xplat-green-50 {
|
|
244
|
-
background-color: #E5F6EA;
|
|
245
|
-
}
|
|
246
|
-
.lib-xplat-button.primary.xplat-green-50:hover {
|
|
247
|
-
background-color: hsl(137.6470588235, 48.5714285714%, 101.137254902%);
|
|
248
|
-
}
|
|
249
|
-
.lib-xplat-button.primary.xplat-green-100 {
|
|
250
|
-
background-color: #C1E7CC;
|
|
251
|
-
}
|
|
252
|
-
.lib-xplat-button.primary.xplat-green-100:hover {
|
|
253
|
-
background-color: rgb(222.4139534884, 242.3860465116, 228.1953488372);
|
|
254
|
-
}
|
|
255
|
-
.lib-xplat-button.primary.xplat-green-200 {
|
|
256
|
-
background-color: #98D8AC;
|
|
257
|
-
}
|
|
258
|
-
.lib-xplat-button.primary.xplat-green-200:hover {
|
|
259
|
-
background-color: rgb(122.4056338028, 204.7943661972, 148.1521126761);
|
|
260
|
-
}
|
|
261
|
-
.lib-xplat-button.primary.xplat-green-300 {
|
|
262
|
-
background-color: #6CCA8B;
|
|
263
|
-
}
|
|
264
|
-
.lib-xplat-button.primary.xplat-green-300:hover {
|
|
265
|
-
background-color: rgb(78.012, 191.188, 115.336);
|
|
266
|
-
}
|
|
267
|
-
.lib-xplat-button.primary.xplat-green-400 {
|
|
268
|
-
background-color: #47BE72;
|
|
269
|
-
}
|
|
270
|
-
.lib-xplat-button.primary.xplat-green-400:hover {
|
|
271
|
-
background-color: rgb(108.686746988, 203.313253012, 142.8795180723);
|
|
272
|
-
}
|
|
273
|
-
.lib-xplat-button.primary.xplat-green-500 {
|
|
274
|
-
background-color: #10B259;
|
|
275
|
-
}
|
|
276
|
-
.lib-xplat-button.primary.xplat-green-500:hover {
|
|
277
|
-
background-color: rgb(20.206185567, 224.793814433, 112.3969072165);
|
|
278
|
-
}
|
|
279
|
-
.lib-xplat-button.primary.xplat-green-600 {
|
|
280
|
-
background-color: #00A34F;
|
|
281
|
-
}
|
|
282
|
-
.lib-xplat-button.primary.xplat-green-600:hover {
|
|
283
|
-
background-color: rgb(0, 214, 103.717791411);
|
|
284
|
-
}
|
|
285
|
-
.lib-xplat-button.primary.xplat-green-700 {
|
|
286
|
-
background-color: #009143;
|
|
287
|
-
}
|
|
288
|
-
.lib-xplat-button.primary.xplat-green-700:hover {
|
|
289
|
-
background-color: rgb(0, 196, 90.5655172414);
|
|
290
|
-
}
|
|
291
|
-
.lib-xplat-button.primary.xplat-green-800 {
|
|
292
|
-
background-color: #007F38;
|
|
293
|
-
}
|
|
294
|
-
.lib-xplat-button.primary.xplat-green-800:hover {
|
|
295
|
-
background-color: rgb(0, 178, 78.4881889764);
|
|
296
|
-
}
|
|
297
|
-
.lib-xplat-button.primary.xplat-green-900 {
|
|
298
|
-
background-color: #006024;
|
|
299
|
-
}
|
|
300
|
-
.lib-xplat-button.primary.xplat-green-900:hover {
|
|
301
|
-
background-color: rgb(0, 147, 55.125);
|
|
302
|
-
}
|
|
303
|
-
.lib-xplat-button.primary.xplat-orange-50 {
|
|
304
|
-
background-color: #FFF8EC;
|
|
305
|
-
}
|
|
306
|
-
.lib-xplat-button.primary.xplat-orange-50:hover {
|
|
307
|
-
background-color: hsl(37.8947368421, 100%, 104.2745098039%);
|
|
308
|
-
}
|
|
309
|
-
.lib-xplat-button.primary.xplat-orange-100 {
|
|
310
|
-
background-color: #FFF0D3;
|
|
311
|
-
}
|
|
312
|
-
.lib-xplat-button.primary.xplat-orange-100:hover {
|
|
313
|
-
background-color: rgb(255, 253.9090909091, 251.8);
|
|
314
|
-
}
|
|
315
|
-
.lib-xplat-button.primary.xplat-orange-200 {
|
|
316
|
-
background-color: #FFDDA5;
|
|
317
|
-
}
|
|
318
|
-
.lib-xplat-button.primary.xplat-orange-200:hover {
|
|
319
|
-
background-color: rgb(255, 236.4133333333, 205.8);
|
|
320
|
-
}
|
|
321
|
-
.lib-xplat-button.primary.xplat-orange-300 {
|
|
322
|
-
background-color: #FFC46D;
|
|
323
|
-
}
|
|
324
|
-
.lib-xplat-button.primary.xplat-orange-300:hover {
|
|
325
|
-
background-color: rgb(255, 179.5123287671, 68.2);
|
|
326
|
-
}
|
|
327
|
-
.lib-xplat-button.primary.xplat-orange-400 {
|
|
328
|
-
background-color: #FF9F32;
|
|
329
|
-
}
|
|
330
|
-
.lib-xplat-button.primary.xplat-orange-400:hover {
|
|
331
|
-
background-color: rgb(255, 139.8936585366, 9.2);
|
|
332
|
-
}
|
|
333
|
-
.lib-xplat-button.primary.xplat-orange-500 {
|
|
334
|
-
background-color: #FF820A;
|
|
335
|
-
}
|
|
336
|
-
.lib-xplat-button.primary.xplat-orange-500:hover {
|
|
337
|
-
background-color: rgb(255, 156.0204081633, 61);
|
|
338
|
-
}
|
|
339
|
-
.lib-xplat-button.primary.xplat-orange-600 {
|
|
340
|
-
background-color: #FF6900;
|
|
341
|
-
}
|
|
342
|
-
.lib-xplat-button.primary.xplat-orange-600:hover {
|
|
343
|
-
background-color: #ff8733;
|
|
344
|
-
}
|
|
345
|
-
.lib-xplat-button.primary.xplat-orange-700 {
|
|
346
|
-
background-color: #CC4B02;
|
|
347
|
-
}
|
|
348
|
-
.lib-xplat-button.primary.xplat-orange-700:hover {
|
|
349
|
-
background-color: rgb(252.5436893204, 94.1116504854, 4.4563106796);
|
|
350
|
-
}
|
|
351
|
-
.lib-xplat-button.primary.xplat-orange-800 {
|
|
352
|
-
background-color: #A13A0B;
|
|
353
|
-
}
|
|
354
|
-
.lib-xplat-button.primary.xplat-orange-800:hover {
|
|
355
|
-
background-color: rgb(208.738372093, 75.1976744186, 14.261627907);
|
|
356
|
-
}
|
|
357
|
-
.lib-xplat-button.primary.xplat-orange-900 {
|
|
358
|
-
background-color: #82320C;
|
|
359
|
-
}
|
|
360
|
-
.lib-xplat-button.primary.xplat-orange-900:hover {
|
|
361
|
-
background-color: rgb(176.6901408451, 67.9577464789, 16.3098591549);
|
|
362
|
-
}
|
|
363
|
-
.lib-xplat-button.primary.xplat-yellow-50 {
|
|
364
|
-
background-color: #FFFDE7;
|
|
365
|
-
}
|
|
366
|
-
.lib-xplat-button.primary.xplat-yellow-50:hover {
|
|
367
|
-
background-color: hsl(55, 100%, 103.2941176471%);
|
|
368
|
-
}
|
|
369
|
-
.lib-xplat-button.primary.xplat-yellow-100 {
|
|
370
|
-
background-color: #FFFAC1;
|
|
371
|
-
}
|
|
372
|
-
.lib-xplat-button.primary.xplat-yellow-100:hover {
|
|
373
|
-
background-color: rgb(255, 253.2903225806, 233.8);
|
|
374
|
-
}
|
|
375
|
-
.lib-xplat-button.primary.xplat-yellow-200 {
|
|
376
|
-
background-color: #FFF186;
|
|
377
|
-
}
|
|
378
|
-
.lib-xplat-button.primary.xplat-yellow-200:hover {
|
|
379
|
-
background-color: rgb(255, 245.720661157, 174.8);
|
|
380
|
-
}
|
|
381
|
-
.lib-xplat-button.primary.xplat-yellow-300 {
|
|
382
|
-
background-color: #FFE041;
|
|
383
|
-
}
|
|
384
|
-
.lib-xplat-button.primary.xplat-yellow-300:hover {
|
|
385
|
-
background-color: rgb(255, 230.6568421053, 105.8);
|
|
386
|
-
}
|
|
387
|
-
.lib-xplat-button.primary.xplat-yellow-400 {
|
|
388
|
-
background-color: #FFCC0D;
|
|
389
|
-
}
|
|
390
|
-
.lib-xplat-button.primary.xplat-yellow-400:hover {
|
|
391
|
-
background-color: rgb(227.2, 179.3190082645, 0);
|
|
392
|
-
}
|
|
393
|
-
.lib-xplat-button.primary.xplat-yellow-500 {
|
|
394
|
-
background-color: #F0B100;
|
|
395
|
-
}
|
|
396
|
-
.lib-xplat-button.primary.xplat-yellow-500:hover {
|
|
397
|
-
background-color: rgb(199.2, 146.91, 0);
|
|
398
|
-
}
|
|
399
|
-
.lib-xplat-button.primary.xplat-yellow-600 {
|
|
400
|
-
background-color: #D18800;
|
|
401
|
-
}
|
|
402
|
-
.lib-xplat-button.primary.xplat-yellow-600:hover {
|
|
403
|
-
background-color: rgb(255, 167.6794258373, 5);
|
|
404
|
-
}
|
|
405
|
-
.lib-xplat-button.primary.xplat-yellow-700 {
|
|
406
|
-
background-color: #A66002;
|
|
407
|
-
}
|
|
408
|
-
.lib-xplat-button.primary.xplat-yellow-700:hover {
|
|
409
|
-
background-color: rgb(216.3928571429, 125.1428571429, 2.6071428571);
|
|
410
|
-
}
|
|
411
|
-
.lib-xplat-button.primary.xplat-yellow-800 {
|
|
412
|
-
background-color: #894B0A;
|
|
413
|
-
}
|
|
414
|
-
.lib-xplat-button.primary.xplat-yellow-800:hover {
|
|
415
|
-
background-color: rgb(184.5306122449, 101.0204081633, 13.4693877551);
|
|
416
|
-
}
|
|
417
|
-
.lib-xplat-button.primary.xplat-yellow-900 {
|
|
418
|
-
background-color: #743D0F;
|
|
419
|
-
}
|
|
420
|
-
.lib-xplat-button.primary.xplat-yellow-900:hover {
|
|
421
|
-
background-color: rgb(161.1603053435, 84.7480916031, 20.8396946565);
|
|
422
|
-
}
|
|
423
|
-
.lib-xplat-button.primary.xplat-blue-50 {
|
|
424
|
-
background-color: #F1F4FD;
|
|
425
|
-
}
|
|
426
|
-
.lib-xplat-button.primary.xplat-blue-50:hover {
|
|
427
|
-
background-color: hsl(225, 75%, 104.862745098%);
|
|
428
|
-
}
|
|
429
|
-
.lib-xplat-button.primary.xplat-blue-100 {
|
|
430
|
-
background-color: #DFE7FA;
|
|
431
|
-
}
|
|
432
|
-
.lib-xplat-button.primary.xplat-blue-100:hover {
|
|
433
|
-
background-color: hsl(222.2222222222, 72.972972973%, 100.7450980392%);
|
|
434
|
-
}
|
|
435
|
-
.lib-xplat-button.primary.xplat-blue-200 {
|
|
436
|
-
background-color: #C5D4F8;
|
|
437
|
-
}
|
|
438
|
-
.lib-xplat-button.primary.xplat-blue-200:hover {
|
|
439
|
-
background-color: rgb(160.5938461538, 185.0092307692, 243.6061538462);
|
|
440
|
-
}
|
|
441
|
-
.lib-xplat-button.primary.xplat-blue-300 {
|
|
442
|
-
background-color: #9EB8F2;
|
|
443
|
-
}
|
|
444
|
-
.lib-xplat-button.primary.xplat-blue-300:hover {
|
|
445
|
-
background-color: rgb(122.0218181818, 157.6654545455, 237.1781818182);
|
|
446
|
-
}
|
|
447
|
-
.lib-xplat-button.primary.xplat-blue-400 {
|
|
448
|
-
background-color: #7093EA;
|
|
449
|
-
}
|
|
450
|
-
.lib-xplat-button.primary.xplat-blue-400:hover {
|
|
451
|
-
background-color: rgb(156.4695121951, 180.5853658537, 240.5304878049);
|
|
452
|
-
}
|
|
453
|
-
.lib-xplat-button.primary.xplat-blue-500 {
|
|
454
|
-
background-color: #4D6DE3;
|
|
455
|
-
}
|
|
456
|
-
.lib-xplat-button.primary.xplat-blue-500:hover {
|
|
457
|
-
background-color: rgb(121.067961165, 145.145631068, 233.932038835);
|
|
458
|
-
}
|
|
459
|
-
.lib-xplat-button.primary.xplat-blue-600 {
|
|
460
|
-
background-color: #3950D7;
|
|
461
|
-
}
|
|
462
|
-
.lib-xplat-button.primary.xplat-blue-600:hover {
|
|
463
|
-
background-color: rgb(99.4285714286, 117.5, 223.5714285714);
|
|
464
|
-
}
|
|
465
|
-
.lib-xplat-button.primary.xplat-blue-700 {
|
|
466
|
-
background-color: #303EC5;
|
|
467
|
-
}
|
|
468
|
-
.lib-xplat-button.primary.xplat-blue-700:hover {
|
|
469
|
-
background-color: rgb(82.9265306122, 95.1551020408, 213.0734693878);
|
|
470
|
-
}
|
|
471
|
-
.lib-xplat-button.primary.xplat-blue-800 {
|
|
472
|
-
background-color: #2D35A0;
|
|
473
|
-
}
|
|
474
|
-
.lib-xplat-button.primary.xplat-blue-800:hover {
|
|
475
|
-
background-color: rgb(56.756097561, 66.6682926829, 199.243902439);
|
|
476
|
-
}
|
|
477
|
-
.lib-xplat-button.primary.xplat-blue-900 {
|
|
478
|
-
background-color: #29317F;
|
|
479
|
-
}
|
|
480
|
-
.lib-xplat-button.primary.xplat-blue-900:hover {
|
|
481
|
-
background-color: rgb(65.8607142857, 77.775, 193.9392857143);
|
|
482
|
-
}
|
|
483
|
-
.lib-xplat-button.primary.xplat-lightblue-50 {
|
|
484
|
-
background-color: #EEFAFF;
|
|
485
|
-
}
|
|
486
|
-
.lib-xplat-button.primary.xplat-lightblue-50:hover {
|
|
487
|
-
background-color: hsl(197.6470588235, 100%, 104.6666666667%);
|
|
488
|
-
}
|
|
489
|
-
.lib-xplat-button.primary.xplat-lightblue-100 {
|
|
490
|
-
background-color: #D9F4FF;
|
|
491
|
-
}
|
|
492
|
-
.lib-xplat-button.primary.xplat-lightblue-100:hover {
|
|
493
|
-
background-color: hsl(197.3684210526, 100%, 100.5490196078%);
|
|
494
|
-
}
|
|
495
|
-
.lib-xplat-button.primary.xplat-lightblue-200 {
|
|
496
|
-
background-color: #BBEDFF;
|
|
497
|
-
}
|
|
498
|
-
.lib-xplat-button.primary.xplat-lightblue-200:hover {
|
|
499
|
-
background-color: rgb(227.8, 247.8, 255);
|
|
253
|
+
position: absolute;
|
|
254
|
+
top: 2px;
|
|
255
|
+
padding: 0;
|
|
256
|
+
border: none;
|
|
257
|
+
z-index: 1;
|
|
258
|
+
height: 32px;
|
|
259
|
+
width: 32px;
|
|
260
|
+
text-indent: -999em;
|
|
261
|
+
overflow: hidden;
|
|
500
262
|
}
|
|
501
|
-
.
|
|
502
|
-
|
|
263
|
+
.react-datepicker__navigation--previous {
|
|
264
|
+
left: 2px;
|
|
503
265
|
}
|
|
504
|
-
.
|
|
505
|
-
|
|
266
|
+
.react-datepicker__navigation--next {
|
|
267
|
+
right: 2px;
|
|
506
268
|
}
|
|
507
|
-
.
|
|
508
|
-
|
|
269
|
+
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
|
|
270
|
+
right: 85px;
|
|
509
271
|
}
|
|
510
|
-
.
|
|
511
|
-
|
|
272
|
+
.react-datepicker__navigation--years {
|
|
273
|
+
position: relative;
|
|
274
|
+
top: 0;
|
|
275
|
+
display: block;
|
|
276
|
+
margin-left: auto;
|
|
277
|
+
margin-right: auto;
|
|
512
278
|
}
|
|
513
|
-
.
|
|
514
|
-
|
|
279
|
+
.react-datepicker__navigation--years-previous {
|
|
280
|
+
top: 4px;
|
|
515
281
|
}
|
|
516
|
-
.
|
|
517
|
-
|
|
282
|
+
.react-datepicker__navigation--years-upcoming {
|
|
283
|
+
top: -4px;
|
|
518
284
|
}
|
|
519
|
-
.
|
|
520
|
-
|
|
285
|
+
.react-datepicker__navigation:hover *::before {
|
|
286
|
+
border-color: rgb(165.75, 165.75, 165.75);
|
|
521
287
|
}
|
|
522
|
-
.
|
|
523
|
-
|
|
288
|
+
.react-datepicker__navigation-icon {
|
|
289
|
+
position: relative;
|
|
290
|
+
top: -1px;
|
|
291
|
+
font-size: 20px;
|
|
292
|
+
width: 0;
|
|
524
293
|
}
|
|
525
|
-
.
|
|
526
|
-
|
|
294
|
+
.react-datepicker__navigation-icon--next {
|
|
295
|
+
left: -2px;
|
|
527
296
|
}
|
|
528
|
-
.
|
|
529
|
-
|
|
297
|
+
.react-datepicker__navigation-icon--next::before {
|
|
298
|
+
transform: rotate(45deg);
|
|
299
|
+
left: -7px;
|
|
530
300
|
}
|
|
531
|
-
.
|
|
532
|
-
|
|
301
|
+
.react-datepicker__navigation-icon--previous {
|
|
302
|
+
right: -2px;
|
|
533
303
|
}
|
|
534
|
-
.
|
|
535
|
-
|
|
304
|
+
.react-datepicker__navigation-icon--previous::before {
|
|
305
|
+
transform: rotate(225deg);
|
|
306
|
+
right: -7px;
|
|
536
307
|
}
|
|
537
|
-
.
|
|
538
|
-
|
|
308
|
+
.react-datepicker__month-container {
|
|
309
|
+
float: left;
|
|
539
310
|
}
|
|
540
|
-
.
|
|
541
|
-
|
|
311
|
+
.react-datepicker__year {
|
|
312
|
+
margin: 0.5em;
|
|
313
|
+
text-align: center;
|
|
542
314
|
}
|
|
543
|
-
.
|
|
544
|
-
|
|
315
|
+
.react-datepicker__year-wrapper {
|
|
316
|
+
display: flex;
|
|
317
|
+
flex-wrap: wrap;
|
|
318
|
+
max-width: 180px;
|
|
545
319
|
}
|
|
546
|
-
.
|
|
547
|
-
|
|
320
|
+
.react-datepicker__year .react-datepicker__year-text {
|
|
321
|
+
display: inline-block;
|
|
322
|
+
width: 5em;
|
|
323
|
+
margin: 2px;
|
|
548
324
|
}
|
|
549
|
-
.
|
|
550
|
-
|
|
325
|
+
.react-datepicker__month {
|
|
326
|
+
margin: 0.5em;
|
|
327
|
+
text-align: center;
|
|
551
328
|
}
|
|
552
|
-
.
|
|
553
|
-
|
|
329
|
+
.react-datepicker__month .react-datepicker__month-text,
|
|
330
|
+
.react-datepicker__month .react-datepicker__quarter-text {
|
|
331
|
+
display: inline-block;
|
|
332
|
+
width: 5em;
|
|
333
|
+
margin: 2px;
|
|
554
334
|
}
|
|
555
|
-
.
|
|
556
|
-
|
|
335
|
+
.react-datepicker__input-time-container {
|
|
336
|
+
clear: both;
|
|
337
|
+
width: 100%;
|
|
338
|
+
float: left;
|
|
339
|
+
margin: 5px 0 10px 15px;
|
|
340
|
+
text-align: left;
|
|
557
341
|
}
|
|
558
|
-
.
|
|
559
|
-
|
|
342
|
+
.react-datepicker__input-time-container .react-datepicker-time__caption {
|
|
343
|
+
display: inline-block;
|
|
560
344
|
}
|
|
561
|
-
.
|
|
562
|
-
|
|
345
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container {
|
|
346
|
+
display: inline-block;
|
|
563
347
|
}
|
|
564
|
-
.
|
|
565
|
-
|
|
348
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
|
|
349
|
+
display: inline-block;
|
|
350
|
+
margin-left: 10px;
|
|
566
351
|
}
|
|
567
|
-
.
|
|
568
|
-
|
|
352
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
|
|
353
|
+
width: auto;
|
|
569
354
|
}
|
|
570
|
-
.
|
|
571
|
-
|
|
355
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
|
|
356
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
|
|
357
|
+
-webkit-appearance: none;
|
|
358
|
+
margin: 0;
|
|
572
359
|
}
|
|
573
|
-
.
|
|
574
|
-
|
|
360
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
|
|
361
|
+
-moz-appearance: textfield;
|
|
575
362
|
}
|
|
576
|
-
.
|
|
577
|
-
|
|
363
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
|
|
364
|
+
margin-left: 5px;
|
|
365
|
+
display: inline-block;
|
|
578
366
|
}
|
|
579
|
-
.
|
|
580
|
-
|
|
367
|
+
.react-datepicker__time-container {
|
|
368
|
+
float: right;
|
|
369
|
+
border-left: 1px solid #aeaeae;
|
|
370
|
+
width: 85px;
|
|
581
371
|
}
|
|
582
|
-
.
|
|
583
|
-
|
|
372
|
+
.react-datepicker__time-container--with-today-button {
|
|
373
|
+
display: inline;
|
|
374
|
+
border: 1px solid #aeaeae;
|
|
375
|
+
border-radius: 0.375em;
|
|
376
|
+
position: absolute;
|
|
377
|
+
right: -87px;
|
|
378
|
+
top: 0;
|
|
584
379
|
}
|
|
585
|
-
.
|
|
586
|
-
|
|
380
|
+
.react-datepicker__time-container .react-datepicker__time {
|
|
381
|
+
position: relative;
|
|
382
|
+
background: white;
|
|
383
|
+
border-bottom-right-radius: 0.375em;
|
|
384
|
+
}
|
|
385
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
|
|
386
|
+
width: 85px;
|
|
387
|
+
overflow-x: hidden;
|
|
388
|
+
margin: 0 auto;
|
|
389
|
+
text-align: center;
|
|
390
|
+
border-bottom-right-radius: 0.375em;
|
|
391
|
+
}
|
|
392
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
|
|
393
|
+
list-style: none;
|
|
394
|
+
margin: 0;
|
|
395
|
+
height: calc(195px + 2.125em / 2);
|
|
396
|
+
overflow-y: scroll;
|
|
397
|
+
padding-right: 0;
|
|
398
|
+
padding-left: 0;
|
|
399
|
+
width: 100%;
|
|
400
|
+
box-sizing: content-box;
|
|
587
401
|
}
|
|
588
|
-
.
|
|
589
|
-
|
|
402
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
|
|
403
|
+
height: 30px;
|
|
404
|
+
padding: 5px 10px;
|
|
405
|
+
white-space: nowrap;
|
|
590
406
|
}
|
|
591
|
-
.
|
|
592
|
-
|
|
407
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
|
|
408
|
+
cursor: pointer;
|
|
409
|
+
background-color: #f0f0f0;
|
|
593
410
|
}
|
|
594
|
-
.
|
|
595
|
-
background-color:
|
|
411
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
|
|
412
|
+
background-color: #216ba5;
|
|
413
|
+
color: white;
|
|
414
|
+
font-weight: bold;
|
|
596
415
|
}
|
|
597
|
-
.
|
|
598
|
-
background-color: #
|
|
416
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
|
|
417
|
+
background-color: #216ba5;
|
|
599
418
|
}
|
|
600
|
-
.
|
|
601
|
-
|
|
419
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
|
|
420
|
+
color: #ccc;
|
|
602
421
|
}
|
|
603
|
-
.
|
|
604
|
-
|
|
422
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
|
|
423
|
+
cursor: default;
|
|
424
|
+
background-color: transparent;
|
|
605
425
|
}
|
|
606
|
-
.
|
|
607
|
-
|
|
426
|
+
.react-datepicker__week-number {
|
|
427
|
+
color: #ccc;
|
|
428
|
+
display: inline-block;
|
|
429
|
+
width: 2.125em;
|
|
430
|
+
line-height: 2.125em;
|
|
431
|
+
text-align: center;
|
|
432
|
+
margin: 0.208em;
|
|
608
433
|
}
|
|
609
|
-
.
|
|
610
|
-
|
|
434
|
+
.react-datepicker__week-number.react-datepicker__week-number--clickable {
|
|
435
|
+
cursor: pointer;
|
|
611
436
|
}
|
|
612
|
-
.
|
|
613
|
-
|
|
437
|
+
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover {
|
|
438
|
+
border-radius: 0.3rem;
|
|
439
|
+
background-color: #f0f0f0;
|
|
440
|
+
}
|
|
441
|
+
.react-datepicker__week-number--selected {
|
|
442
|
+
border-radius: 0.3rem;
|
|
443
|
+
background-color: #216ba5;
|
|
444
|
+
color: #fff;
|
|
445
|
+
}
|
|
446
|
+
.react-datepicker__week-number--selected:hover {
|
|
447
|
+
background-color: rgb(28.75, 93.2196969697, 143.75);
|
|
448
|
+
}
|
|
449
|
+
.react-datepicker__day-names {
|
|
450
|
+
text-align: center;
|
|
451
|
+
white-space: nowrap;
|
|
452
|
+
margin-bottom: -8px;
|
|
453
|
+
}
|
|
454
|
+
.react-datepicker__week {
|
|
455
|
+
white-space: nowrap;
|
|
456
|
+
}
|
|
457
|
+
.react-datepicker__day-name,
|
|
458
|
+
.react-datepicker__day,
|
|
459
|
+
.react-datepicker__time-name {
|
|
460
|
+
color: #000;
|
|
461
|
+
display: inline-block;
|
|
462
|
+
width: 2.125em;
|
|
463
|
+
line-height: 2.125em;
|
|
464
|
+
text-align: center;
|
|
465
|
+
margin: 0.208em;
|
|
466
|
+
}
|
|
467
|
+
.react-datepicker__day-name--disabled,
|
|
468
|
+
.react-datepicker__day--disabled,
|
|
469
|
+
.react-datepicker__time-name--disabled {
|
|
470
|
+
cursor: default;
|
|
471
|
+
color: #ccc;
|
|
472
|
+
}
|
|
473
|
+
.react-datepicker__day,
|
|
474
|
+
.react-datepicker__month-text,
|
|
475
|
+
.react-datepicker__quarter-text,
|
|
476
|
+
.react-datepicker__year-text {
|
|
477
|
+
cursor: pointer;
|
|
614
478
|
}
|
|
615
|
-
.
|
|
616
|
-
|
|
479
|
+
.react-datepicker__day:not([aria-disabled=true]):hover,
|
|
480
|
+
.react-datepicker__month-text:not([aria-disabled=true]):hover,
|
|
481
|
+
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
|
|
482
|
+
.react-datepicker__year-text:not([aria-disabled=true]):hover {
|
|
483
|
+
border-radius: 0.3rem;
|
|
484
|
+
background-color: #f0f0f0;
|
|
485
|
+
}
|
|
486
|
+
.react-datepicker__day--today,
|
|
487
|
+
.react-datepicker__month-text--today,
|
|
488
|
+
.react-datepicker__quarter-text--today,
|
|
489
|
+
.react-datepicker__year-text--today {
|
|
490
|
+
font-weight: bold;
|
|
491
|
+
}
|
|
492
|
+
.react-datepicker__day--highlighted,
|
|
493
|
+
.react-datepicker__month-text--highlighted,
|
|
494
|
+
.react-datepicker__quarter-text--highlighted,
|
|
495
|
+
.react-datepicker__year-text--highlighted {
|
|
496
|
+
border-radius: 0.3rem;
|
|
497
|
+
background-color: #3dcc4a;
|
|
498
|
+
color: #fff;
|
|
499
|
+
}
|
|
500
|
+
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
|
|
501
|
+
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
|
|
502
|
+
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
|
|
503
|
+
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
|
|
504
|
+
background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
|
|
505
|
+
}
|
|
506
|
+
.react-datepicker__day--highlighted-custom-1,
|
|
507
|
+
.react-datepicker__month-text--highlighted-custom-1,
|
|
508
|
+
.react-datepicker__quarter-text--highlighted-custom-1,
|
|
509
|
+
.react-datepicker__year-text--highlighted-custom-1 {
|
|
510
|
+
color: magenta;
|
|
511
|
+
}
|
|
512
|
+
.react-datepicker__day--highlighted-custom-2,
|
|
513
|
+
.react-datepicker__month-text--highlighted-custom-2,
|
|
514
|
+
.react-datepicker__quarter-text--highlighted-custom-2,
|
|
515
|
+
.react-datepicker__year-text--highlighted-custom-2 {
|
|
516
|
+
color: green;
|
|
517
|
+
}
|
|
518
|
+
.react-datepicker__day--holidays,
|
|
519
|
+
.react-datepicker__month-text--holidays,
|
|
520
|
+
.react-datepicker__quarter-text--holidays,
|
|
521
|
+
.react-datepicker__year-text--holidays {
|
|
522
|
+
position: relative;
|
|
523
|
+
border-radius: 0.3rem;
|
|
524
|
+
background-color: #ff6803;
|
|
525
|
+
color: #fff;
|
|
526
|
+
}
|
|
527
|
+
.react-datepicker__day--holidays .overlay,
|
|
528
|
+
.react-datepicker__month-text--holidays .overlay,
|
|
529
|
+
.react-datepicker__quarter-text--holidays .overlay,
|
|
530
|
+
.react-datepicker__year-text--holidays .overlay {
|
|
531
|
+
position: absolute;
|
|
532
|
+
bottom: 100%;
|
|
533
|
+
left: 50%;
|
|
534
|
+
transform: translateX(-50%);
|
|
535
|
+
background-color: #333;
|
|
536
|
+
color: #fff;
|
|
537
|
+
padding: 4px;
|
|
538
|
+
border-radius: 4px;
|
|
539
|
+
white-space: nowrap;
|
|
540
|
+
visibility: hidden;
|
|
541
|
+
opacity: 0;
|
|
542
|
+
transition: visibility 0s, opacity 0.3s ease-in-out;
|
|
543
|
+
}
|
|
544
|
+
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
|
|
545
|
+
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
|
|
546
|
+
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
|
|
547
|
+
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
|
|
548
|
+
background-color: rgb(207, 82.9642857143, 0);
|
|
549
|
+
}
|
|
550
|
+
.react-datepicker__day--holidays:hover .overlay,
|
|
551
|
+
.react-datepicker__month-text--holidays:hover .overlay,
|
|
552
|
+
.react-datepicker__quarter-text--holidays:hover .overlay,
|
|
553
|
+
.react-datepicker__year-text--holidays:hover .overlay {
|
|
554
|
+
visibility: visible;
|
|
555
|
+
opacity: 1;
|
|
617
556
|
}
|
|
618
|
-
.
|
|
619
|
-
|
|
557
|
+
.react-datepicker__day--selected,
|
|
558
|
+
.react-datepicker__day--in-selecting-range,
|
|
559
|
+
.react-datepicker__day--in-range,
|
|
560
|
+
.react-datepicker__month-text--selected,
|
|
561
|
+
.react-datepicker__month-text--in-selecting-range,
|
|
562
|
+
.react-datepicker__month-text--in-range,
|
|
563
|
+
.react-datepicker__quarter-text--selected,
|
|
564
|
+
.react-datepicker__quarter-text--in-selecting-range,
|
|
565
|
+
.react-datepicker__quarter-text--in-range,
|
|
566
|
+
.react-datepicker__year-text--selected,
|
|
567
|
+
.react-datepicker__year-text--in-selecting-range,
|
|
568
|
+
.react-datepicker__year-text--in-range {
|
|
569
|
+
border-radius: 0.3rem;
|
|
570
|
+
background-color: #216ba5;
|
|
571
|
+
color: #fff;
|
|
572
|
+
}
|
|
573
|
+
.react-datepicker__day--selected:not([aria-disabled=true]):hover,
|
|
574
|
+
.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,
|
|
575
|
+
.react-datepicker__day--in-range:not([aria-disabled=true]):hover,
|
|
576
|
+
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
|
|
577
|
+
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
|
|
578
|
+
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
|
|
579
|
+
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
|
|
580
|
+
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
|
|
581
|
+
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
|
|
582
|
+
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
|
|
583
|
+
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
|
|
584
|
+
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
|
|
585
|
+
background-color: rgb(28.75, 93.2196969697, 143.75);
|
|
586
|
+
}
|
|
587
|
+
.react-datepicker__day--keyboard-selected,
|
|
588
|
+
.react-datepicker__month-text--keyboard-selected,
|
|
589
|
+
.react-datepicker__quarter-text--keyboard-selected,
|
|
590
|
+
.react-datepicker__year-text--keyboard-selected {
|
|
591
|
+
border-radius: 0.3rem;
|
|
592
|
+
background-color: rgb(186.25, 217.0833333333, 241.25);
|
|
593
|
+
color: rgb(0, 0, 0);
|
|
594
|
+
}
|
|
595
|
+
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
|
|
596
|
+
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
|
|
597
|
+
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
|
|
598
|
+
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
|
|
599
|
+
background-color: rgb(28.75, 93.2196969697, 143.75);
|
|
600
|
+
color: #fff;
|
|
601
|
+
}
|
|
602
|
+
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
|
|
603
|
+
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
|
|
604
|
+
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
|
|
605
|
+
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
|
|
606
|
+
background-color: rgba(33, 107, 165, 0.5);
|
|
607
|
+
}
|
|
608
|
+
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
|
|
609
|
+
.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
|
|
610
|
+
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
|
|
611
|
+
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
|
|
612
|
+
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
|
|
613
|
+
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
|
|
614
|
+
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
|
|
615
|
+
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
|
|
616
|
+
background-color: #f0f0f0;
|
|
617
|
+
color: #000;
|
|
618
|
+
}
|
|
619
|
+
.react-datepicker__day--disabled,
|
|
620
|
+
.react-datepicker__month-text--disabled,
|
|
621
|
+
.react-datepicker__quarter-text--disabled,
|
|
622
|
+
.react-datepicker__year-text--disabled {
|
|
623
|
+
cursor: default;
|
|
624
|
+
color: #ccc;
|
|
625
|
+
}
|
|
626
|
+
.react-datepicker__day--disabled .overlay,
|
|
627
|
+
.react-datepicker__month-text--disabled .overlay,
|
|
628
|
+
.react-datepicker__quarter-text--disabled .overlay,
|
|
629
|
+
.react-datepicker__year-text--disabled .overlay {
|
|
630
|
+
position: absolute;
|
|
631
|
+
bottom: 70%;
|
|
632
|
+
left: 50%;
|
|
633
|
+
transform: translateX(-50%);
|
|
634
|
+
background-color: #333;
|
|
635
|
+
color: #fff;
|
|
636
|
+
padding: 4px;
|
|
637
|
+
border-radius: 4px;
|
|
638
|
+
white-space: nowrap;
|
|
639
|
+
visibility: hidden;
|
|
640
|
+
opacity: 0;
|
|
641
|
+
transition: visibility 0s, opacity 0.3s ease-in-out;
|
|
620
642
|
}
|
|
621
|
-
.
|
|
622
|
-
|
|
643
|
+
.react-datepicker__input-container {
|
|
644
|
+
position: relative;
|
|
645
|
+
display: inline-block;
|
|
646
|
+
width: 100%;
|
|
623
647
|
}
|
|
624
|
-
.
|
|
625
|
-
|
|
648
|
+
.react-datepicker__input-container .react-datepicker__calendar-icon {
|
|
649
|
+
position: absolute;
|
|
650
|
+
padding: 0.625em;
|
|
651
|
+
box-sizing: content-box;
|
|
626
652
|
}
|
|
627
|
-
.
|
|
628
|
-
|
|
653
|
+
.react-datepicker__view-calendar-icon input {
|
|
654
|
+
padding: 6px 10px 5px 25px;
|
|
629
655
|
}
|
|
630
|
-
.
|
|
631
|
-
|
|
656
|
+
.react-datepicker__year-read-view,
|
|
657
|
+
.react-datepicker__month-read-view,
|
|
658
|
+
.react-datepicker__month-year-read-view {
|
|
659
|
+
border: 1px solid transparent;
|
|
660
|
+
border-radius: 0.3rem;
|
|
661
|
+
position: relative;
|
|
632
662
|
}
|
|
633
|
-
.
|
|
634
|
-
|
|
663
|
+
.react-datepicker__year-read-view:hover,
|
|
664
|
+
.react-datepicker__month-read-view:hover,
|
|
665
|
+
.react-datepicker__month-year-read-view:hover {
|
|
666
|
+
cursor: pointer;
|
|
635
667
|
}
|
|
636
|
-
.
|
|
637
|
-
|
|
668
|
+
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
|
669
|
+
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
|
|
670
|
+
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
|
671
|
+
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
|
|
672
|
+
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
|
673
|
+
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
|
|
674
|
+
border-top-color: rgb(178.5, 178.5, 178.5);
|
|
675
|
+
}
|
|
676
|
+
.react-datepicker__year-read-view--down-arrow,
|
|
677
|
+
.react-datepicker__month-read-view--down-arrow,
|
|
678
|
+
.react-datepicker__month-year-read-view--down-arrow {
|
|
679
|
+
transform: rotate(135deg);
|
|
680
|
+
right: -16px;
|
|
681
|
+
top: 0;
|
|
682
|
+
}
|
|
683
|
+
.react-datepicker__year-dropdown,
|
|
684
|
+
.react-datepicker__month-dropdown,
|
|
685
|
+
.react-datepicker__month-year-dropdown {
|
|
686
|
+
background-color: #f0f0f0;
|
|
687
|
+
position: absolute;
|
|
688
|
+
width: 50%;
|
|
689
|
+
left: 25%;
|
|
690
|
+
top: 30px;
|
|
691
|
+
z-index: 1;
|
|
692
|
+
text-align: center;
|
|
693
|
+
border-radius: 0.3rem;
|
|
694
|
+
border: 1px solid #aeaeae;
|
|
695
|
+
}
|
|
696
|
+
.react-datepicker__year-dropdown:hover,
|
|
697
|
+
.react-datepicker__month-dropdown:hover,
|
|
698
|
+
.react-datepicker__month-year-dropdown:hover {
|
|
699
|
+
cursor: pointer;
|
|
638
700
|
}
|
|
639
|
-
.
|
|
640
|
-
|
|
701
|
+
.react-datepicker__year-dropdown--scrollable,
|
|
702
|
+
.react-datepicker__month-dropdown--scrollable,
|
|
703
|
+
.react-datepicker__month-year-dropdown--scrollable {
|
|
704
|
+
height: 150px;
|
|
705
|
+
overflow-y: scroll;
|
|
641
706
|
}
|
|
642
|
-
.
|
|
643
|
-
|
|
707
|
+
.react-datepicker__year-option,
|
|
708
|
+
.react-datepicker__month-option,
|
|
709
|
+
.react-datepicker__month-year-option {
|
|
710
|
+
line-height: 20px;
|
|
711
|
+
width: 100%;
|
|
712
|
+
display: block;
|
|
713
|
+
margin-left: auto;
|
|
714
|
+
margin-right: auto;
|
|
715
|
+
}
|
|
716
|
+
.react-datepicker__year-option:first-of-type,
|
|
717
|
+
.react-datepicker__month-option:first-of-type,
|
|
718
|
+
.react-datepicker__month-year-option:first-of-type {
|
|
719
|
+
border-top-left-radius: 0.3rem;
|
|
720
|
+
border-top-right-radius: 0.3rem;
|
|
721
|
+
}
|
|
722
|
+
.react-datepicker__year-option:last-of-type,
|
|
723
|
+
.react-datepicker__month-option:last-of-type,
|
|
724
|
+
.react-datepicker__month-year-option:last-of-type {
|
|
725
|
+
-webkit-user-select: none;
|
|
726
|
+
-moz-user-select: none;
|
|
727
|
+
user-select: none;
|
|
728
|
+
border-bottom-left-radius: 0.3rem;
|
|
729
|
+
border-bottom-right-radius: 0.3rem;
|
|
730
|
+
}
|
|
731
|
+
.react-datepicker__year-option:hover,
|
|
732
|
+
.react-datepicker__month-option:hover,
|
|
733
|
+
.react-datepicker__month-year-option:hover {
|
|
734
|
+
background-color: #ccc;
|
|
735
|
+
}
|
|
736
|
+
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
|
|
737
|
+
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
|
|
738
|
+
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
|
|
739
|
+
border-bottom-color: rgb(178.5, 178.5, 178.5);
|
|
740
|
+
}
|
|
741
|
+
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
|
|
742
|
+
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
|
|
743
|
+
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
|
|
744
|
+
border-top-color: rgb(178.5, 178.5, 178.5);
|
|
745
|
+
}
|
|
746
|
+
.react-datepicker__year-option--selected,
|
|
747
|
+
.react-datepicker__month-option--selected,
|
|
748
|
+
.react-datepicker__month-year-option--selected {
|
|
749
|
+
position: absolute;
|
|
750
|
+
left: 15px;
|
|
751
|
+
}
|
|
752
|
+
.react-datepicker__close-icon {
|
|
753
|
+
cursor: pointer;
|
|
754
|
+
background-color: transparent;
|
|
755
|
+
border: 0;
|
|
756
|
+
outline: 0;
|
|
757
|
+
padding: 0 6px 0 0;
|
|
758
|
+
position: absolute;
|
|
759
|
+
top: 0;
|
|
760
|
+
right: 0;
|
|
761
|
+
height: 100%;
|
|
762
|
+
display: table-cell;
|
|
763
|
+
vertical-align: middle;
|
|
644
764
|
}
|
|
645
|
-
.
|
|
646
|
-
|
|
765
|
+
.react-datepicker__close-icon::after {
|
|
766
|
+
cursor: pointer;
|
|
767
|
+
background-color: #216ba5;
|
|
768
|
+
color: #fff;
|
|
769
|
+
border-radius: 50%;
|
|
770
|
+
height: 16px;
|
|
771
|
+
width: 16px;
|
|
772
|
+
padding: 2px;
|
|
773
|
+
font-size: 12px;
|
|
774
|
+
line-height: 1;
|
|
775
|
+
text-align: center;
|
|
776
|
+
display: table-cell;
|
|
777
|
+
vertical-align: middle;
|
|
778
|
+
content: "\d7";
|
|
779
|
+
}
|
|
780
|
+
.react-datepicker__close-icon--disabled {
|
|
781
|
+
cursor: default;
|
|
782
|
+
}
|
|
783
|
+
.react-datepicker__close-icon--disabled::after {
|
|
784
|
+
cursor: default;
|
|
785
|
+
background-color: #ccc;
|
|
786
|
+
}
|
|
787
|
+
.react-datepicker__today-button {
|
|
788
|
+
background: #f0f0f0;
|
|
789
|
+
border-top: 1px solid #aeaeae;
|
|
790
|
+
cursor: pointer;
|
|
791
|
+
text-align: center;
|
|
792
|
+
font-weight: bold;
|
|
793
|
+
padding: 5px 0;
|
|
794
|
+
clear: left;
|
|
647
795
|
}
|
|
648
|
-
.
|
|
649
|
-
|
|
796
|
+
.react-datepicker__portal {
|
|
797
|
+
position: fixed;
|
|
798
|
+
width: 100vw;
|
|
799
|
+
height: 100vh;
|
|
800
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
801
|
+
left: 0;
|
|
802
|
+
top: 0;
|
|
803
|
+
justify-content: center;
|
|
804
|
+
align-items: center;
|
|
805
|
+
display: flex;
|
|
806
|
+
z-index: 2147483647;
|
|
807
|
+
}
|
|
808
|
+
.react-datepicker__children-container {
|
|
809
|
+
width: 17.25em;
|
|
810
|
+
margin: 0.5em;
|
|
811
|
+
padding-right: 0.25em;
|
|
812
|
+
padding-left: 0.25em;
|
|
813
|
+
height: auto;
|
|
814
|
+
}
|
|
815
|
+
.react-datepicker__aria-live {
|
|
816
|
+
position: absolute;
|
|
817
|
+
clip-path: circle(0);
|
|
818
|
+
border: 0;
|
|
819
|
+
height: 1px;
|
|
820
|
+
margin: -1px;
|
|
821
|
+
overflow: hidden;
|
|
822
|
+
padding: 0;
|
|
823
|
+
width: 1px;
|
|
824
|
+
white-space: nowrap;
|
|
650
825
|
}
|
|
651
|
-
.
|
|
652
|
-
|
|
826
|
+
.react-datepicker__calendar-icon {
|
|
827
|
+
width: 1em;
|
|
828
|
+
height: 1em;
|
|
829
|
+
vertical-align: -0.125em;
|
|
653
830
|
}
|
|
654
|
-
.
|
|
655
|
-
|
|
831
|
+
.react-datepicker-popper-offset {
|
|
832
|
+
margin-top: -0.7em;
|
|
656
833
|
}
|
|
657
|
-
|
|
658
|
-
|
|
834
|
+
|
|
835
|
+
/* src/components/DatePicker/datepicker.scss */
|
|
836
|
+
.lib-xplat-datepicker {
|
|
837
|
+
user-select: none;
|
|
659
838
|
}
|
|
660
|
-
.lib-xplat-
|
|
661
|
-
|
|
839
|
+
.lib-xplat-datepicker .react-datepicker {
|
|
840
|
+
border: 1px solid var(--xplat-neutral-300);
|
|
841
|
+
border-radius: 0.375rem;
|
|
842
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
662
843
|
}
|
|
663
|
-
.lib-xplat-
|
|
664
|
-
background-color:
|
|
844
|
+
.lib-xplat-datepicker .react-datepicker__header {
|
|
845
|
+
background-color: var(--xplat-neutral-100);
|
|
846
|
+
border-bottom: 1px solid var(--xplat-neutral-300);
|
|
665
847
|
}
|
|
666
|
-
.lib-xplat-
|
|
667
|
-
|
|
848
|
+
.lib-xplat-datepicker .react-datepicker__day-name:nth-child(1) {
|
|
849
|
+
color: var(--xplat-red-600);
|
|
668
850
|
}
|
|
669
|
-
.lib-xplat-
|
|
670
|
-
|
|
851
|
+
.lib-xplat-datepicker .react-datepicker__day-name:nth-child(7) {
|
|
852
|
+
color: var(--xplat-blue-600);
|
|
671
853
|
}
|
|
672
|
-
.lib-xplat-
|
|
673
|
-
|
|
854
|
+
.lib-xplat-datepicker .react-datepicker__day:not(.react-datepicker__day--disabled):nth-child(7n+1) {
|
|
855
|
+
color: var(--xplat-red-600);
|
|
674
856
|
}
|
|
675
|
-
.lib-xplat-
|
|
676
|
-
|
|
857
|
+
.lib-xplat-datepicker .react-datepicker__day:not(.react-datepicker__day--disabled):nth-child(7n) {
|
|
858
|
+
color: var(--xplat-blue-600);
|
|
677
859
|
}
|
|
678
|
-
.lib-xplat-
|
|
679
|
-
|
|
860
|
+
.lib-xplat-datepicker .react-datepicker__day--disabled {
|
|
861
|
+
color: var(--xplat-neutral-400) !important;
|
|
862
|
+
cursor: not-allowed;
|
|
863
|
+
pointer-events: none;
|
|
680
864
|
}
|
|
681
|
-
.lib-xplat-
|
|
682
|
-
background-color:
|
|
865
|
+
.lib-xplat-datepicker .react-datepicker__day--highlighted {
|
|
866
|
+
background-color: var(--datepicker-active-color, var(--xplat-blue-500)) !important;
|
|
867
|
+
color: var(--xplat-white) !important;
|
|
868
|
+
opacity: 0.4;
|
|
683
869
|
}
|
|
684
|
-
.lib-xplat-
|
|
685
|
-
|
|
870
|
+
.lib-xplat-datepicker .react-datepicker__day--highlighted.react-datepicker__day--selected,
|
|
871
|
+
.lib-xplat-datepicker .react-datepicker__day--highlighted.react-datepicker__day--keyboard-selected {
|
|
872
|
+
opacity: 1;
|
|
686
873
|
}
|
|
687
|
-
.lib-xplat-
|
|
688
|
-
|
|
874
|
+
.lib-xplat-datepicker .react-datepicker__day--highlighted.react-datepicker__day--outside-month {
|
|
875
|
+
opacity: 0.25;
|
|
689
876
|
}
|
|
690
|
-
.lib-xplat-
|
|
691
|
-
|
|
877
|
+
.lib-xplat-datepicker .react-datepicker__day--selected,
|
|
878
|
+
.lib-xplat-datepicker .react-datepicker__day--keyboard-selected {
|
|
879
|
+
background-color: var(--datepicker-active-color, var(--xplat-blue-500));
|
|
880
|
+
color: var(--xplat-white);
|
|
692
881
|
}
|
|
693
|
-
.lib-xplat-
|
|
694
|
-
background-color:
|
|
882
|
+
.lib-xplat-datepicker .react-datepicker__day:not(.react-datepicker__day--disabled):hover {
|
|
883
|
+
background-color: var(--datepicker-active-color, var(--xplat-blue-500));
|
|
884
|
+
color: var(--xplat-white) !important;
|
|
885
|
+
opacity: 0.8;
|
|
695
886
|
}
|
|
696
|
-
.lib-xplat-
|
|
697
|
-
|
|
887
|
+
.lib-xplat-popup-datepicker-card {
|
|
888
|
+
min-width: 20rem;
|
|
889
|
+
border: none;
|
|
698
890
|
}
|
|
699
|
-
.lib-xplat-
|
|
700
|
-
|
|
891
|
+
.lib-xplat-popup-datepicker-card > .content {
|
|
892
|
+
padding: 0;
|
|
701
893
|
}
|
|
702
|
-
.lib-xplat-
|
|
703
|
-
|
|
894
|
+
.lib-xplat-popup-datepicker-card .popup-datepicker-content {
|
|
895
|
+
display: flex;
|
|
896
|
+
gap: 1rem;
|
|
704
897
|
}
|
|
705
|
-
.lib-xplat-
|
|
706
|
-
|
|
898
|
+
.lib-xplat-popup-datepicker-card .popup-datepicker-footer {
|
|
899
|
+
display: flex;
|
|
900
|
+
justify-content: flex-end;
|
|
901
|
+
align-items: center;
|
|
902
|
+
gap: 0.5rem;
|
|
903
|
+
margin-top: 0.5rem;
|
|
904
|
+
margin-left: auto;
|
|
707
905
|
}
|
|
708
|
-
.lib-xplat-
|
|
709
|
-
|
|
906
|
+
.lib-xplat-range-datepicker {
|
|
907
|
+
position: relative;
|
|
908
|
+
display: flex;
|
|
909
|
+
gap: 1.5rem;
|
|
910
|
+
flex-wrap: wrap;
|
|
710
911
|
}
|
|
711
|
-
.lib-xplat-
|
|
712
|
-
|
|
912
|
+
.lib-xplat-range-datepicker .lib-xplat-range-datepicker-from,
|
|
913
|
+
.lib-xplat-range-datepicker .lib-xplat-range-datepicker-to {
|
|
914
|
+
display: flex;
|
|
915
|
+
flex-direction: column;
|
|
916
|
+
gap: 0.5rem;
|
|
713
917
|
}
|
|
714
|
-
.lib-xplat-
|
|
715
|
-
|
|
918
|
+
.lib-xplat-range-datepicker .lib-xplat-range-datepicker-label {
|
|
919
|
+
font-size: 0.75rem;
|
|
920
|
+
font-weight: 500;
|
|
921
|
+
color: var(--xplat-neutral-600);
|
|
716
922
|
}
|
|
717
|
-
|
|
718
|
-
|
|
923
|
+
|
|
924
|
+
/* src/components/Button/button.scss */
|
|
925
|
+
.lib-xplat-button {
|
|
926
|
+
border-radius: 0.5rem;
|
|
927
|
+
font-weight: 500;
|
|
928
|
+
cursor: pointer;
|
|
719
929
|
}
|
|
720
|
-
.lib-xplat-button.
|
|
721
|
-
|
|
930
|
+
.lib-xplat-button.sm {
|
|
931
|
+
padding: 0.25rem 0.75rem;
|
|
932
|
+
font-size: 0.875rem;
|
|
722
933
|
}
|
|
723
|
-
.lib-xplat-button.
|
|
724
|
-
|
|
934
|
+
.lib-xplat-button.md {
|
|
935
|
+
padding: 0.5rem 1rem;
|
|
936
|
+
font-size: 1rem;
|
|
725
937
|
}
|
|
726
|
-
.lib-xplat-button.
|
|
727
|
-
|
|
938
|
+
.lib-xplat-button.lg {
|
|
939
|
+
padding: 0.75rem 1.5rem;
|
|
940
|
+
font-size: 1.125rem;
|
|
728
941
|
}
|
|
729
|
-
.lib-xplat-button
|
|
730
|
-
background-color
|
|
942
|
+
.lib-xplat-button {
|
|
943
|
+
transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
731
944
|
}
|
|
732
|
-
.lib-xplat-button
|
|
733
|
-
|
|
945
|
+
.lib-xplat-button:disabled {
|
|
946
|
+
cursor: not-allowed;
|
|
947
|
+
background-color: var(--xplat-neutral-400) !important;
|
|
948
|
+
border-color: var(--xplat-neutral-400) !important;
|
|
949
|
+
color: var(--xplat-white) !important;
|
|
734
950
|
}
|
|
735
|
-
.lib-xplat-button.primary
|
|
736
|
-
|
|
951
|
+
.lib-xplat-button.primary {
|
|
952
|
+
color: var(--xplat-white);
|
|
953
|
+
background-color: var(--ds-color);
|
|
737
954
|
}
|
|
738
|
-
.lib-xplat-button.primary
|
|
739
|
-
background-color:
|
|
955
|
+
.lib-xplat-button.primary:hover {
|
|
956
|
+
background-color: color-mix(in srgb, var(--ds-color), black 12%);
|
|
740
957
|
}
|
|
741
958
|
.lib-xplat-button.secondary {
|
|
742
|
-
background-color:
|
|
959
|
+
background-color: var(--xplat-white);
|
|
743
960
|
border: 1px solid;
|
|
961
|
+
color: var(--ds-color);
|
|
962
|
+
border-color: var(--ds-color);
|
|
744
963
|
}
|
|
745
|
-
.lib-xplat-button.secondary
|
|
746
|
-
color:
|
|
747
|
-
border-color: #FFF0F0;
|
|
748
|
-
}
|
|
749
|
-
.lib-xplat-button.secondary.xplat-red-50:hover {
|
|
750
|
-
background-color: rgb(255, 253.2, 253.2);
|
|
751
|
-
}
|
|
752
|
-
.lib-xplat-button.secondary.xplat-red-100 {
|
|
753
|
-
color: #FFDDDE;
|
|
754
|
-
border-color: #FFDDDE;
|
|
755
|
-
}
|
|
756
|
-
.lib-xplat-button.secondary.xplat-red-100:hover {
|
|
757
|
-
background-color: rgb(255, 250.92, 251.04);
|
|
758
|
-
}
|
|
759
|
-
.lib-xplat-button.secondary.xplat-red-200 {
|
|
760
|
-
color: #FFC1C2;
|
|
761
|
-
border-color: #FFC1C2;
|
|
762
|
-
}
|
|
763
|
-
.lib-xplat-button.secondary.xplat-red-200:hover {
|
|
764
|
-
background-color: rgb(255, 247.56, 247.68);
|
|
765
|
-
}
|
|
766
|
-
.lib-xplat-button.secondary.xplat-red-300 {
|
|
767
|
-
color: #FF9698;
|
|
768
|
-
border-color: #FF9698;
|
|
769
|
-
}
|
|
770
|
-
.lib-xplat-button.secondary.xplat-red-300:hover {
|
|
771
|
-
background-color: rgb(255, 242.4, 242.64);
|
|
772
|
-
}
|
|
773
|
-
.lib-xplat-button.secondary.xplat-red-400 {
|
|
774
|
-
color: #FF5A5D;
|
|
775
|
-
border-color: #FF5A5D;
|
|
776
|
-
}
|
|
777
|
-
.lib-xplat-button.secondary.xplat-red-400:hover {
|
|
778
|
-
background-color: rgb(255, 235.2, 235.56);
|
|
779
|
-
}
|
|
780
|
-
.lib-xplat-button.secondary.xplat-red-500 {
|
|
781
|
-
color: #FF272B;
|
|
782
|
-
border-color: #FF272B;
|
|
783
|
-
}
|
|
784
|
-
.lib-xplat-button.secondary.xplat-red-500:hover {
|
|
785
|
-
background-color: rgb(255, 229.08, 229.56);
|
|
786
|
-
}
|
|
787
|
-
.lib-xplat-button.secondary.xplat-red-600 {
|
|
788
|
-
color: #F80409;
|
|
789
|
-
border-color: #F80409;
|
|
790
|
-
}
|
|
791
|
-
.lib-xplat-button.secondary.xplat-red-600:hover {
|
|
792
|
-
background-color: rgb(254.16, 224.88, 225.48);
|
|
793
|
-
}
|
|
794
|
-
.lib-xplat-button.secondary.xplat-red-700 {
|
|
795
|
-
color: #D40105;
|
|
796
|
-
border-color: #D40105;
|
|
797
|
-
}
|
|
798
|
-
.lib-xplat-button.secondary.xplat-red-700:hover {
|
|
799
|
-
background-color: rgb(249.84, 224.52, 225);
|
|
800
|
-
}
|
|
801
|
-
.lib-xplat-button.secondary.xplat-red-800 {
|
|
802
|
-
color: #AE0609;
|
|
803
|
-
border-color: #AE0609;
|
|
804
|
-
}
|
|
805
|
-
.lib-xplat-button.secondary.xplat-red-800:hover {
|
|
806
|
-
background-color: rgb(245.28, 225.12, 225.48);
|
|
807
|
-
}
|
|
808
|
-
.lib-xplat-button.secondary.xplat-red-900 {
|
|
809
|
-
color: #900C0F;
|
|
810
|
-
border-color: #900C0F;
|
|
811
|
-
}
|
|
812
|
-
.lib-xplat-button.secondary.xplat-red-900:hover {
|
|
813
|
-
background-color: rgb(241.68, 225.84, 226.2);
|
|
814
|
-
}
|
|
815
|
-
.lib-xplat-button.secondary.xplat-green-50 {
|
|
816
|
-
color: #E5F6EA;
|
|
817
|
-
border-color: #E5F6EA;
|
|
818
|
-
}
|
|
819
|
-
.lib-xplat-button.secondary.xplat-green-50:hover {
|
|
820
|
-
background-color: rgb(251.88, 253.92, 252.48);
|
|
821
|
-
}
|
|
822
|
-
.lib-xplat-button.secondary.xplat-green-100 {
|
|
823
|
-
color: #C1E7CC;
|
|
824
|
-
border-color: #C1E7CC;
|
|
825
|
-
}
|
|
826
|
-
.lib-xplat-button.secondary.xplat-green-100:hover {
|
|
827
|
-
background-color: rgb(247.56, 252.12, 248.88);
|
|
828
|
-
}
|
|
829
|
-
.lib-xplat-button.secondary.xplat-green-200 {
|
|
830
|
-
color: #98D8AC;
|
|
831
|
-
border-color: #98D8AC;
|
|
832
|
-
}
|
|
833
|
-
.lib-xplat-button.secondary.xplat-green-200:hover {
|
|
834
|
-
background-color: rgb(242.64, 250.32, 245.04);
|
|
835
|
-
}
|
|
836
|
-
.lib-xplat-button.secondary.xplat-green-300 {
|
|
837
|
-
color: #6CCA8B;
|
|
838
|
-
border-color: #6CCA8B;
|
|
839
|
-
}
|
|
840
|
-
.lib-xplat-button.secondary.xplat-green-300:hover {
|
|
841
|
-
background-color: rgb(237.36, 248.64, 241.08);
|
|
842
|
-
}
|
|
843
|
-
.lib-xplat-button.secondary.xplat-green-400 {
|
|
844
|
-
color: #47BE72;
|
|
845
|
-
border-color: #47BE72;
|
|
846
|
-
}
|
|
847
|
-
.lib-xplat-button.secondary.xplat-green-400:hover {
|
|
848
|
-
background-color: rgb(232.92, 247.2, 238.08);
|
|
849
|
-
}
|
|
850
|
-
.lib-xplat-button.secondary.xplat-green-500 {
|
|
851
|
-
color: #10B259;
|
|
852
|
-
border-color: #10B259;
|
|
853
|
-
}
|
|
854
|
-
.lib-xplat-button.secondary.xplat-green-500:hover {
|
|
855
|
-
background-color: rgb(226.32, 245.76, 235.08);
|
|
856
|
-
}
|
|
857
|
-
.lib-xplat-button.secondary.xplat-green-600 {
|
|
858
|
-
color: #00A34F;
|
|
859
|
-
border-color: #00A34F;
|
|
860
|
-
}
|
|
861
|
-
.lib-xplat-button.secondary.xplat-green-600:hover {
|
|
862
|
-
background-color: rgb(224.4, 243.96, 233.88);
|
|
863
|
-
}
|
|
864
|
-
.lib-xplat-button.secondary.xplat-green-700 {
|
|
865
|
-
color: #009143;
|
|
866
|
-
border-color: #009143;
|
|
867
|
-
}
|
|
868
|
-
.lib-xplat-button.secondary.xplat-green-700:hover {
|
|
869
|
-
background-color: rgb(224.4, 241.8, 232.44);
|
|
870
|
-
}
|
|
871
|
-
.lib-xplat-button.secondary.xplat-green-800 {
|
|
872
|
-
color: #007F38;
|
|
873
|
-
border-color: #007F38;
|
|
874
|
-
}
|
|
875
|
-
.lib-xplat-button.secondary.xplat-green-800:hover {
|
|
876
|
-
background-color: rgb(224.4, 239.64, 231.12);
|
|
877
|
-
}
|
|
878
|
-
.lib-xplat-button.secondary.xplat-green-900 {
|
|
879
|
-
color: #006024;
|
|
880
|
-
border-color: #006024;
|
|
881
|
-
}
|
|
882
|
-
.lib-xplat-button.secondary.xplat-green-900:hover {
|
|
883
|
-
background-color: rgb(224.4, 235.92, 228.72);
|
|
884
|
-
}
|
|
885
|
-
.lib-xplat-button.secondary.xplat-orange-50 {
|
|
886
|
-
color: #FFF8EC;
|
|
887
|
-
border-color: #FFF8EC;
|
|
888
|
-
}
|
|
889
|
-
.lib-xplat-button.secondary.xplat-orange-50:hover {
|
|
890
|
-
background-color: rgb(255, 254.16, 252.72);
|
|
891
|
-
}
|
|
892
|
-
.lib-xplat-button.secondary.xplat-orange-100 {
|
|
893
|
-
color: #FFF0D3;
|
|
894
|
-
border-color: #FFF0D3;
|
|
895
|
-
}
|
|
896
|
-
.lib-xplat-button.secondary.xplat-orange-100:hover {
|
|
897
|
-
background-color: rgb(255, 253.2, 249.72);
|
|
898
|
-
}
|
|
899
|
-
.lib-xplat-button.secondary.xplat-orange-200 {
|
|
900
|
-
color: #FFDDA5;
|
|
901
|
-
border-color: #FFDDA5;
|
|
902
|
-
}
|
|
903
|
-
.lib-xplat-button.secondary.xplat-orange-200:hover {
|
|
904
|
-
background-color: rgb(255, 250.92, 244.2);
|
|
905
|
-
}
|
|
906
|
-
.lib-xplat-button.secondary.xplat-orange-300 {
|
|
907
|
-
color: #FFC46D;
|
|
908
|
-
border-color: #FFC46D;
|
|
909
|
-
}
|
|
910
|
-
.lib-xplat-button.secondary.xplat-orange-300:hover {
|
|
911
|
-
background-color: rgb(255, 247.92, 237.48);
|
|
912
|
-
}
|
|
913
|
-
.lib-xplat-button.secondary.xplat-orange-400 {
|
|
914
|
-
color: #FF9F32;
|
|
915
|
-
border-color: #FF9F32;
|
|
916
|
-
}
|
|
917
|
-
.lib-xplat-button.secondary.xplat-orange-400:hover {
|
|
918
|
-
background-color: rgb(255, 243.48, 230.4);
|
|
919
|
-
}
|
|
920
|
-
.lib-xplat-button.secondary.xplat-orange-500 {
|
|
921
|
-
color: #FF820A;
|
|
922
|
-
border-color: #FF820A;
|
|
923
|
-
}
|
|
924
|
-
.lib-xplat-button.secondary.xplat-orange-500:hover {
|
|
925
|
-
background-color: rgb(255, 240, 225.6);
|
|
926
|
-
}
|
|
927
|
-
.lib-xplat-button.secondary.xplat-orange-600 {
|
|
928
|
-
color: #FF6900;
|
|
929
|
-
border-color: #FF6900;
|
|
930
|
-
}
|
|
931
|
-
.lib-xplat-button.secondary.xplat-orange-600:hover {
|
|
932
|
-
background-color: rgb(255, 237, 224.4);
|
|
933
|
-
}
|
|
934
|
-
.lib-xplat-button.secondary.xplat-orange-700 {
|
|
935
|
-
color: #CC4B02;
|
|
936
|
-
border-color: #CC4B02;
|
|
937
|
-
}
|
|
938
|
-
.lib-xplat-button.secondary.xplat-orange-700:hover {
|
|
939
|
-
background-color: rgb(248.88, 233.4, 224.64);
|
|
940
|
-
}
|
|
941
|
-
.lib-xplat-button.secondary.xplat-orange-800 {
|
|
942
|
-
color: #A13A0B;
|
|
943
|
-
border-color: #A13A0B;
|
|
944
|
-
}
|
|
945
|
-
.lib-xplat-button.secondary.xplat-orange-800:hover {
|
|
946
|
-
background-color: rgb(243.72, 231.36, 225.72);
|
|
947
|
-
}
|
|
948
|
-
.lib-xplat-button.secondary.xplat-orange-900 {
|
|
949
|
-
color: #82320C;
|
|
950
|
-
border-color: #82320C;
|
|
951
|
-
}
|
|
952
|
-
.lib-xplat-button.secondary.xplat-orange-900:hover {
|
|
953
|
-
background-color: rgb(240, 230.4, 225.84);
|
|
954
|
-
}
|
|
955
|
-
.lib-xplat-button.secondary.xplat-yellow-50 {
|
|
956
|
-
color: #FFFDE7;
|
|
957
|
-
border-color: #FFFDE7;
|
|
958
|
-
}
|
|
959
|
-
.lib-xplat-button.secondary.xplat-yellow-50:hover {
|
|
960
|
-
background-color: rgb(255, 254.76, 252.12);
|
|
961
|
-
}
|
|
962
|
-
.lib-xplat-button.secondary.xplat-yellow-100 {
|
|
963
|
-
color: #FFFAC1;
|
|
964
|
-
border-color: #FFFAC1;
|
|
965
|
-
}
|
|
966
|
-
.lib-xplat-button.secondary.xplat-yellow-100:hover {
|
|
967
|
-
background-color: rgb(255, 254.4, 247.56);
|
|
968
|
-
}
|
|
969
|
-
.lib-xplat-button.secondary.xplat-yellow-200 {
|
|
970
|
-
color: #FFF186;
|
|
971
|
-
border-color: #FFF186;
|
|
972
|
-
}
|
|
973
|
-
.lib-xplat-button.secondary.xplat-yellow-200:hover {
|
|
974
|
-
background-color: rgb(255, 253.32, 240.48);
|
|
975
|
-
}
|
|
976
|
-
.lib-xplat-button.secondary.xplat-yellow-300 {
|
|
977
|
-
color: #FFE041;
|
|
978
|
-
border-color: #FFE041;
|
|
979
|
-
}
|
|
980
|
-
.lib-xplat-button.secondary.xplat-yellow-300:hover {
|
|
981
|
-
background-color: rgb(255, 251.28, 232.2);
|
|
982
|
-
}
|
|
983
|
-
.lib-xplat-button.secondary.xplat-yellow-400 {
|
|
984
|
-
color: #FFCC0D;
|
|
985
|
-
border-color: #FFCC0D;
|
|
986
|
-
}
|
|
987
|
-
.lib-xplat-button.secondary.xplat-yellow-400:hover {
|
|
988
|
-
background-color: rgb(255, 248.88, 225.96);
|
|
989
|
-
}
|
|
990
|
-
.lib-xplat-button.secondary.xplat-yellow-500 {
|
|
991
|
-
color: #F0B100;
|
|
992
|
-
border-color: #F0B100;
|
|
993
|
-
}
|
|
994
|
-
.lib-xplat-button.secondary.xplat-yellow-500:hover {
|
|
995
|
-
background-color: rgb(253.2, 245.64, 224.4);
|
|
996
|
-
}
|
|
997
|
-
.lib-xplat-button.secondary.xplat-yellow-600 {
|
|
998
|
-
color: #D18800;
|
|
999
|
-
border-color: #D18800;
|
|
1000
|
-
}
|
|
1001
|
-
.lib-xplat-button.secondary.xplat-yellow-600:hover {
|
|
1002
|
-
background-color: rgb(249.48, 240.72, 224.4);
|
|
1003
|
-
}
|
|
1004
|
-
.lib-xplat-button.secondary.xplat-yellow-700 {
|
|
1005
|
-
color: #A66002;
|
|
1006
|
-
border-color: #A66002;
|
|
1007
|
-
}
|
|
1008
|
-
.lib-xplat-button.secondary.xplat-yellow-700:hover {
|
|
1009
|
-
background-color: rgb(244.32, 235.92, 224.64);
|
|
1010
|
-
}
|
|
1011
|
-
.lib-xplat-button.secondary.xplat-yellow-800 {
|
|
1012
|
-
color: #894B0A;
|
|
1013
|
-
border-color: #894B0A;
|
|
1014
|
-
}
|
|
1015
|
-
.lib-xplat-button.secondary.xplat-yellow-800:hover {
|
|
1016
|
-
background-color: rgb(240.84, 233.4, 225.6);
|
|
1017
|
-
}
|
|
1018
|
-
.lib-xplat-button.secondary.xplat-yellow-900 {
|
|
1019
|
-
color: #743D0F;
|
|
1020
|
-
border-color: #743D0F;
|
|
1021
|
-
}
|
|
1022
|
-
.lib-xplat-button.secondary.xplat-yellow-900:hover {
|
|
1023
|
-
background-color: rgb(238.32, 231.72, 226.2);
|
|
1024
|
-
}
|
|
1025
|
-
.lib-xplat-button.secondary.xplat-blue-50 {
|
|
1026
|
-
color: #F1F4FD;
|
|
1027
|
-
border-color: #F1F4FD;
|
|
1028
|
-
}
|
|
1029
|
-
.lib-xplat-button.secondary.xplat-blue-50:hover {
|
|
1030
|
-
background-color: rgb(253.32, 253.68, 254.76);
|
|
1031
|
-
}
|
|
1032
|
-
.lib-xplat-button.secondary.xplat-blue-100 {
|
|
1033
|
-
color: #DFE7FA;
|
|
1034
|
-
border-color: #DFE7FA;
|
|
1035
|
-
}
|
|
1036
|
-
.lib-xplat-button.secondary.xplat-blue-100:hover {
|
|
1037
|
-
background-color: rgb(251.16, 252.12, 254.4);
|
|
1038
|
-
}
|
|
1039
|
-
.lib-xplat-button.secondary.xplat-blue-200 {
|
|
1040
|
-
color: #C5D4F8;
|
|
1041
|
-
border-color: #C5D4F8;
|
|
1042
|
-
}
|
|
1043
|
-
.lib-xplat-button.secondary.xplat-blue-200:hover {
|
|
1044
|
-
background-color: rgb(248.04, 249.84, 254.16);
|
|
1045
|
-
}
|
|
1046
|
-
.lib-xplat-button.secondary.xplat-blue-300 {
|
|
1047
|
-
color: #9EB8F2;
|
|
1048
|
-
border-color: #9EB8F2;
|
|
1049
|
-
}
|
|
1050
|
-
.lib-xplat-button.secondary.xplat-blue-300:hover {
|
|
1051
|
-
background-color: rgb(243.36, 246.48, 253.44);
|
|
1052
|
-
}
|
|
1053
|
-
.lib-xplat-button.secondary.xplat-blue-400 {
|
|
1054
|
-
color: #7093EA;
|
|
1055
|
-
border-color: #7093EA;
|
|
1056
|
-
}
|
|
1057
|
-
.lib-xplat-button.secondary.xplat-blue-400:hover {
|
|
1058
|
-
background-color: rgb(237.84, 242.04, 252.48);
|
|
1059
|
-
}
|
|
1060
|
-
.lib-xplat-button.secondary.xplat-blue-500 {
|
|
1061
|
-
color: #4D6DE3;
|
|
1062
|
-
border-color: #4D6DE3;
|
|
1063
|
-
}
|
|
1064
|
-
.lib-xplat-button.secondary.xplat-blue-500:hover {
|
|
1065
|
-
background-color: rgb(233.64, 237.48, 251.64);
|
|
1066
|
-
}
|
|
1067
|
-
.lib-xplat-button.secondary.xplat-blue-600 {
|
|
1068
|
-
color: #3950D7;
|
|
1069
|
-
border-color: #3950D7;
|
|
1070
|
-
}
|
|
1071
|
-
.lib-xplat-button.secondary.xplat-blue-600:hover {
|
|
1072
|
-
background-color: rgb(231.24, 234, 250.2);
|
|
1073
|
-
}
|
|
1074
|
-
.lib-xplat-button.secondary.xplat-blue-700 {
|
|
1075
|
-
color: #303EC5;
|
|
1076
|
-
border-color: #303EC5;
|
|
1077
|
-
}
|
|
1078
|
-
.lib-xplat-button.secondary.xplat-blue-700:hover {
|
|
1079
|
-
background-color: rgb(230.16, 231.84, 248.04);
|
|
1080
|
-
}
|
|
1081
|
-
.lib-xplat-button.secondary.xplat-blue-800 {
|
|
1082
|
-
color: #2D35A0;
|
|
1083
|
-
border-color: #2D35A0;
|
|
1084
|
-
}
|
|
1085
|
-
.lib-xplat-button.secondary.xplat-blue-800:hover {
|
|
1086
|
-
background-color: rgb(229.8, 230.76, 243.6);
|
|
1087
|
-
}
|
|
1088
|
-
.lib-xplat-button.secondary.xplat-blue-900 {
|
|
1089
|
-
color: #29317F;
|
|
1090
|
-
border-color: #29317F;
|
|
1091
|
-
}
|
|
1092
|
-
.lib-xplat-button.secondary.xplat-blue-900:hover {
|
|
1093
|
-
background-color: rgb(229.32, 230.28, 239.64);
|
|
1094
|
-
}
|
|
1095
|
-
.lib-xplat-button.secondary.xplat-lightblue-50 {
|
|
1096
|
-
color: #EEFAFF;
|
|
1097
|
-
border-color: #EEFAFF;
|
|
1098
|
-
}
|
|
1099
|
-
.lib-xplat-button.secondary.xplat-lightblue-50:hover {
|
|
1100
|
-
background-color: rgb(252.96, 254.4, 255);
|
|
1101
|
-
}
|
|
1102
|
-
.lib-xplat-button.secondary.xplat-lightblue-100 {
|
|
1103
|
-
color: #D9F4FF;
|
|
1104
|
-
border-color: #D9F4FF;
|
|
1105
|
-
}
|
|
1106
|
-
.lib-xplat-button.secondary.xplat-lightblue-100:hover {
|
|
1107
|
-
background-color: rgb(250.44, 253.68, 255);
|
|
1108
|
-
}
|
|
1109
|
-
.lib-xplat-button.secondary.xplat-lightblue-200 {
|
|
1110
|
-
color: #BBEDFF;
|
|
1111
|
-
border-color: #BBEDFF;
|
|
1112
|
-
}
|
|
1113
|
-
.lib-xplat-button.secondary.xplat-lightblue-200:hover {
|
|
1114
|
-
background-color: rgb(246.84, 252.84, 255);
|
|
1115
|
-
}
|
|
1116
|
-
.lib-xplat-button.secondary.xplat-lightblue-300 {
|
|
1117
|
-
color: #8DE3FF;
|
|
1118
|
-
border-color: #8DE3FF;
|
|
1119
|
-
}
|
|
1120
|
-
.lib-xplat-button.secondary.xplat-lightblue-300:hover {
|
|
1121
|
-
background-color: rgb(241.32, 251.64, 255);
|
|
1122
|
-
}
|
|
1123
|
-
.lib-xplat-button.secondary.xplat-lightblue-400 {
|
|
1124
|
-
color: #57D0FF;
|
|
1125
|
-
border-color: #57D0FF;
|
|
1126
|
-
}
|
|
1127
|
-
.lib-xplat-button.secondary.xplat-lightblue-400:hover {
|
|
1128
|
-
background-color: rgb(234.84, 249.36, 255);
|
|
1129
|
-
}
|
|
1130
|
-
.lib-xplat-button.secondary.xplat-lightblue-500 {
|
|
1131
|
-
color: #30B6FF;
|
|
1132
|
-
border-color: #30B6FF;
|
|
1133
|
-
}
|
|
1134
|
-
.lib-xplat-button.secondary.xplat-lightblue-500:hover {
|
|
1135
|
-
background-color: rgb(230.16, 246.24, 255);
|
|
1136
|
-
}
|
|
1137
|
-
.lib-xplat-button.secondary.xplat-lightblue-600 {
|
|
1138
|
-
color: #1999F7;
|
|
1139
|
-
border-color: #1999F7;
|
|
1140
|
-
}
|
|
1141
|
-
.lib-xplat-button.secondary.xplat-lightblue-600:hover {
|
|
1142
|
-
background-color: rgb(227.4, 242.76, 254.04);
|
|
1143
|
-
}
|
|
1144
|
-
.lib-xplat-button.secondary.xplat-lightblue-700 {
|
|
1145
|
-
color: #1280E3;
|
|
1146
|
-
border-color: #1280E3;
|
|
1147
|
-
}
|
|
1148
|
-
.lib-xplat-button.secondary.xplat-lightblue-700:hover {
|
|
1149
|
-
background-color: rgb(226.56, 239.76, 251.64);
|
|
1150
|
-
}
|
|
1151
|
-
.lib-xplat-button.secondary.xplat-lightblue-800 {
|
|
1152
|
-
color: #1566B8;
|
|
1153
|
-
border-color: #1566B8;
|
|
1154
|
-
}
|
|
1155
|
-
.lib-xplat-button.secondary.xplat-lightblue-800:hover {
|
|
1156
|
-
background-color: rgb(226.92, 236.64, 246.48);
|
|
1157
|
-
}
|
|
1158
|
-
.lib-xplat-button.secondary.xplat-lightblue-900 {
|
|
1159
|
-
color: #175791;
|
|
1160
|
-
border-color: #175791;
|
|
1161
|
-
}
|
|
1162
|
-
.lib-xplat-button.secondary.xplat-lightblue-900:hover {
|
|
1163
|
-
background-color: rgb(227.16, 234.84, 241.8);
|
|
1164
|
-
}
|
|
1165
|
-
.lib-xplat-button.secondary.xplat-purple-50 {
|
|
1166
|
-
color: #FBF6FE;
|
|
1167
|
-
border-color: #FBF6FE;
|
|
1168
|
-
}
|
|
1169
|
-
.lib-xplat-button.secondary.xplat-purple-50:hover {
|
|
1170
|
-
background-color: rgb(254.52, 253.92, 254.88);
|
|
1171
|
-
}
|
|
1172
|
-
.lib-xplat-button.secondary.xplat-purple-100 {
|
|
1173
|
-
color: #F5EAFD;
|
|
1174
|
-
border-color: #F5EAFD;
|
|
1175
|
-
}
|
|
1176
|
-
.lib-xplat-button.secondary.xplat-purple-100:hover {
|
|
1177
|
-
background-color: rgb(253.8, 252.48, 254.76);
|
|
1178
|
-
}
|
|
1179
|
-
.lib-xplat-button.secondary.xplat-purple-200 {
|
|
1180
|
-
color: #EDD8FC;
|
|
1181
|
-
border-color: #EDD8FC;
|
|
1182
|
-
}
|
|
1183
|
-
.lib-xplat-button.secondary.xplat-purple-200:hover {
|
|
1184
|
-
background-color: rgb(252.84, 250.32, 254.64);
|
|
1185
|
-
}
|
|
1186
|
-
.lib-xplat-button.secondary.xplat-purple-300 {
|
|
1187
|
-
color: #E0BAF8;
|
|
1188
|
-
border-color: #E0BAF8;
|
|
1189
|
-
}
|
|
1190
|
-
.lib-xplat-button.secondary.xplat-purple-300:hover {
|
|
1191
|
-
background-color: rgb(251.28, 246.72, 254.16);
|
|
1192
|
-
}
|
|
1193
|
-
.lib-xplat-button.secondary.xplat-purple-400 {
|
|
1194
|
-
color: #CD8DF3;
|
|
1195
|
-
border-color: #CD8DF3;
|
|
1196
|
-
}
|
|
1197
|
-
.lib-xplat-button.secondary.xplat-purple-400:hover {
|
|
1198
|
-
background-color: rgb(249, 241.32, 253.56);
|
|
1199
|
-
}
|
|
1200
|
-
.lib-xplat-button.secondary.xplat-purple-500 {
|
|
1201
|
-
color: #B961EB;
|
|
1202
|
-
border-color: #B961EB;
|
|
1203
|
-
}
|
|
1204
|
-
.lib-xplat-button.secondary.xplat-purple-500:hover {
|
|
1205
|
-
background-color: rgb(246.6, 236.04, 252.6);
|
|
1206
|
-
}
|
|
1207
|
-
.lib-xplat-button.secondary.xplat-purple-600 {
|
|
1208
|
-
color: #A541DC;
|
|
1209
|
-
border-color: #A541DC;
|
|
1210
|
-
}
|
|
1211
|
-
.lib-xplat-button.secondary.xplat-purple-600:hover {
|
|
1212
|
-
background-color: rgb(244.2, 232.2, 250.8);
|
|
1213
|
-
}
|
|
1214
|
-
.lib-xplat-button.secondary.xplat-purple-700 {
|
|
1215
|
-
color: #9230C5;
|
|
1216
|
-
border-color: #9230C5;
|
|
1217
|
-
}
|
|
1218
|
-
.lib-xplat-button.secondary.xplat-purple-700:hover {
|
|
1219
|
-
background-color: rgb(241.92, 230.16, 248.04);
|
|
1220
|
-
}
|
|
1221
|
-
.lib-xplat-button.secondary.xplat-purple-800 {
|
|
1222
|
-
color: #782B9E;
|
|
1223
|
-
border-color: #782B9E;
|
|
1224
|
-
}
|
|
1225
|
-
.lib-xplat-button.secondary.xplat-purple-800:hover {
|
|
1226
|
-
background-color: rgb(238.8, 229.56, 243.36);
|
|
1227
|
-
}
|
|
1228
|
-
.lib-xplat-button.secondary.xplat-purple-900 {
|
|
1229
|
-
color: #62247F;
|
|
1230
|
-
border-color: #62247F;
|
|
1231
|
-
}
|
|
1232
|
-
.lib-xplat-button.secondary.xplat-purple-900:hover {
|
|
1233
|
-
background-color: rgb(236.16, 228.72, 239.64);
|
|
1234
|
-
}
|
|
1235
|
-
.lib-xplat-button.secondary.xplat-pink-50 {
|
|
1236
|
-
color: #FFF4FE;
|
|
1237
|
-
border-color: #FFF4FE;
|
|
1238
|
-
}
|
|
1239
|
-
.lib-xplat-button.secondary.xplat-pink-50:hover {
|
|
1240
|
-
background-color: rgb(255, 253.68, 254.88);
|
|
1241
|
-
}
|
|
1242
|
-
.lib-xplat-button.secondary.xplat-pink-100 {
|
|
1243
|
-
color: #FFE7FD;
|
|
1244
|
-
border-color: #FFE7FD;
|
|
1245
|
-
}
|
|
1246
|
-
.lib-xplat-button.secondary.xplat-pink-100:hover {
|
|
1247
|
-
background-color: rgb(255, 252.12, 254.76);
|
|
1248
|
-
}
|
|
1249
|
-
.lib-xplat-button.secondary.xplat-pink-200 {
|
|
1250
|
-
color: #FFCFFA;
|
|
1251
|
-
border-color: #FFCFFA;
|
|
1252
|
-
}
|
|
1253
|
-
.lib-xplat-button.secondary.xplat-pink-200:hover {
|
|
1254
|
-
background-color: rgb(255, 249.24, 254.4);
|
|
1255
|
-
}
|
|
1256
|
-
.lib-xplat-button.secondary.xplat-pink-300 {
|
|
1257
|
-
color: #FEA9F1;
|
|
1258
|
-
border-color: #FEA9F1;
|
|
1259
|
-
}
|
|
1260
|
-
.lib-xplat-button.secondary.xplat-pink-300:hover {
|
|
1261
|
-
background-color: rgb(254.88, 244.68, 253.32);
|
|
1262
|
-
}
|
|
1263
|
-
.lib-xplat-button.secondary.xplat-pink-400 {
|
|
1264
|
-
color: #FD75E7;
|
|
1265
|
-
border-color: #FD75E7;
|
|
1266
|
-
}
|
|
1267
|
-
.lib-xplat-button.secondary.xplat-pink-400:hover {
|
|
1268
|
-
background-color: rgb(254.76, 238.44, 252.12);
|
|
1269
|
-
}
|
|
1270
|
-
.lib-xplat-button.secondary.xplat-pink-500 {
|
|
1271
|
-
color: #F553DA;
|
|
1272
|
-
border-color: #F553DA;
|
|
1273
|
-
}
|
|
1274
|
-
.lib-xplat-button.secondary.xplat-pink-500:hover {
|
|
1275
|
-
background-color: rgb(253.8, 234.36, 250.56);
|
|
1276
|
-
}
|
|
1277
|
-
.lib-xplat-button.secondary.xplat-pink-600 {
|
|
1278
|
-
color: #D821B6;
|
|
1279
|
-
border-color: #D821B6;
|
|
1280
|
-
}
|
|
1281
|
-
.lib-xplat-button.secondary.xplat-pink-600:hover {
|
|
1282
|
-
background-color: rgb(250.32, 228.36, 246.24);
|
|
1283
|
-
}
|
|
1284
|
-
.lib-xplat-button.secondary.xplat-pink-700 {
|
|
1285
|
-
color: #B31892;
|
|
1286
|
-
border-color: #B31892;
|
|
1287
|
-
}
|
|
1288
|
-
.lib-xplat-button.secondary.xplat-pink-700:hover {
|
|
1289
|
-
background-color: rgb(245.88, 227.28, 241.92);
|
|
1290
|
-
}
|
|
1291
|
-
.lib-xplat-button.secondary.xplat-pink-800 {
|
|
1292
|
-
color: #921676;
|
|
1293
|
-
border-color: #921676;
|
|
1294
|
-
}
|
|
1295
|
-
.lib-xplat-button.secondary.xplat-pink-800:hover {
|
|
1296
|
-
background-color: rgb(241.92, 227.04, 238.56);
|
|
1297
|
-
}
|
|
1298
|
-
.lib-xplat-button.secondary.xplat-pink-900 {
|
|
1299
|
-
color: #781761;
|
|
1300
|
-
border-color: #781761;
|
|
1301
|
-
}
|
|
1302
|
-
.lib-xplat-button.secondary.xplat-pink-900:hover {
|
|
1303
|
-
background-color: rgb(238.8, 227.16, 236.04);
|
|
1304
|
-
}
|
|
1305
|
-
.lib-xplat-button.secondary.xplat-neutral-50 {
|
|
1306
|
-
color: #FAFAFA;
|
|
1307
|
-
border-color: #FAFAFA;
|
|
1308
|
-
}
|
|
1309
|
-
.lib-xplat-button.secondary.xplat-neutral-50:hover {
|
|
1310
|
-
background-color: rgb(254.4, 254.4, 254.4);
|
|
1311
|
-
}
|
|
1312
|
-
.lib-xplat-button.secondary.xplat-neutral-100 {
|
|
1313
|
-
color: #F5F5F5;
|
|
1314
|
-
border-color: #F5F5F5;
|
|
1315
|
-
}
|
|
1316
|
-
.lib-xplat-button.secondary.xplat-neutral-100:hover {
|
|
1317
|
-
background-color: rgb(253.8, 253.8, 253.8);
|
|
1318
|
-
}
|
|
1319
|
-
.lib-xplat-button.secondary.xplat-neutral-200 {
|
|
1320
|
-
color: #E5E5E5;
|
|
1321
|
-
border-color: #E5E5E5;
|
|
1322
|
-
}
|
|
1323
|
-
.lib-xplat-button.secondary.xplat-neutral-200:hover {
|
|
1324
|
-
background-color: rgb(251.88, 251.88, 251.88);
|
|
1325
|
-
}
|
|
1326
|
-
.lib-xplat-button.secondary.xplat-neutral-300 {
|
|
1327
|
-
color: #D4D4D4;
|
|
1328
|
-
border-color: #D4D4D4;
|
|
1329
|
-
}
|
|
1330
|
-
.lib-xplat-button.secondary.xplat-neutral-300:hover {
|
|
1331
|
-
background-color: rgb(249.84, 249.84, 249.84);
|
|
1332
|
-
}
|
|
1333
|
-
.lib-xplat-button.secondary.xplat-neutral-400 {
|
|
1334
|
-
color: #A1A1A1;
|
|
1335
|
-
border-color: #A1A1A1;
|
|
1336
|
-
}
|
|
1337
|
-
.lib-xplat-button.secondary.xplat-neutral-400:hover {
|
|
1338
|
-
background-color: rgb(243.72, 243.72, 243.72);
|
|
1339
|
-
}
|
|
1340
|
-
.lib-xplat-button.secondary.xplat-neutral-500 {
|
|
1341
|
-
color: #737373;
|
|
1342
|
-
border-color: #737373;
|
|
1343
|
-
}
|
|
1344
|
-
.lib-xplat-button.secondary.xplat-neutral-500:hover {
|
|
1345
|
-
background-color: rgb(238.2, 238.2, 238.2);
|
|
1346
|
-
}
|
|
1347
|
-
.lib-xplat-button.secondary.xplat-neutral-600 {
|
|
1348
|
-
color: #525252;
|
|
1349
|
-
border-color: #525252;
|
|
1350
|
-
}
|
|
1351
|
-
.lib-xplat-button.secondary.xplat-neutral-600:hover {
|
|
1352
|
-
background-color: rgb(234.24, 234.24, 234.24);
|
|
1353
|
-
}
|
|
1354
|
-
.lib-xplat-button.secondary.xplat-neutral-700 {
|
|
1355
|
-
color: #404040;
|
|
1356
|
-
border-color: #404040;
|
|
1357
|
-
}
|
|
1358
|
-
.lib-xplat-button.secondary.xplat-neutral-700:hover {
|
|
1359
|
-
background-color: rgb(232.08, 232.08, 232.08);
|
|
1360
|
-
}
|
|
1361
|
-
.lib-xplat-button.secondary.xplat-neutral-800 {
|
|
1362
|
-
color: #262626;
|
|
1363
|
-
border-color: #262626;
|
|
1364
|
-
}
|
|
1365
|
-
.lib-xplat-button.secondary.xplat-neutral-800:hover {
|
|
1366
|
-
background-color: rgb(228.96, 228.96, 228.96);
|
|
1367
|
-
}
|
|
1368
|
-
.lib-xplat-button.secondary.xplat-neutral-900 {
|
|
1369
|
-
color: #171717;
|
|
1370
|
-
border-color: #171717;
|
|
1371
|
-
}
|
|
1372
|
-
.lib-xplat-button.secondary.xplat-neutral-900:hover {
|
|
1373
|
-
background-color: rgb(227.16, 227.16, 227.16);
|
|
1374
|
-
}
|
|
1375
|
-
.lib-xplat-button.secondary.xplat-black {
|
|
1376
|
-
color: #000000;
|
|
1377
|
-
border-color: #000000;
|
|
1378
|
-
}
|
|
1379
|
-
.lib-xplat-button.secondary.xplat-black:hover {
|
|
1380
|
-
background-color: rgb(224.4, 224.4, 224.4);
|
|
1381
|
-
}
|
|
1382
|
-
.lib-xplat-button.secondary.xplat-white {
|
|
1383
|
-
color: #FFFFFF;
|
|
1384
|
-
border-color: #FFFFFF;
|
|
1385
|
-
}
|
|
1386
|
-
.lib-xplat-button.secondary.xplat-white:hover {
|
|
1387
|
-
background-color: white;
|
|
1388
|
-
}
|
|
1389
|
-
.lib-xplat-button.secondary.test-default {
|
|
1390
|
-
color: #ffffff;
|
|
1391
|
-
border-color: #ffffff;
|
|
1392
|
-
}
|
|
1393
|
-
.lib-xplat-button.secondary.test-default:hover {
|
|
1394
|
-
background-color: white;
|
|
964
|
+
.lib-xplat-button.secondary:hover {
|
|
965
|
+
background-color: color-mix(in srgb, var(--ds-color) 12%, white);
|
|
1395
966
|
}
|
|
1396
967
|
|
|
1397
968
|
/* src/components/Modal/modal.scss */
|