@mycause/ui 0.0.0-ca202c12 → 0.0.0-ca5358d9
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/CHANGELOG.md +375 -0
- package/README.md +9 -0
- package/dist/components/button-select/button-select.d.ts +12 -0
- package/dist/components/button-select/button-select.stories.d.ts +13 -0
- package/dist/components/button-select/index.d.ts +1 -0
- package/dist/components/campaign-card/campaign-card.d.ts +9 -0
- package/dist/components/campaign-card/campaign-card.stories.d.ts +14 -0
- package/dist/components/campaign-card/index.d.ts +1 -0
- package/dist/components/campaign-of-month/campaign-of-month.d.ts +14 -0
- package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +14 -0
- package/dist/components/campaign-of-month/index.d.ts +1 -0
- package/dist/components/charity-card/charity-card.d.ts +7 -0
- package/dist/components/charity-card/charity-card.stories.d.ts +14 -0
- package/dist/components/charity-card/index.d.ts +1 -0
- package/dist/components/checkbox/checkbox.d.ts +4 -4
- package/dist/components/checkbox/index.d.ts +1 -1
- package/dist/components/combo-field/combo-field.d.ts +4 -1
- package/dist/components/comment-section/comment-section.d.ts +23 -0
- package/dist/components/comment-section/comment-section.stories.d.ts +13 -0
- package/dist/components/comment-section/index.d.ts +1 -0
- package/dist/components/comment-section/sub-comments.d.ts +6 -0
- package/dist/components/cropper/cropper.d.ts +22 -0
- package/dist/components/cropper/cropper.stories.d.ts +12 -0
- package/dist/components/cropper/index.d.ts +1 -0
- package/dist/components/date-picker/date-picker.d.ts +27 -0
- package/dist/components/date-picker/date-picker.stories.d.ts +32 -0
- package/dist/components/date-picker/index.d.ts +2 -0
- package/dist/components/date-picker/single-date-picker.d.ts +25 -0
- package/dist/components/donate-card/donate-card.d.ts +8 -0
- package/dist/components/donate-card/donate-card.stories.d.ts +14 -0
- package/dist/components/donate-card/index.d.ts +1 -0
- package/dist/components/donation-form/donation-details.d.ts +12 -0
- package/dist/components/donation-form/donation-form.d.ts +64 -0
- package/dist/components/donation-form/donation-form.stories.d.ts +12 -0
- package/dist/components/donation-form/donation-payment.d.ts +13 -0
- package/dist/components/donation-form/donation-select.d.ts +13 -0
- package/dist/components/donation-form/index.d.ts +1 -0
- package/dist/components/elevation/elevation.d.ts +5 -3
- package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +14 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +14 -0
- package/dist/components/featured-campaign-card/index.d.ts +1 -0
- package/dist/components/featured-campaign-card /featured-campaign-card.d.ts +14 -0
- package/dist/components/featured-campaign-card /featured-campaign-card.stories.d.ts +14 -0
- package/dist/components/field-helpers/field-helper-text.d.ts +8 -0
- package/dist/components/field-helpers/field-label.d.ts +8 -0
- package/dist/components/field-helpers/index.d.ts +2 -0
- package/dist/components/fundraising-section/fundraising-section.d.ts +9 -0
- package/dist/components/fundraising-section/fundraising-section.stories.d.ts +14 -0
- package/dist/components/fundraising-section/index.d.ts +1 -0
- package/dist/components/hero-banner/hero-banner.d.ts +9 -0
- package/dist/components/hero-banner/hero-banner.stories.d.ts +14 -0
- package/dist/components/hero-banner/index.d.ts +1 -0
- package/dist/components/horizontalbar/horizontalbar.d.ts +11 -0
- package/dist/components/horizontalbar/horizontalbar.stories.d.ts +26 -0
- package/dist/components/horizontalbar/index.d.ts +1 -0
- package/dist/components/icon/heart-toggle.d.ts +11 -0
- package/dist/components/icon/heart-toggle.stories.d.ts +13 -0
- package/dist/components/icon/index.d.ts +1 -1
- package/dist/components/index.d.ts +23 -0
- package/dist/components/layout/box.d.ts +382 -0
- package/dist/components/layout/flex.d.ts +2 -1
- package/dist/components/layout/grid.d.ts +9 -0
- package/dist/components/layout/grid.stories.d.ts +13 -0
- package/dist/components/layout/index.d.ts +2 -0
- package/dist/components/list/list.d.ts +33 -14
- package/dist/components/list/list.stories.d.ts +8 -2
- package/dist/components/login/index.d.ts +1 -0
- package/dist/components/login/login.d.ts +15 -0
- package/dist/components/login/login.stories.d.ts +19 -0
- package/dist/components/logo/logo-type.d.ts +2 -1
- package/dist/components/modal/index.d.ts +1 -0
- package/dist/components/modal/modal.d.ts +20 -0
- package/dist/components/modal/modal.stories.d.ts +31 -0
- package/dist/components/nav/icons/IconBigger.d.ts +5 -0
- package/dist/components/nav/icons/IconSmaller.d.ts +5 -0
- package/dist/components/nav/index.d.ts +1 -0
- package/dist/components/nav/nav-actions.d.ts +5 -0
- package/dist/components/nav/nav-bar.d.ts +7 -0
- package/dist/components/nav/nav-call-to-action.d.ts +5 -0
- package/dist/components/nav/nav-expanded-charity.d.ts +13 -0
- package/dist/components/nav/nav-expanded.d.ts +14 -0
- package/dist/components/nav/nav-list.d.ts +29 -0
- package/dist/components/nav/nav-menu-control.d.ts +8 -0
- package/dist/components/nav/nav-menu.d.ts +12 -0
- package/dist/components/nav/nav-search-control.d.ts +8 -0
- package/dist/components/nav/nav-search.d.ts +9 -0
- package/dist/components/nav/nav-sign-in-control.d.ts +12 -0
- package/dist/components/nav/nav-user-menu-items.d.ts +20 -0
- package/dist/components/nav/nav-user-menu.d.ts +18 -0
- package/dist/components/nav/nav.d.ts +56 -0
- package/dist/components/nav/nav.stories.d.ts +11 -0
- package/dist/components/navigation/navigation-expanded.d.ts +1 -1
- package/dist/components/navigation/navigation-list.d.ts +3 -1
- package/dist/components/navigation/navigation-menu.d.ts +2 -1
- package/dist/components/navigation/navigation-sign-in-control.d.ts +6 -3
- package/dist/components/navigation/navigation-user-menu.d.ts +3 -2
- package/dist/components/navigation/navigation.d.ts +32 -14
- package/dist/components/navigation/navigation.stories.d.ts +3 -21
- package/dist/components/phone-number-input/index.d.ts +2 -0
- package/dist/components/phone-number-input/phone-number-input.d.ts +25 -0
- package/dist/components/phone-number-input/phone-number-input.stories.d.ts +13 -0
- package/dist/components/phone-number-input/util.d.ts +2 -0
- package/dist/components/popup/index.d.ts +1 -0
- package/dist/components/popup/popup.d.ts +8 -0
- package/dist/components/popup/popup.stories.d.ts +14 -0
- package/dist/components/progressbar/index.d.ts +1 -0
- package/dist/components/progressbar/progressbar.d.ts +8 -0
- package/dist/components/progressbar/progressbar.stories.d.ts +14 -0
- package/dist/components/radio/index.d.ts +1 -0
- package/dist/components/select/select.d.ts +5 -2
- package/dist/components/spinner/index.d.ts +1 -0
- package/dist/components/spinner/spinner.d.ts +8 -0
- package/dist/components/spinner/spinner.stories.d.ts +13 -0
- package/dist/components/start-campaign-card/index.d.ts +1 -0
- package/dist/components/start-campaign-card/start-campaign-card.d.ts +8 -0
- package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +14 -0
- package/dist/components/statistics/statistics.d.ts +2 -1
- package/dist/components/tabs/nav-tabs.d.ts +18 -0
- package/dist/components/tabs/tabs.d.ts +3 -1
- package/dist/components/text/text.d.ts +3 -2
- package/dist/components/text-field/text-field.d.ts +2 -0
- package/dist/components/uploader/index.d.ts +1 -0
- package/dist/components/uploader/uploader.d.ts +23 -0
- package/dist/index.esm.js +9705 -1270
- package/dist/index.js +9731 -1266
- package/dist/utils/parse-numbers.d.ts +2 -0
- package/package.json +14 -1
- package/styles/index.css +1474 -2
- package/styles/reset.css +1 -0
- package/dist/components/mycause-statistics/index.d.ts +0 -1
- package/dist/components/mycause-statistics/mycause-statistics.d.ts +0 -12
package/styles/index.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@import url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.4.3/css/flag-icon.min.css");
|
|
1
2
|
:root {
|
|
2
3
|
--mdc-theme-primary: #358b76;
|
|
3
4
|
--mdc-theme-secondary: #f05c6a;
|
|
@@ -1237,6 +1238,1139 @@ svg.mdc-button__icon {
|
|
|
1237
1238
|
.mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
|
|
1238
1239
|
content: none; }
|
|
1239
1240
|
|
|
1241
|
+
.PresetDateRangePicker_panel {
|
|
1242
|
+
padding: 0 22px 11px; }
|
|
1243
|
+
|
|
1244
|
+
.PresetDateRangePicker_button {
|
|
1245
|
+
position: relative;
|
|
1246
|
+
height: 100%;
|
|
1247
|
+
text-align: center;
|
|
1248
|
+
background: 0 0;
|
|
1249
|
+
border: 2px solid #00a699;
|
|
1250
|
+
color: #00a699;
|
|
1251
|
+
padding: 4px 12px;
|
|
1252
|
+
margin-right: 8px;
|
|
1253
|
+
font: inherit;
|
|
1254
|
+
font-weight: 700;
|
|
1255
|
+
line-height: normal;
|
|
1256
|
+
overflow: visible;
|
|
1257
|
+
box-sizing: border-box;
|
|
1258
|
+
cursor: pointer; }
|
|
1259
|
+
|
|
1260
|
+
.PresetDateRangePicker_button:active {
|
|
1261
|
+
outline: 0; }
|
|
1262
|
+
|
|
1263
|
+
.PresetDateRangePicker_button__selected {
|
|
1264
|
+
color: #fff;
|
|
1265
|
+
background: #00a699; }
|
|
1266
|
+
|
|
1267
|
+
.SingleDatePickerInput {
|
|
1268
|
+
display: inline-block;
|
|
1269
|
+
background-color: #fff; }
|
|
1270
|
+
|
|
1271
|
+
.SingleDatePickerInput__withBorder {
|
|
1272
|
+
border-radius: 2px;
|
|
1273
|
+
border: 1px solid #dbdbdb; }
|
|
1274
|
+
|
|
1275
|
+
.SingleDatePickerInput__rtl {
|
|
1276
|
+
direction: rtl; }
|
|
1277
|
+
|
|
1278
|
+
.SingleDatePickerInput__disabled {
|
|
1279
|
+
background-color: #f2f2f2; }
|
|
1280
|
+
|
|
1281
|
+
.SingleDatePickerInput__block {
|
|
1282
|
+
display: block; }
|
|
1283
|
+
|
|
1284
|
+
.SingleDatePickerInput__showClearDate {
|
|
1285
|
+
padding-right: 30px; }
|
|
1286
|
+
|
|
1287
|
+
.SingleDatePickerInput_clearDate {
|
|
1288
|
+
background: 0 0;
|
|
1289
|
+
border: 0;
|
|
1290
|
+
color: inherit;
|
|
1291
|
+
font: inherit;
|
|
1292
|
+
line-height: normal;
|
|
1293
|
+
overflow: visible;
|
|
1294
|
+
cursor: pointer;
|
|
1295
|
+
padding: 10px;
|
|
1296
|
+
margin: 0 10px 0 5px;
|
|
1297
|
+
position: absolute;
|
|
1298
|
+
right: 0;
|
|
1299
|
+
top: 50%;
|
|
1300
|
+
transform: translateY(-50%); }
|
|
1301
|
+
|
|
1302
|
+
.SingleDatePickerInput_clearDate__default:focus,
|
|
1303
|
+
.SingleDatePickerInput_clearDate__default:hover {
|
|
1304
|
+
background: #dbdbdb;
|
|
1305
|
+
border-radius: 50%; }
|
|
1306
|
+
|
|
1307
|
+
.SingleDatePickerInput_clearDate__small {
|
|
1308
|
+
padding: 6px; }
|
|
1309
|
+
|
|
1310
|
+
.SingleDatePickerInput_clearDate__hide {
|
|
1311
|
+
visibility: hidden; }
|
|
1312
|
+
|
|
1313
|
+
.SingleDatePickerInput_clearDate_svg {
|
|
1314
|
+
fill: #82888a;
|
|
1315
|
+
height: 12px;
|
|
1316
|
+
width: 15px;
|
|
1317
|
+
vertical-align: middle; }
|
|
1318
|
+
|
|
1319
|
+
.SingleDatePickerInput_clearDate_svg__small {
|
|
1320
|
+
height: 9px; }
|
|
1321
|
+
|
|
1322
|
+
.SingleDatePickerInput_calendarIcon {
|
|
1323
|
+
background: 0 0;
|
|
1324
|
+
border: 0;
|
|
1325
|
+
color: inherit;
|
|
1326
|
+
font: inherit;
|
|
1327
|
+
line-height: normal;
|
|
1328
|
+
overflow: visible;
|
|
1329
|
+
cursor: pointer;
|
|
1330
|
+
display: inline-block;
|
|
1331
|
+
vertical-align: middle;
|
|
1332
|
+
padding: 10px;
|
|
1333
|
+
margin: 0 5px 0 10px; }
|
|
1334
|
+
|
|
1335
|
+
.SingleDatePickerInput_calendarIcon_svg {
|
|
1336
|
+
fill: #82888a;
|
|
1337
|
+
height: 15px;
|
|
1338
|
+
width: 14px;
|
|
1339
|
+
vertical-align: middle; }
|
|
1340
|
+
|
|
1341
|
+
.SingleDatePicker {
|
|
1342
|
+
position: relative;
|
|
1343
|
+
display: inline-block; }
|
|
1344
|
+
|
|
1345
|
+
.SingleDatePicker__block {
|
|
1346
|
+
display: block; }
|
|
1347
|
+
|
|
1348
|
+
.SingleDatePicker_picker {
|
|
1349
|
+
z-index: 1;
|
|
1350
|
+
background-color: #fff;
|
|
1351
|
+
position: absolute; }
|
|
1352
|
+
|
|
1353
|
+
.SingleDatePicker_picker__rtl {
|
|
1354
|
+
direction: rtl; }
|
|
1355
|
+
|
|
1356
|
+
.SingleDatePicker_picker__directionLeft {
|
|
1357
|
+
left: 0; }
|
|
1358
|
+
|
|
1359
|
+
.SingleDatePicker_picker__directionRight {
|
|
1360
|
+
right: 0; }
|
|
1361
|
+
|
|
1362
|
+
.SingleDatePicker_picker__portal {
|
|
1363
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
1364
|
+
position: fixed;
|
|
1365
|
+
top: 0;
|
|
1366
|
+
left: 0;
|
|
1367
|
+
height: 100%;
|
|
1368
|
+
width: 100%; }
|
|
1369
|
+
|
|
1370
|
+
.SingleDatePicker_picker__fullScreenPortal {
|
|
1371
|
+
background-color: #fff; }
|
|
1372
|
+
|
|
1373
|
+
.SingleDatePicker_closeButton {
|
|
1374
|
+
background: 0 0;
|
|
1375
|
+
border: 0;
|
|
1376
|
+
color: inherit;
|
|
1377
|
+
font: inherit;
|
|
1378
|
+
line-height: normal;
|
|
1379
|
+
overflow: visible;
|
|
1380
|
+
cursor: pointer;
|
|
1381
|
+
position: absolute;
|
|
1382
|
+
top: 0;
|
|
1383
|
+
right: 0;
|
|
1384
|
+
padding: 15px;
|
|
1385
|
+
z-index: 2; }
|
|
1386
|
+
|
|
1387
|
+
.SingleDatePicker_closeButton:focus,
|
|
1388
|
+
.SingleDatePicker_closeButton:hover {
|
|
1389
|
+
color: #b0b3b4;
|
|
1390
|
+
text-decoration: none; }
|
|
1391
|
+
|
|
1392
|
+
.SingleDatePicker_closeButton_svg {
|
|
1393
|
+
height: 15px;
|
|
1394
|
+
width: 15px;
|
|
1395
|
+
fill: #cacccd; }
|
|
1396
|
+
|
|
1397
|
+
.DayPickerKeyboardShortcuts_buttonReset {
|
|
1398
|
+
background: 0 0;
|
|
1399
|
+
border: 0;
|
|
1400
|
+
border-radius: 0;
|
|
1401
|
+
color: inherit;
|
|
1402
|
+
font: inherit;
|
|
1403
|
+
line-height: normal;
|
|
1404
|
+
overflow: visible;
|
|
1405
|
+
padding: 0;
|
|
1406
|
+
cursor: pointer;
|
|
1407
|
+
font-size: 14px; }
|
|
1408
|
+
|
|
1409
|
+
.DayPickerKeyboardShortcuts_buttonReset:active {
|
|
1410
|
+
outline: 0; }
|
|
1411
|
+
|
|
1412
|
+
.DayPickerKeyboardShortcuts_show {
|
|
1413
|
+
width: 33px;
|
|
1414
|
+
height: 26px;
|
|
1415
|
+
position: absolute;
|
|
1416
|
+
z-index: 2; }
|
|
1417
|
+
|
|
1418
|
+
.DayPickerKeyboardShortcuts_show::before {
|
|
1419
|
+
content: "";
|
|
1420
|
+
display: block;
|
|
1421
|
+
position: absolute; }
|
|
1422
|
+
|
|
1423
|
+
.DayPickerKeyboardShortcuts_show__bottomRight {
|
|
1424
|
+
bottom: 0;
|
|
1425
|
+
right: 0; }
|
|
1426
|
+
|
|
1427
|
+
.DayPickerKeyboardShortcuts_show__bottomRight::before {
|
|
1428
|
+
border-top: 26px solid transparent;
|
|
1429
|
+
border-right: 33px solid #00a699;
|
|
1430
|
+
bottom: 0;
|
|
1431
|
+
right: 0; }
|
|
1432
|
+
|
|
1433
|
+
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
|
|
1434
|
+
border-right: 33px solid #008489; }
|
|
1435
|
+
|
|
1436
|
+
.DayPickerKeyboardShortcuts_show__topRight {
|
|
1437
|
+
top: 0;
|
|
1438
|
+
right: 0; }
|
|
1439
|
+
|
|
1440
|
+
.DayPickerKeyboardShortcuts_show__topRight::before {
|
|
1441
|
+
border-bottom: 26px solid transparent;
|
|
1442
|
+
border-right: 33px solid #00a699;
|
|
1443
|
+
top: 0;
|
|
1444
|
+
right: 0; }
|
|
1445
|
+
|
|
1446
|
+
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
|
|
1447
|
+
border-right: 33px solid #008489; }
|
|
1448
|
+
|
|
1449
|
+
.DayPickerKeyboardShortcuts_show__topLeft {
|
|
1450
|
+
top: 0;
|
|
1451
|
+
left: 0; }
|
|
1452
|
+
|
|
1453
|
+
.DayPickerKeyboardShortcuts_show__topLeft::before {
|
|
1454
|
+
border-bottom: 26px solid transparent;
|
|
1455
|
+
border-left: 33px solid #00a699;
|
|
1456
|
+
top: 0;
|
|
1457
|
+
left: 0; }
|
|
1458
|
+
|
|
1459
|
+
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
|
|
1460
|
+
border-left: 33px solid #008489; }
|
|
1461
|
+
|
|
1462
|
+
.DayPickerKeyboardShortcuts_showSpan {
|
|
1463
|
+
color: #fff;
|
|
1464
|
+
position: absolute; }
|
|
1465
|
+
|
|
1466
|
+
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
|
|
1467
|
+
bottom: 0;
|
|
1468
|
+
right: 5px; }
|
|
1469
|
+
|
|
1470
|
+
.DayPickerKeyboardShortcuts_showSpan__topRight {
|
|
1471
|
+
top: 1px;
|
|
1472
|
+
right: 5px; }
|
|
1473
|
+
|
|
1474
|
+
.DayPickerKeyboardShortcuts_showSpan__topLeft {
|
|
1475
|
+
top: 1px;
|
|
1476
|
+
left: 5px; }
|
|
1477
|
+
|
|
1478
|
+
.DayPickerKeyboardShortcuts_panel {
|
|
1479
|
+
overflow: auto;
|
|
1480
|
+
background: #fff;
|
|
1481
|
+
border: 1px solid #dbdbdb;
|
|
1482
|
+
border-radius: 2px;
|
|
1483
|
+
position: absolute;
|
|
1484
|
+
top: 0;
|
|
1485
|
+
bottom: 0;
|
|
1486
|
+
right: 0;
|
|
1487
|
+
left: 0;
|
|
1488
|
+
z-index: 2;
|
|
1489
|
+
padding: 22px;
|
|
1490
|
+
margin: 33px;
|
|
1491
|
+
text-align: left; }
|
|
1492
|
+
|
|
1493
|
+
.DayPickerKeyboardShortcuts_title {
|
|
1494
|
+
font-size: 16px;
|
|
1495
|
+
font-weight: 700;
|
|
1496
|
+
margin: 0; }
|
|
1497
|
+
|
|
1498
|
+
.DayPickerKeyboardShortcuts_list {
|
|
1499
|
+
list-style: none;
|
|
1500
|
+
padding: 0;
|
|
1501
|
+
font-size: 14px; }
|
|
1502
|
+
|
|
1503
|
+
.DayPickerKeyboardShortcuts_close {
|
|
1504
|
+
position: absolute;
|
|
1505
|
+
right: 22px;
|
|
1506
|
+
top: 22px;
|
|
1507
|
+
z-index: 2; }
|
|
1508
|
+
|
|
1509
|
+
.DayPickerKeyboardShortcuts_close:active {
|
|
1510
|
+
outline: 0; }
|
|
1511
|
+
|
|
1512
|
+
.DayPickerKeyboardShortcuts_closeSvg {
|
|
1513
|
+
height: 15px;
|
|
1514
|
+
width: 15px;
|
|
1515
|
+
fill: #cacccd; }
|
|
1516
|
+
|
|
1517
|
+
.DayPickerKeyboardShortcuts_closeSvg:focus,
|
|
1518
|
+
.DayPickerKeyboardShortcuts_closeSvg:hover {
|
|
1519
|
+
fill: #82888a; }
|
|
1520
|
+
|
|
1521
|
+
.CalendarDay {
|
|
1522
|
+
box-sizing: border-box;
|
|
1523
|
+
cursor: pointer;
|
|
1524
|
+
font-size: 14px;
|
|
1525
|
+
text-align: center; }
|
|
1526
|
+
|
|
1527
|
+
.CalendarDay:active {
|
|
1528
|
+
outline: 0; }
|
|
1529
|
+
|
|
1530
|
+
.CalendarDay__defaultCursor {
|
|
1531
|
+
cursor: default; }
|
|
1532
|
+
|
|
1533
|
+
.CalendarDay__default {
|
|
1534
|
+
border: 1px solid #e4e7e7;
|
|
1535
|
+
color: #484848;
|
|
1536
|
+
background: #fff; }
|
|
1537
|
+
|
|
1538
|
+
.CalendarDay__default:hover {
|
|
1539
|
+
background: #e4e7e7;
|
|
1540
|
+
border: 1px solid #e4e7e7;
|
|
1541
|
+
color: inherit; }
|
|
1542
|
+
|
|
1543
|
+
.CalendarDay__hovered_offset {
|
|
1544
|
+
background: #f4f5f5;
|
|
1545
|
+
border: 1px double #e4e7e7;
|
|
1546
|
+
color: inherit; }
|
|
1547
|
+
|
|
1548
|
+
.CalendarDay__outside {
|
|
1549
|
+
border: 0;
|
|
1550
|
+
background: #fff;
|
|
1551
|
+
color: #484848; }
|
|
1552
|
+
|
|
1553
|
+
.CalendarDay__outside:hover {
|
|
1554
|
+
border: 0; }
|
|
1555
|
+
|
|
1556
|
+
.CalendarDay__blocked_minimum_nights {
|
|
1557
|
+
background: #fff;
|
|
1558
|
+
border: 1px solid #eceeee;
|
|
1559
|
+
color: #cacccd; }
|
|
1560
|
+
|
|
1561
|
+
.CalendarDay__blocked_minimum_nights:active,
|
|
1562
|
+
.CalendarDay__blocked_minimum_nights:hover {
|
|
1563
|
+
background: #fff;
|
|
1564
|
+
color: #cacccd; }
|
|
1565
|
+
|
|
1566
|
+
.CalendarDay__highlighted_calendar {
|
|
1567
|
+
background: #ffe8bc;
|
|
1568
|
+
color: #484848; }
|
|
1569
|
+
|
|
1570
|
+
.CalendarDay__highlighted_calendar:active,
|
|
1571
|
+
.CalendarDay__highlighted_calendar:hover {
|
|
1572
|
+
background: #ffce71;
|
|
1573
|
+
color: #484848; }
|
|
1574
|
+
|
|
1575
|
+
.CalendarDay__selected_span {
|
|
1576
|
+
background: #66e2da;
|
|
1577
|
+
border: 1px double #33dacd;
|
|
1578
|
+
color: #fff; }
|
|
1579
|
+
|
|
1580
|
+
.CalendarDay__selected_span:active,
|
|
1581
|
+
.CalendarDay__selected_span:hover {
|
|
1582
|
+
background: #33dacd;
|
|
1583
|
+
border: 1px double #33dacd;
|
|
1584
|
+
color: #fff; }
|
|
1585
|
+
|
|
1586
|
+
.CalendarDay__selected,
|
|
1587
|
+
.CalendarDay__selected:active,
|
|
1588
|
+
.CalendarDay__selected:hover {
|
|
1589
|
+
background: #00a699;
|
|
1590
|
+
border: 1px double #00a699;
|
|
1591
|
+
color: #fff; }
|
|
1592
|
+
|
|
1593
|
+
.CalendarDay__hovered_span,
|
|
1594
|
+
.CalendarDay__hovered_span:hover {
|
|
1595
|
+
background: #b2f1ec;
|
|
1596
|
+
border: 1px double #80e8e0;
|
|
1597
|
+
color: #007a87; }
|
|
1598
|
+
|
|
1599
|
+
.CalendarDay__hovered_span:active {
|
|
1600
|
+
background: #80e8e0;
|
|
1601
|
+
border: 1px double #80e8e0;
|
|
1602
|
+
color: #007a87; }
|
|
1603
|
+
|
|
1604
|
+
.CalendarDay__blocked_calendar,
|
|
1605
|
+
.CalendarDay__blocked_calendar:active,
|
|
1606
|
+
.CalendarDay__blocked_calendar:hover {
|
|
1607
|
+
background: #cacccd;
|
|
1608
|
+
border: 1px solid #cacccd;
|
|
1609
|
+
color: #82888a; }
|
|
1610
|
+
|
|
1611
|
+
.CalendarDay__blocked_out_of_range,
|
|
1612
|
+
.CalendarDay__blocked_out_of_range:active,
|
|
1613
|
+
.CalendarDay__blocked_out_of_range:hover {
|
|
1614
|
+
background: #fff;
|
|
1615
|
+
border: 1px solid #e4e7e7;
|
|
1616
|
+
color: #cacccd; }
|
|
1617
|
+
|
|
1618
|
+
.CalendarDay__hovered_start_first_possible_end {
|
|
1619
|
+
background: #eceeee;
|
|
1620
|
+
border: 1px double #eceeee; }
|
|
1621
|
+
|
|
1622
|
+
.CalendarDay__hovered_start_blocked_min_nights {
|
|
1623
|
+
background: #eceeee;
|
|
1624
|
+
border: 1px double #e4e7e7; }
|
|
1625
|
+
|
|
1626
|
+
.CalendarMonth {
|
|
1627
|
+
background: #fff;
|
|
1628
|
+
text-align: center;
|
|
1629
|
+
vertical-align: top;
|
|
1630
|
+
-webkit-user-select: none;
|
|
1631
|
+
-moz-user-select: none;
|
|
1632
|
+
-ms-user-select: none;
|
|
1633
|
+
user-select: none; }
|
|
1634
|
+
|
|
1635
|
+
.CalendarMonth_table {
|
|
1636
|
+
border-collapse: collapse;
|
|
1637
|
+
border-spacing: 0; }
|
|
1638
|
+
|
|
1639
|
+
.CalendarMonth_verticalSpacing {
|
|
1640
|
+
border-collapse: separate; }
|
|
1641
|
+
|
|
1642
|
+
.CalendarMonth_caption {
|
|
1643
|
+
color: #484848;
|
|
1644
|
+
font-size: 18px;
|
|
1645
|
+
text-align: center;
|
|
1646
|
+
padding-top: 22px;
|
|
1647
|
+
padding-bottom: 37px;
|
|
1648
|
+
caption-side: top;
|
|
1649
|
+
caption-side: initial; }
|
|
1650
|
+
|
|
1651
|
+
.CalendarMonth_caption__verticalScrollable {
|
|
1652
|
+
padding-top: 12px;
|
|
1653
|
+
padding-bottom: 7px; }
|
|
1654
|
+
|
|
1655
|
+
.CalendarMonthGrid {
|
|
1656
|
+
background: #fff;
|
|
1657
|
+
text-align: left;
|
|
1658
|
+
z-index: 0; }
|
|
1659
|
+
|
|
1660
|
+
.CalendarMonthGrid__animating {
|
|
1661
|
+
z-index: 1; }
|
|
1662
|
+
|
|
1663
|
+
.CalendarMonthGrid__horizontal {
|
|
1664
|
+
position: absolute;
|
|
1665
|
+
left: 9px; }
|
|
1666
|
+
|
|
1667
|
+
.CalendarMonthGrid__vertical {
|
|
1668
|
+
margin: 0 auto; }
|
|
1669
|
+
|
|
1670
|
+
.CalendarMonthGrid__vertical_scrollable {
|
|
1671
|
+
margin: 0 auto;
|
|
1672
|
+
overflow-y: scroll; }
|
|
1673
|
+
|
|
1674
|
+
.CalendarMonthGrid_month__horizontal {
|
|
1675
|
+
display: inline-block;
|
|
1676
|
+
vertical-align: top;
|
|
1677
|
+
min-height: 100%; }
|
|
1678
|
+
|
|
1679
|
+
.CalendarMonthGrid_month__hideForAnimation {
|
|
1680
|
+
position: absolute;
|
|
1681
|
+
z-index: -1;
|
|
1682
|
+
opacity: 0;
|
|
1683
|
+
pointer-events: none; }
|
|
1684
|
+
|
|
1685
|
+
.CalendarMonthGrid_month__hidden {
|
|
1686
|
+
visibility: hidden; }
|
|
1687
|
+
|
|
1688
|
+
.DayPickerNavigation {
|
|
1689
|
+
position: relative;
|
|
1690
|
+
z-index: 2; }
|
|
1691
|
+
|
|
1692
|
+
.DayPickerNavigation__horizontal {
|
|
1693
|
+
height: 0; }
|
|
1694
|
+
|
|
1695
|
+
.DayPickerNavigation__verticalDefault {
|
|
1696
|
+
position: absolute;
|
|
1697
|
+
width: 100%;
|
|
1698
|
+
height: 52px;
|
|
1699
|
+
bottom: 0;
|
|
1700
|
+
left: 0; }
|
|
1701
|
+
|
|
1702
|
+
.DayPickerNavigation__verticalScrollableDefault {
|
|
1703
|
+
position: relative; }
|
|
1704
|
+
|
|
1705
|
+
.DayPickerNavigation__bottom {
|
|
1706
|
+
height: auto; }
|
|
1707
|
+
|
|
1708
|
+
.DayPickerNavigation__bottomDefault {
|
|
1709
|
+
-webkit-box-pack: justify;
|
|
1710
|
+
-ms-flex-pack: justify;
|
|
1711
|
+
display: flex;
|
|
1712
|
+
justify-content: space-between; }
|
|
1713
|
+
|
|
1714
|
+
.DayPickerNavigation_button {
|
|
1715
|
+
cursor: pointer;
|
|
1716
|
+
-webkit-user-select: none;
|
|
1717
|
+
-moz-user-select: none;
|
|
1718
|
+
-ms-user-select: none;
|
|
1719
|
+
user-select: none;
|
|
1720
|
+
border: 0;
|
|
1721
|
+
padding: 0;
|
|
1722
|
+
margin: 0; }
|
|
1723
|
+
|
|
1724
|
+
.DayPickerNavigation_button__default {
|
|
1725
|
+
border: 1px solid #e4e7e7;
|
|
1726
|
+
background-color: #fff;
|
|
1727
|
+
color: #757575; }
|
|
1728
|
+
|
|
1729
|
+
.DayPickerNavigation_button__default:focus,
|
|
1730
|
+
.DayPickerNavigation_button__default:hover {
|
|
1731
|
+
border: 1px solid #c4c4c4; }
|
|
1732
|
+
|
|
1733
|
+
.DayPickerNavigation_button__default:active {
|
|
1734
|
+
background: #f2f2f2; }
|
|
1735
|
+
|
|
1736
|
+
.DayPickerNavigation_button__disabled {
|
|
1737
|
+
cursor: default;
|
|
1738
|
+
border: 1px solid #f2f2f2; }
|
|
1739
|
+
|
|
1740
|
+
.DayPickerNavigation_button__disabled:focus,
|
|
1741
|
+
.DayPickerNavigation_button__disabled:hover {
|
|
1742
|
+
border: 1px solid #f2f2f2; }
|
|
1743
|
+
|
|
1744
|
+
.DayPickerNavigation_button__disabled:active {
|
|
1745
|
+
background: 0 0; }
|
|
1746
|
+
|
|
1747
|
+
.DayPickerNavigation_button__horizontalDefault {
|
|
1748
|
+
position: absolute;
|
|
1749
|
+
top: 18px;
|
|
1750
|
+
line-height: .78;
|
|
1751
|
+
border-radius: 3px;
|
|
1752
|
+
padding: 6px 9px; }
|
|
1753
|
+
|
|
1754
|
+
.DayPickerNavigation_bottomButton__horizontalDefault {
|
|
1755
|
+
position: static;
|
|
1756
|
+
margin: -10px 22px 30px; }
|
|
1757
|
+
|
|
1758
|
+
.DayPickerNavigation_leftButton__horizontalDefault {
|
|
1759
|
+
left: 22px; }
|
|
1760
|
+
|
|
1761
|
+
.DayPickerNavigation_rightButton__horizontalDefault {
|
|
1762
|
+
right: 22px; }
|
|
1763
|
+
|
|
1764
|
+
.DayPickerNavigation_button__verticalDefault {
|
|
1765
|
+
padding: 5px;
|
|
1766
|
+
background: #fff;
|
|
1767
|
+
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
|
|
1768
|
+
position: relative;
|
|
1769
|
+
display: inline-block;
|
|
1770
|
+
text-align: center;
|
|
1771
|
+
height: 100%;
|
|
1772
|
+
width: 50%; }
|
|
1773
|
+
|
|
1774
|
+
.DayPickerNavigation_nextButton__verticalDefault {
|
|
1775
|
+
border-left: 0; }
|
|
1776
|
+
|
|
1777
|
+
.DayPickerNavigation_nextButton__verticalScrollableDefault {
|
|
1778
|
+
width: 100%; }
|
|
1779
|
+
|
|
1780
|
+
.DayPickerNavigation_svg__horizontal {
|
|
1781
|
+
height: 19px;
|
|
1782
|
+
width: 19px;
|
|
1783
|
+
fill: #82888a;
|
|
1784
|
+
display: block; }
|
|
1785
|
+
|
|
1786
|
+
.DayPickerNavigation_svg__vertical {
|
|
1787
|
+
height: 42px;
|
|
1788
|
+
width: 42px;
|
|
1789
|
+
fill: #484848; }
|
|
1790
|
+
|
|
1791
|
+
.DayPickerNavigation_svg__disabled {
|
|
1792
|
+
fill: #f2f2f2; }
|
|
1793
|
+
|
|
1794
|
+
.DayPicker {
|
|
1795
|
+
background: #fff;
|
|
1796
|
+
position: relative;
|
|
1797
|
+
text-align: left; }
|
|
1798
|
+
|
|
1799
|
+
.DayPicker__horizontal {
|
|
1800
|
+
background: #fff; }
|
|
1801
|
+
|
|
1802
|
+
.DayPicker__verticalScrollable {
|
|
1803
|
+
height: 100%; }
|
|
1804
|
+
|
|
1805
|
+
.DayPicker__hidden {
|
|
1806
|
+
visibility: hidden; }
|
|
1807
|
+
|
|
1808
|
+
.DayPicker__withBorder {
|
|
1809
|
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
|
|
1810
|
+
border-radius: 3px; }
|
|
1811
|
+
|
|
1812
|
+
.DayPicker_portal__horizontal {
|
|
1813
|
+
box-shadow: none;
|
|
1814
|
+
position: absolute;
|
|
1815
|
+
left: 50%;
|
|
1816
|
+
top: 50%; }
|
|
1817
|
+
|
|
1818
|
+
.DayPicker_portal__vertical {
|
|
1819
|
+
position: static;
|
|
1820
|
+
position: initial; }
|
|
1821
|
+
|
|
1822
|
+
.DayPicker_focusRegion {
|
|
1823
|
+
outline: 0; }
|
|
1824
|
+
|
|
1825
|
+
.DayPicker_calendarInfo__horizontal,
|
|
1826
|
+
.DayPicker_wrapper__horizontal {
|
|
1827
|
+
display: inline-block;
|
|
1828
|
+
vertical-align: top; }
|
|
1829
|
+
|
|
1830
|
+
.DayPicker_weekHeaders {
|
|
1831
|
+
position: relative; }
|
|
1832
|
+
|
|
1833
|
+
.DayPicker_weekHeaders__horizontal {
|
|
1834
|
+
margin-left: 9px; }
|
|
1835
|
+
|
|
1836
|
+
.DayPicker_weekHeader {
|
|
1837
|
+
color: #757575;
|
|
1838
|
+
position: absolute;
|
|
1839
|
+
top: 62px;
|
|
1840
|
+
z-index: 2;
|
|
1841
|
+
text-align: left; }
|
|
1842
|
+
|
|
1843
|
+
.DayPicker_weekHeader__vertical {
|
|
1844
|
+
left: 50%; }
|
|
1845
|
+
|
|
1846
|
+
.DayPicker_weekHeader__verticalScrollable {
|
|
1847
|
+
top: 0;
|
|
1848
|
+
display: table-row;
|
|
1849
|
+
border-bottom: 1px solid #dbdbdb;
|
|
1850
|
+
background: #fff;
|
|
1851
|
+
margin-left: 0;
|
|
1852
|
+
left: 0;
|
|
1853
|
+
width: 100%;
|
|
1854
|
+
text-align: center; }
|
|
1855
|
+
|
|
1856
|
+
.DayPicker_weekHeader_ul {
|
|
1857
|
+
list-style: none;
|
|
1858
|
+
margin: 1px 0;
|
|
1859
|
+
padding-left: 0;
|
|
1860
|
+
padding-right: 0;
|
|
1861
|
+
font-size: 14px; }
|
|
1862
|
+
|
|
1863
|
+
.DayPicker_weekHeader_li {
|
|
1864
|
+
display: inline-block;
|
|
1865
|
+
text-align: center; }
|
|
1866
|
+
|
|
1867
|
+
.DayPicker_transitionContainer {
|
|
1868
|
+
position: relative;
|
|
1869
|
+
overflow: hidden;
|
|
1870
|
+
border-radius: 3px; }
|
|
1871
|
+
|
|
1872
|
+
.DayPicker_transitionContainer__horizontal {
|
|
1873
|
+
transition: height .2s ease-in-out; }
|
|
1874
|
+
|
|
1875
|
+
.DayPicker_transitionContainer__vertical {
|
|
1876
|
+
width: 100%; }
|
|
1877
|
+
|
|
1878
|
+
.DayPicker_transitionContainer__verticalScrollable {
|
|
1879
|
+
padding-top: 20px;
|
|
1880
|
+
height: 100%;
|
|
1881
|
+
position: absolute;
|
|
1882
|
+
top: 0;
|
|
1883
|
+
bottom: 0;
|
|
1884
|
+
right: 0;
|
|
1885
|
+
left: 0;
|
|
1886
|
+
overflow-y: scroll; }
|
|
1887
|
+
|
|
1888
|
+
.DateInput {
|
|
1889
|
+
margin: 0;
|
|
1890
|
+
padding: 0;
|
|
1891
|
+
background: #fff;
|
|
1892
|
+
position: relative;
|
|
1893
|
+
display: inline-block;
|
|
1894
|
+
width: 130px;
|
|
1895
|
+
vertical-align: middle; }
|
|
1896
|
+
|
|
1897
|
+
.DateInput__small {
|
|
1898
|
+
width: 97px; }
|
|
1899
|
+
|
|
1900
|
+
.DateInput__block {
|
|
1901
|
+
width: 100%; }
|
|
1902
|
+
|
|
1903
|
+
.DateInput__disabled {
|
|
1904
|
+
background: #f2f2f2;
|
|
1905
|
+
color: #dbdbdb; }
|
|
1906
|
+
|
|
1907
|
+
.DateInput_input {
|
|
1908
|
+
font-weight: 200;
|
|
1909
|
+
font-size: 19px;
|
|
1910
|
+
line-height: 24px;
|
|
1911
|
+
color: #484848;
|
|
1912
|
+
background-color: #fff;
|
|
1913
|
+
width: 100%;
|
|
1914
|
+
padding: 11px 11px 9px;
|
|
1915
|
+
border: 0;
|
|
1916
|
+
border-top: 0;
|
|
1917
|
+
border-right: 0;
|
|
1918
|
+
border-bottom: 2px solid transparent;
|
|
1919
|
+
border-left: 0;
|
|
1920
|
+
border-radius: 0; }
|
|
1921
|
+
|
|
1922
|
+
.DateInput_input__small {
|
|
1923
|
+
font-size: 15px;
|
|
1924
|
+
line-height: 18px;
|
|
1925
|
+
letter-spacing: .2px;
|
|
1926
|
+
padding: 7px 7px 5px; }
|
|
1927
|
+
|
|
1928
|
+
.DateInput_input__regular {
|
|
1929
|
+
font-weight: auto; }
|
|
1930
|
+
|
|
1931
|
+
.DateInput_input__readOnly {
|
|
1932
|
+
-webkit-user-select: none;
|
|
1933
|
+
-moz-user-select: none;
|
|
1934
|
+
-ms-user-select: none;
|
|
1935
|
+
user-select: none; }
|
|
1936
|
+
|
|
1937
|
+
.DateInput_input__focused {
|
|
1938
|
+
outline: 0;
|
|
1939
|
+
background: #fff;
|
|
1940
|
+
border: 0;
|
|
1941
|
+
border-top: 0;
|
|
1942
|
+
border-right: 0;
|
|
1943
|
+
border-bottom: 2px solid #008489;
|
|
1944
|
+
border-left: 0; }
|
|
1945
|
+
|
|
1946
|
+
.DateInput_input__disabled {
|
|
1947
|
+
background: #f2f2f2;
|
|
1948
|
+
font-style: italic; }
|
|
1949
|
+
|
|
1950
|
+
.DateInput_screenReaderMessage {
|
|
1951
|
+
border: 0;
|
|
1952
|
+
clip: rect(0, 0, 0, 0);
|
|
1953
|
+
height: 1px;
|
|
1954
|
+
margin: -1px;
|
|
1955
|
+
overflow: hidden;
|
|
1956
|
+
padding: 0;
|
|
1957
|
+
position: absolute;
|
|
1958
|
+
width: 1px; }
|
|
1959
|
+
|
|
1960
|
+
.DateInput_fang {
|
|
1961
|
+
position: absolute;
|
|
1962
|
+
width: 20px;
|
|
1963
|
+
height: 10px;
|
|
1964
|
+
left: 22px;
|
|
1965
|
+
z-index: 2; }
|
|
1966
|
+
|
|
1967
|
+
.DateInput_fangShape {
|
|
1968
|
+
fill: #fff; }
|
|
1969
|
+
|
|
1970
|
+
.DateInput_fangStroke {
|
|
1971
|
+
stroke: #dbdbdb;
|
|
1972
|
+
fill: transparent; }
|
|
1973
|
+
|
|
1974
|
+
.DateRangePickerInput {
|
|
1975
|
+
background-color: #fff;
|
|
1976
|
+
display: inline-block; }
|
|
1977
|
+
|
|
1978
|
+
.DateRangePickerInput__disabled {
|
|
1979
|
+
background: #f2f2f2; }
|
|
1980
|
+
|
|
1981
|
+
.DateRangePickerInput__withBorder {
|
|
1982
|
+
border-radius: 2px;
|
|
1983
|
+
border: 1px solid #dbdbdb; }
|
|
1984
|
+
|
|
1985
|
+
.DateRangePickerInput__rtl {
|
|
1986
|
+
direction: rtl; }
|
|
1987
|
+
|
|
1988
|
+
.DateRangePickerInput__block {
|
|
1989
|
+
display: block; }
|
|
1990
|
+
|
|
1991
|
+
.DateRangePickerInput__showClearDates {
|
|
1992
|
+
padding-right: 30px; }
|
|
1993
|
+
|
|
1994
|
+
.DateRangePickerInput_arrow {
|
|
1995
|
+
display: inline-block;
|
|
1996
|
+
vertical-align: middle;
|
|
1997
|
+
color: #484848; }
|
|
1998
|
+
|
|
1999
|
+
.DateRangePickerInput_arrow_svg {
|
|
2000
|
+
vertical-align: middle;
|
|
2001
|
+
fill: #484848;
|
|
2002
|
+
height: 24px;
|
|
2003
|
+
width: 24px; }
|
|
2004
|
+
|
|
2005
|
+
.DateRangePickerInput_clearDates {
|
|
2006
|
+
background: 0 0;
|
|
2007
|
+
border: 0;
|
|
2008
|
+
color: inherit;
|
|
2009
|
+
font: inherit;
|
|
2010
|
+
line-height: normal;
|
|
2011
|
+
overflow: visible;
|
|
2012
|
+
cursor: pointer;
|
|
2013
|
+
padding: 10px;
|
|
2014
|
+
margin: 0 10px 0 5px;
|
|
2015
|
+
position: absolute;
|
|
2016
|
+
right: 0;
|
|
2017
|
+
top: 50%;
|
|
2018
|
+
transform: translateY(-50%); }
|
|
2019
|
+
|
|
2020
|
+
.DateRangePickerInput_clearDates__small {
|
|
2021
|
+
padding: 6px; }
|
|
2022
|
+
|
|
2023
|
+
.DateRangePickerInput_clearDates_default:focus,
|
|
2024
|
+
.DateRangePickerInput_clearDates_default:hover {
|
|
2025
|
+
background: #dbdbdb;
|
|
2026
|
+
border-radius: 50%; }
|
|
2027
|
+
|
|
2028
|
+
.DateRangePickerInput_clearDates__hide {
|
|
2029
|
+
visibility: hidden; }
|
|
2030
|
+
|
|
2031
|
+
.DateRangePickerInput_clearDates_svg {
|
|
2032
|
+
fill: #82888a;
|
|
2033
|
+
height: 12px;
|
|
2034
|
+
width: 15px;
|
|
2035
|
+
vertical-align: middle; }
|
|
2036
|
+
|
|
2037
|
+
.DateRangePickerInput_clearDates_svg__small {
|
|
2038
|
+
height: 9px; }
|
|
2039
|
+
|
|
2040
|
+
.DateRangePickerInput_calendarIcon {
|
|
2041
|
+
background: 0 0;
|
|
2042
|
+
border: 0;
|
|
2043
|
+
color: inherit;
|
|
2044
|
+
font: inherit;
|
|
2045
|
+
line-height: normal;
|
|
2046
|
+
overflow: visible;
|
|
2047
|
+
cursor: pointer;
|
|
2048
|
+
display: inline-block;
|
|
2049
|
+
vertical-align: middle;
|
|
2050
|
+
padding: 10px;
|
|
2051
|
+
margin: 0 5px 0 10px; }
|
|
2052
|
+
|
|
2053
|
+
.DateRangePickerInput_calendarIcon_svg {
|
|
2054
|
+
fill: #82888a;
|
|
2055
|
+
height: 15px;
|
|
2056
|
+
width: 14px;
|
|
2057
|
+
vertical-align: middle; }
|
|
2058
|
+
|
|
2059
|
+
.DateRangePicker {
|
|
2060
|
+
position: relative;
|
|
2061
|
+
display: inline-block; }
|
|
2062
|
+
|
|
2063
|
+
.DateRangePicker__block {
|
|
2064
|
+
display: block; }
|
|
2065
|
+
|
|
2066
|
+
.DateRangePicker_picker {
|
|
2067
|
+
z-index: 1;
|
|
2068
|
+
background-color: #fff;
|
|
2069
|
+
position: absolute; }
|
|
2070
|
+
|
|
2071
|
+
.DateRangePicker_picker__rtl {
|
|
2072
|
+
direction: rtl; }
|
|
2073
|
+
|
|
2074
|
+
.DateRangePicker_picker__directionLeft {
|
|
2075
|
+
left: 0; }
|
|
2076
|
+
|
|
2077
|
+
.DateRangePicker_picker__directionRight {
|
|
2078
|
+
right: 0; }
|
|
2079
|
+
|
|
2080
|
+
.DateRangePicker_picker__portal {
|
|
2081
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
2082
|
+
position: fixed;
|
|
2083
|
+
top: 0;
|
|
2084
|
+
left: 0;
|
|
2085
|
+
height: 100%;
|
|
2086
|
+
width: 100%; }
|
|
2087
|
+
|
|
2088
|
+
.DateRangePicker_picker__fullScreenPortal {
|
|
2089
|
+
background-color: #fff; }
|
|
2090
|
+
|
|
2091
|
+
.DateRangePicker_closeButton {
|
|
2092
|
+
background: 0 0;
|
|
2093
|
+
border: 0;
|
|
2094
|
+
color: inherit;
|
|
2095
|
+
font: inherit;
|
|
2096
|
+
line-height: normal;
|
|
2097
|
+
overflow: visible;
|
|
2098
|
+
cursor: pointer;
|
|
2099
|
+
position: absolute;
|
|
2100
|
+
top: 0;
|
|
2101
|
+
right: 0;
|
|
2102
|
+
padding: 15px;
|
|
2103
|
+
z-index: 2; }
|
|
2104
|
+
|
|
2105
|
+
.DateRangePicker_closeButton:focus,
|
|
2106
|
+
.DateRangePicker_closeButton:hover {
|
|
2107
|
+
color: #b0b3b4;
|
|
2108
|
+
text-decoration: none; }
|
|
2109
|
+
|
|
2110
|
+
.DateRangePicker_closeButton_svg {
|
|
2111
|
+
height: 15px;
|
|
2112
|
+
width: 15px;
|
|
2113
|
+
fill: #cacccd; }
|
|
2114
|
+
|
|
2115
|
+
/*!
|
|
2116
|
+
* Cropper.js v1.5.6
|
|
2117
|
+
* https://fengyuanchen.github.io/cropperjs
|
|
2118
|
+
*
|
|
2119
|
+
* Copyright 2015-present Chen Fengyuan
|
|
2120
|
+
* Released under the MIT license
|
|
2121
|
+
*
|
|
2122
|
+
* Date: 2019-10-04T04:33:44.164Z
|
|
2123
|
+
*/
|
|
2124
|
+
.cropper-container {
|
|
2125
|
+
direction: ltr;
|
|
2126
|
+
font-size: 0;
|
|
2127
|
+
line-height: 0;
|
|
2128
|
+
position: relative;
|
|
2129
|
+
touch-action: none;
|
|
2130
|
+
-webkit-user-select: none;
|
|
2131
|
+
-moz-user-select: none;
|
|
2132
|
+
-ms-user-select: none;
|
|
2133
|
+
user-select: none; }
|
|
2134
|
+
|
|
2135
|
+
.cropper-container img {
|
|
2136
|
+
display: block;
|
|
2137
|
+
height: 100%;
|
|
2138
|
+
image-orientation: 0deg;
|
|
2139
|
+
max-height: none !important;
|
|
2140
|
+
max-width: none !important;
|
|
2141
|
+
min-height: 0 !important;
|
|
2142
|
+
min-width: 0 !important;
|
|
2143
|
+
width: 100%; }
|
|
2144
|
+
|
|
2145
|
+
.cropper-wrap-box,
|
|
2146
|
+
.cropper-canvas,
|
|
2147
|
+
.cropper-drag-box,
|
|
2148
|
+
.cropper-crop-box,
|
|
2149
|
+
.cropper-modal {
|
|
2150
|
+
bottom: 0;
|
|
2151
|
+
left: 0;
|
|
2152
|
+
position: absolute;
|
|
2153
|
+
right: 0;
|
|
2154
|
+
top: 0; }
|
|
2155
|
+
|
|
2156
|
+
.cropper-wrap-box,
|
|
2157
|
+
.cropper-canvas {
|
|
2158
|
+
overflow: hidden; }
|
|
2159
|
+
|
|
2160
|
+
.cropper-drag-box {
|
|
2161
|
+
background-color: #fff;
|
|
2162
|
+
opacity: 0; }
|
|
2163
|
+
|
|
2164
|
+
.cropper-modal {
|
|
2165
|
+
background-color: #000;
|
|
2166
|
+
opacity: 0.5; }
|
|
2167
|
+
|
|
2168
|
+
.cropper-view-box {
|
|
2169
|
+
display: block;
|
|
2170
|
+
height: 100%;
|
|
2171
|
+
outline: 1px solid #39f;
|
|
2172
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
2173
|
+
overflow: hidden;
|
|
2174
|
+
width: 100%; }
|
|
2175
|
+
|
|
2176
|
+
.cropper-dashed {
|
|
2177
|
+
border: 0 dashed #eee;
|
|
2178
|
+
display: block;
|
|
2179
|
+
opacity: 0.5;
|
|
2180
|
+
position: absolute; }
|
|
2181
|
+
|
|
2182
|
+
.cropper-dashed.dashed-h {
|
|
2183
|
+
border-bottom-width: 1px;
|
|
2184
|
+
border-top-width: 1px;
|
|
2185
|
+
height: calc(100% / 3);
|
|
2186
|
+
left: 0;
|
|
2187
|
+
top: calc(100% / 3);
|
|
2188
|
+
width: 100%; }
|
|
2189
|
+
|
|
2190
|
+
.cropper-dashed.dashed-v {
|
|
2191
|
+
border-left-width: 1px;
|
|
2192
|
+
border-right-width: 1px;
|
|
2193
|
+
height: 100%;
|
|
2194
|
+
left: calc(100% / 3);
|
|
2195
|
+
top: 0;
|
|
2196
|
+
width: calc(100% / 3); }
|
|
2197
|
+
|
|
2198
|
+
.cropper-center {
|
|
2199
|
+
display: block;
|
|
2200
|
+
height: 0;
|
|
2201
|
+
left: 50%;
|
|
2202
|
+
opacity: 0.75;
|
|
2203
|
+
position: absolute;
|
|
2204
|
+
top: 50%;
|
|
2205
|
+
width: 0; }
|
|
2206
|
+
|
|
2207
|
+
.cropper-center::before,
|
|
2208
|
+
.cropper-center::after {
|
|
2209
|
+
background-color: #eee;
|
|
2210
|
+
content: ' ';
|
|
2211
|
+
display: block;
|
|
2212
|
+
position: absolute; }
|
|
2213
|
+
|
|
2214
|
+
.cropper-center::before {
|
|
2215
|
+
height: 1px;
|
|
2216
|
+
left: -3px;
|
|
2217
|
+
top: 0;
|
|
2218
|
+
width: 7px; }
|
|
2219
|
+
|
|
2220
|
+
.cropper-center::after {
|
|
2221
|
+
height: 7px;
|
|
2222
|
+
left: 0;
|
|
2223
|
+
top: -3px;
|
|
2224
|
+
width: 1px; }
|
|
2225
|
+
|
|
2226
|
+
.cropper-face,
|
|
2227
|
+
.cropper-line,
|
|
2228
|
+
.cropper-point {
|
|
2229
|
+
display: block;
|
|
2230
|
+
height: 100%;
|
|
2231
|
+
opacity: 0.1;
|
|
2232
|
+
position: absolute;
|
|
2233
|
+
width: 100%; }
|
|
2234
|
+
|
|
2235
|
+
.cropper-face {
|
|
2236
|
+
background-color: #fff;
|
|
2237
|
+
left: 0;
|
|
2238
|
+
top: 0; }
|
|
2239
|
+
|
|
2240
|
+
.cropper-line {
|
|
2241
|
+
background-color: #39f; }
|
|
2242
|
+
|
|
2243
|
+
.cropper-line.line-e {
|
|
2244
|
+
cursor: ew-resize;
|
|
2245
|
+
right: -3px;
|
|
2246
|
+
top: 0;
|
|
2247
|
+
width: 5px; }
|
|
2248
|
+
|
|
2249
|
+
.cropper-line.line-n {
|
|
2250
|
+
cursor: ns-resize;
|
|
2251
|
+
height: 5px;
|
|
2252
|
+
left: 0;
|
|
2253
|
+
top: -3px; }
|
|
2254
|
+
|
|
2255
|
+
.cropper-line.line-w {
|
|
2256
|
+
cursor: ew-resize;
|
|
2257
|
+
left: -3px;
|
|
2258
|
+
top: 0;
|
|
2259
|
+
width: 5px; }
|
|
2260
|
+
|
|
2261
|
+
.cropper-line.line-s {
|
|
2262
|
+
bottom: -3px;
|
|
2263
|
+
cursor: ns-resize;
|
|
2264
|
+
height: 5px;
|
|
2265
|
+
left: 0; }
|
|
2266
|
+
|
|
2267
|
+
.cropper-point {
|
|
2268
|
+
background-color: #39f;
|
|
2269
|
+
height: 5px;
|
|
2270
|
+
opacity: 0.75;
|
|
2271
|
+
width: 5px; }
|
|
2272
|
+
|
|
2273
|
+
.cropper-point.point-e {
|
|
2274
|
+
cursor: ew-resize;
|
|
2275
|
+
margin-top: -3px;
|
|
2276
|
+
right: -3px;
|
|
2277
|
+
top: 50%; }
|
|
2278
|
+
|
|
2279
|
+
.cropper-point.point-n {
|
|
2280
|
+
cursor: ns-resize;
|
|
2281
|
+
left: 50%;
|
|
2282
|
+
margin-left: -3px;
|
|
2283
|
+
top: -3px; }
|
|
2284
|
+
|
|
2285
|
+
.cropper-point.point-w {
|
|
2286
|
+
cursor: ew-resize;
|
|
2287
|
+
left: -3px;
|
|
2288
|
+
margin-top: -3px;
|
|
2289
|
+
top: 50%; }
|
|
2290
|
+
|
|
2291
|
+
.cropper-point.point-s {
|
|
2292
|
+
bottom: -3px;
|
|
2293
|
+
cursor: s-resize;
|
|
2294
|
+
left: 50%;
|
|
2295
|
+
margin-left: -3px; }
|
|
2296
|
+
|
|
2297
|
+
.cropper-point.point-ne {
|
|
2298
|
+
cursor: nesw-resize;
|
|
2299
|
+
right: -3px;
|
|
2300
|
+
top: -3px; }
|
|
2301
|
+
|
|
2302
|
+
.cropper-point.point-nw {
|
|
2303
|
+
cursor: nwse-resize;
|
|
2304
|
+
left: -3px;
|
|
2305
|
+
top: -3px; }
|
|
2306
|
+
|
|
2307
|
+
.cropper-point.point-sw {
|
|
2308
|
+
bottom: -3px;
|
|
2309
|
+
cursor: nesw-resize;
|
|
2310
|
+
left: -3px; }
|
|
2311
|
+
|
|
2312
|
+
.cropper-point.point-se {
|
|
2313
|
+
bottom: -3px;
|
|
2314
|
+
cursor: nwse-resize;
|
|
2315
|
+
height: 20px;
|
|
2316
|
+
opacity: 1;
|
|
2317
|
+
right: -3px;
|
|
2318
|
+
width: 20px; }
|
|
2319
|
+
|
|
2320
|
+
@media (min-width: 768px) {
|
|
2321
|
+
.cropper-point.point-se {
|
|
2322
|
+
height: 15px;
|
|
2323
|
+
width: 15px; } }
|
|
2324
|
+
|
|
2325
|
+
@media (min-width: 992px) {
|
|
2326
|
+
.cropper-point.point-se {
|
|
2327
|
+
height: 10px;
|
|
2328
|
+
width: 10px; } }
|
|
2329
|
+
|
|
2330
|
+
@media (min-width: 1200px) {
|
|
2331
|
+
.cropper-point.point-se {
|
|
2332
|
+
height: 5px;
|
|
2333
|
+
opacity: 0.75;
|
|
2334
|
+
width: 5px; } }
|
|
2335
|
+
|
|
2336
|
+
.cropper-point.point-se::before {
|
|
2337
|
+
background-color: #39f;
|
|
2338
|
+
bottom: -50%;
|
|
2339
|
+
content: ' ';
|
|
2340
|
+
display: block;
|
|
2341
|
+
height: 200%;
|
|
2342
|
+
opacity: 0;
|
|
2343
|
+
position: absolute;
|
|
2344
|
+
right: -50%;
|
|
2345
|
+
width: 200%; }
|
|
2346
|
+
|
|
2347
|
+
.cropper-invisible {
|
|
2348
|
+
opacity: 0; }
|
|
2349
|
+
|
|
2350
|
+
.cropper-bg {
|
|
2351
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }
|
|
2352
|
+
|
|
2353
|
+
.cropper-hide {
|
|
2354
|
+
display: block;
|
|
2355
|
+
height: 0;
|
|
2356
|
+
position: absolute;
|
|
2357
|
+
width: 0; }
|
|
2358
|
+
|
|
2359
|
+
.cropper-hidden {
|
|
2360
|
+
display: none !important; }
|
|
2361
|
+
|
|
2362
|
+
.cropper-move {
|
|
2363
|
+
cursor: move; }
|
|
2364
|
+
|
|
2365
|
+
.cropper-crop {
|
|
2366
|
+
cursor: crosshair; }
|
|
2367
|
+
|
|
2368
|
+
.cropper-disabled .cropper-drag-box,
|
|
2369
|
+
.cropper-disabled .cropper-face,
|
|
2370
|
+
.cropper-disabled .cropper-line,
|
|
2371
|
+
.cropper-disabled .cropper-point {
|
|
2372
|
+
cursor: not-allowed; }
|
|
2373
|
+
|
|
1240
2374
|
.mdc-elevation--z0 {
|
|
1241
2375
|
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }
|
|
1242
2376
|
|
|
@@ -1964,6 +3098,212 @@ a.mdc-list-item {
|
|
|
1964
3098
|
.mdc-menu-item--selected .mdc-menu__selection-group-icon {
|
|
1965
3099
|
display: inline; }
|
|
1966
3100
|
|
|
3101
|
+
.mdc-dialog,
|
|
3102
|
+
.mdc-dialog__scrim {
|
|
3103
|
+
position: fixed;
|
|
3104
|
+
top: 0;
|
|
3105
|
+
left: 0;
|
|
3106
|
+
align-items: center;
|
|
3107
|
+
justify-content: center;
|
|
3108
|
+
box-sizing: border-box;
|
|
3109
|
+
width: 100%;
|
|
3110
|
+
height: 100%; }
|
|
3111
|
+
|
|
3112
|
+
.mdc-dialog {
|
|
3113
|
+
display: none;
|
|
3114
|
+
z-index: 7; }
|
|
3115
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3116
|
+
background-color: #fff;
|
|
3117
|
+
/* @alternate */
|
|
3118
|
+
background-color: #fff;
|
|
3119
|
+
background-color: var(--mdc-theme-surface, #fff); }
|
|
3120
|
+
.mdc-dialog .mdc-dialog__scrim {
|
|
3121
|
+
background-color: rgba(0, 0, 0, 0.32); }
|
|
3122
|
+
.mdc-dialog .mdc-dialog__title {
|
|
3123
|
+
color: rgba(0, 0, 0, 0.87); }
|
|
3124
|
+
.mdc-dialog .mdc-dialog__content {
|
|
3125
|
+
color: rgba(0, 0, 0, 0.6); }
|
|
3126
|
+
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,
|
|
3127
|
+
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions {
|
|
3128
|
+
border-color: rgba(0, 0, 0, 0.12); }
|
|
3129
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3130
|
+
min-width: 280px; }
|
|
3131
|
+
@media (max-width: 592px) {
|
|
3132
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3133
|
+
max-width: calc(100vw - 32px); } }
|
|
3134
|
+
@media (min-width: 592px) {
|
|
3135
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3136
|
+
max-width: 560px; } }
|
|
3137
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3138
|
+
max-height: calc(100vh - 32px); }
|
|
3139
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3140
|
+
border-radius: 4px; }
|
|
3141
|
+
|
|
3142
|
+
.mdc-dialog__scrim {
|
|
3143
|
+
opacity: 0;
|
|
3144
|
+
z-index: -1; }
|
|
3145
|
+
|
|
3146
|
+
.mdc-dialog__container {
|
|
3147
|
+
display: flex;
|
|
3148
|
+
flex-direction: row;
|
|
3149
|
+
justify-content: space-around;
|
|
3150
|
+
box-sizing: border-box;
|
|
3151
|
+
transform: scale(0.8);
|
|
3152
|
+
opacity: 0; }
|
|
3153
|
+
|
|
3154
|
+
.mdc-dialog__surface {
|
|
3155
|
+
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
3156
|
+
display: flex;
|
|
3157
|
+
flex-direction: column;
|
|
3158
|
+
flex-grow: 0;
|
|
3159
|
+
flex-shrink: 0;
|
|
3160
|
+
box-sizing: border-box;
|
|
3161
|
+
max-width: 100%;
|
|
3162
|
+
max-height: 100%; }
|
|
3163
|
+
.mdc-dialog[dir="rtl"] .mdc-dialog__surface,
|
|
3164
|
+
[dir="rtl"] .mdc-dialog .mdc-dialog__surface {
|
|
3165
|
+
text-align: right; }
|
|
3166
|
+
|
|
3167
|
+
.mdc-dialog__title {
|
|
3168
|
+
display: block;
|
|
3169
|
+
margin-top: 0;
|
|
3170
|
+
/* @alternate */
|
|
3171
|
+
line-height: normal;
|
|
3172
|
+
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
3173
|
+
-moz-osx-font-smoothing: grayscale;
|
|
3174
|
+
-webkit-font-smoothing: antialiased;
|
|
3175
|
+
font-size: 1.25rem;
|
|
3176
|
+
line-height: 2rem;
|
|
3177
|
+
font-weight: 500;
|
|
3178
|
+
letter-spacing: 0.0125em;
|
|
3179
|
+
text-decoration: inherit;
|
|
3180
|
+
text-transform: inherit;
|
|
3181
|
+
display: block;
|
|
3182
|
+
position: relative;
|
|
3183
|
+
flex-shrink: 0;
|
|
3184
|
+
box-sizing: border-box;
|
|
3185
|
+
margin: 0;
|
|
3186
|
+
padding: 0 24px 9px;
|
|
3187
|
+
border-bottom: 1px solid transparent; }
|
|
3188
|
+
.mdc-dialog__title::before {
|
|
3189
|
+
display: inline-block;
|
|
3190
|
+
width: 0;
|
|
3191
|
+
height: 40px;
|
|
3192
|
+
content: "";
|
|
3193
|
+
vertical-align: 0; }
|
|
3194
|
+
.mdc-dialog[dir="rtl"] .mdc-dialog__title,
|
|
3195
|
+
[dir="rtl"] .mdc-dialog .mdc-dialog__title {
|
|
3196
|
+
text-align: right; }
|
|
3197
|
+
|
|
3198
|
+
.mdc-dialog--scrollable .mdc-dialog__title {
|
|
3199
|
+
padding-bottom: 15px; }
|
|
3200
|
+
|
|
3201
|
+
.mdc-dialog__content {
|
|
3202
|
+
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
3203
|
+
-moz-osx-font-smoothing: grayscale;
|
|
3204
|
+
-webkit-font-smoothing: antialiased;
|
|
3205
|
+
font-size: 1rem;
|
|
3206
|
+
line-height: 1.5rem;
|
|
3207
|
+
font-weight: 400;
|
|
3208
|
+
letter-spacing: 0.03125em;
|
|
3209
|
+
text-decoration: inherit;
|
|
3210
|
+
text-transform: inherit;
|
|
3211
|
+
flex-grow: 1;
|
|
3212
|
+
box-sizing: border-box;
|
|
3213
|
+
margin: 0;
|
|
3214
|
+
padding: 20px 24px;
|
|
3215
|
+
overflow: auto;
|
|
3216
|
+
-webkit-overflow-scrolling: touch; }
|
|
3217
|
+
.mdc-dialog__content > :first-child {
|
|
3218
|
+
margin-top: 0; }
|
|
3219
|
+
.mdc-dialog__content > :last-child {
|
|
3220
|
+
margin-bottom: 0; }
|
|
3221
|
+
|
|
3222
|
+
.mdc-dialog__title + .mdc-dialog__content {
|
|
3223
|
+
padding-top: 0; }
|
|
3224
|
+
|
|
3225
|
+
.mdc-dialog--scrollable .mdc-dialog__content {
|
|
3226
|
+
padding-top: 8px;
|
|
3227
|
+
padding-bottom: 8px; }
|
|
3228
|
+
|
|
3229
|
+
.mdc-dialog__content .mdc-list:first-child:last-child {
|
|
3230
|
+
padding: 6px 0 0; }
|
|
3231
|
+
|
|
3232
|
+
.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child {
|
|
3233
|
+
padding: 0; }
|
|
3234
|
+
|
|
3235
|
+
.mdc-dialog__actions {
|
|
3236
|
+
display: flex;
|
|
3237
|
+
position: relative;
|
|
3238
|
+
flex-shrink: 0;
|
|
3239
|
+
flex-wrap: wrap;
|
|
3240
|
+
align-items: center;
|
|
3241
|
+
justify-content: flex-end;
|
|
3242
|
+
box-sizing: border-box;
|
|
3243
|
+
min-height: 52px;
|
|
3244
|
+
margin: 0;
|
|
3245
|
+
padding: 8px;
|
|
3246
|
+
border-top: 1px solid transparent; }
|
|
3247
|
+
.mdc-dialog--stacked .mdc-dialog__actions {
|
|
3248
|
+
flex-direction: column;
|
|
3249
|
+
align-items: flex-end; }
|
|
3250
|
+
|
|
3251
|
+
.mdc-dialog__button {
|
|
3252
|
+
/* @noflip */
|
|
3253
|
+
margin-left: 8px;
|
|
3254
|
+
/* @noflip */
|
|
3255
|
+
margin-right: 0;
|
|
3256
|
+
max-width: 100%;
|
|
3257
|
+
text-align: right; }
|
|
3258
|
+
[dir="rtl"] .mdc-dialog__button, .mdc-dialog__button[dir="rtl"] {
|
|
3259
|
+
/* @noflip */
|
|
3260
|
+
margin-left: 0;
|
|
3261
|
+
/* @noflip */
|
|
3262
|
+
margin-right: 8px; }
|
|
3263
|
+
.mdc-dialog__button:first-child {
|
|
3264
|
+
/* @noflip */
|
|
3265
|
+
margin-left: 0;
|
|
3266
|
+
/* @noflip */
|
|
3267
|
+
margin-right: 0; }
|
|
3268
|
+
[dir="rtl"] .mdc-dialog__button:first-child, .mdc-dialog__button:first-child[dir="rtl"] {
|
|
3269
|
+
/* @noflip */
|
|
3270
|
+
margin-left: 0;
|
|
3271
|
+
/* @noflip */
|
|
3272
|
+
margin-right: 0; }
|
|
3273
|
+
.mdc-dialog[dir="rtl"] .mdc-dialog__button,
|
|
3274
|
+
[dir="rtl"] .mdc-dialog .mdc-dialog__button {
|
|
3275
|
+
text-align: left; }
|
|
3276
|
+
.mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
|
|
3277
|
+
margin-top: 12px; }
|
|
3278
|
+
|
|
3279
|
+
.mdc-dialog--open,
|
|
3280
|
+
.mdc-dialog--opening,
|
|
3281
|
+
.mdc-dialog--closing {
|
|
3282
|
+
display: flex; }
|
|
3283
|
+
|
|
3284
|
+
.mdc-dialog--opening .mdc-dialog__scrim {
|
|
3285
|
+
transition: opacity 150ms linear; }
|
|
3286
|
+
|
|
3287
|
+
.mdc-dialog--opening .mdc-dialog__container {
|
|
3288
|
+
transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1); }
|
|
3289
|
+
|
|
3290
|
+
.mdc-dialog--closing .mdc-dialog__scrim,
|
|
3291
|
+
.mdc-dialog--closing .mdc-dialog__container {
|
|
3292
|
+
transition: opacity 75ms linear; }
|
|
3293
|
+
|
|
3294
|
+
.mdc-dialog--closing .mdc-dialog__container {
|
|
3295
|
+
transform: scale(1); }
|
|
3296
|
+
|
|
3297
|
+
.mdc-dialog--open .mdc-dialog__scrim {
|
|
3298
|
+
opacity: 1; }
|
|
3299
|
+
|
|
3300
|
+
.mdc-dialog--open .mdc-dialog__container {
|
|
3301
|
+
transform: scale(1);
|
|
3302
|
+
opacity: 1; }
|
|
3303
|
+
|
|
3304
|
+
.mdc-dialog-scroll-lock {
|
|
3305
|
+
overflow: hidden; }
|
|
3306
|
+
|
|
1967
3307
|
.mdc-radio {
|
|
1968
3308
|
display: inline-block;
|
|
1969
3309
|
position: relative;
|
|
@@ -3534,6 +4874,12 @@ a.mdc-list-item {
|
|
|
3534
4874
|
.mdc-notched-outline__trailing {
|
|
3535
4875
|
border-color: #9e9e9e; }
|
|
3536
4876
|
|
|
4877
|
+
.mdc-select--no-arrow .mdc-select__native-control {
|
|
4878
|
+
padding-right: 1rem; }
|
|
4879
|
+
|
|
4880
|
+
.mdc-select--no-arrow .mdc-select__dropdown-icon {
|
|
4881
|
+
display: none; }
|
|
4882
|
+
|
|
3537
4883
|
.mdc-switch {
|
|
3538
4884
|
display: inline-block;
|
|
3539
4885
|
position: relative;
|
|
@@ -5074,8 +6420,8 @@ a.mdc-list-item {
|
|
|
5074
6420
|
.mdc-text-field--dense + .mdc-text-field-helper-line {
|
|
5075
6421
|
margin-bottom: 4px; }
|
|
5076
6422
|
.mdc-text-field + .mdc-text-field-helper-line {
|
|
5077
|
-
padding-right:
|
|
5078
|
-
padding-left:
|
|
6423
|
+
padding-right: 0;
|
|
6424
|
+
padding-left: 0; }
|
|
5079
6425
|
|
|
5080
6426
|
.mdc-form-field > .mdc-text-field + label {
|
|
5081
6427
|
align-self: flex-start; }
|
|
@@ -5414,3 +6760,129 @@ a.mdc-list-item {
|
|
|
5414
6760
|
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
|
|
5415
6761
|
.mdc-notched-outline__trailing {
|
|
5416
6762
|
border-color: #9e9e9e; }
|
|
6763
|
+
|
|
6764
|
+
.dzu-dropzone {
|
|
6765
|
+
display: flex;
|
|
6766
|
+
flex-direction: column;
|
|
6767
|
+
align-items: center;
|
|
6768
|
+
width: 100%;
|
|
6769
|
+
min-height: 120px;
|
|
6770
|
+
overflow: scroll;
|
|
6771
|
+
margin: 0 auto;
|
|
6772
|
+
position: relative;
|
|
6773
|
+
box-sizing: border-box;
|
|
6774
|
+
transition: all .15s linear;
|
|
6775
|
+
border: 2px solid #d9d9d9;
|
|
6776
|
+
border-radius: 4px; }
|
|
6777
|
+
|
|
6778
|
+
.dzu-dropzoneActive {
|
|
6779
|
+
background-color: #DEEBFF;
|
|
6780
|
+
border-color: #2484FF; }
|
|
6781
|
+
|
|
6782
|
+
.dzu-dropzoneDisabled {
|
|
6783
|
+
opacity: 0.5; }
|
|
6784
|
+
|
|
6785
|
+
.dzu-dropzoneDisabled *:hover {
|
|
6786
|
+
cursor: unset; }
|
|
6787
|
+
|
|
6788
|
+
.dzu-input {
|
|
6789
|
+
display: none; }
|
|
6790
|
+
|
|
6791
|
+
.dzu-inputLabel {
|
|
6792
|
+
display: flex;
|
|
6793
|
+
justify-content: center;
|
|
6794
|
+
align-items: center;
|
|
6795
|
+
position: absolute;
|
|
6796
|
+
top: 0;
|
|
6797
|
+
bottom: 0;
|
|
6798
|
+
left: 0;
|
|
6799
|
+
right: 0;
|
|
6800
|
+
font-family: 'Helvetica', sans-serif;
|
|
6801
|
+
font-size: 20px;
|
|
6802
|
+
font-weight: 600;
|
|
6803
|
+
color: #2484FF;
|
|
6804
|
+
-moz-osx-font-smoothing: grayscale;
|
|
6805
|
+
-webkit-font-smoothing: antialiased;
|
|
6806
|
+
cursor: pointer; }
|
|
6807
|
+
|
|
6808
|
+
.dzu-inputLabelWithFiles {
|
|
6809
|
+
display: flex;
|
|
6810
|
+
justify-content: center;
|
|
6811
|
+
align-items: center;
|
|
6812
|
+
align-self: flex-start;
|
|
6813
|
+
padding: 0 14px;
|
|
6814
|
+
min-height: 32px;
|
|
6815
|
+
background-color: #E6E6E6;
|
|
6816
|
+
color: #2484FF;
|
|
6817
|
+
border: none;
|
|
6818
|
+
font-family: 'Helvetica', sans-serif;
|
|
6819
|
+
border-radius: 4px;
|
|
6820
|
+
font-size: 14px;
|
|
6821
|
+
font-weight: 600;
|
|
6822
|
+
margin-top: 20px;
|
|
6823
|
+
margin-left: 3%;
|
|
6824
|
+
-moz-osx-font-smoothing: grayscale;
|
|
6825
|
+
-webkit-font-smoothing: antialiased;
|
|
6826
|
+
cursor: pointer; }
|
|
6827
|
+
|
|
6828
|
+
.dzu-previewContainer {
|
|
6829
|
+
padding: 40px 3%;
|
|
6830
|
+
display: flex;
|
|
6831
|
+
flex-direction: row;
|
|
6832
|
+
align-items: center;
|
|
6833
|
+
justify-content: space-between;
|
|
6834
|
+
position: relative;
|
|
6835
|
+
width: 100%;
|
|
6836
|
+
min-height: 60px;
|
|
6837
|
+
z-index: 1;
|
|
6838
|
+
border-bottom: 1px solid #ECECEC;
|
|
6839
|
+
box-sizing: border-box; }
|
|
6840
|
+
|
|
6841
|
+
.dzu-previewStatusContainer {
|
|
6842
|
+
display: flex;
|
|
6843
|
+
align-items: center; }
|
|
6844
|
+
|
|
6845
|
+
.dzu-previewFileName {
|
|
6846
|
+
font-family: 'Helvetica', sans-serif;
|
|
6847
|
+
font-size: 14px;
|
|
6848
|
+
font-weight: 400;
|
|
6849
|
+
color: #333333; }
|
|
6850
|
+
|
|
6851
|
+
.dzu-previewImage {
|
|
6852
|
+
width: auto;
|
|
6853
|
+
max-height: 40px;
|
|
6854
|
+
max-width: 140px;
|
|
6855
|
+
border-radius: 4px; }
|
|
6856
|
+
|
|
6857
|
+
.dzu-previewButton {
|
|
6858
|
+
background-size: 14px 14px;
|
|
6859
|
+
background-position: center;
|
|
6860
|
+
background-repeat: no-repeat;
|
|
6861
|
+
width: 14px;
|
|
6862
|
+
height: 14px;
|
|
6863
|
+
cursor: pointer;
|
|
6864
|
+
opacity: 0.9;
|
|
6865
|
+
margin: 0 0 2px 10px; }
|
|
6866
|
+
|
|
6867
|
+
.dzu-submitButtonContainer {
|
|
6868
|
+
margin: 24px 0;
|
|
6869
|
+
z-index: 1; }
|
|
6870
|
+
|
|
6871
|
+
.dzu-submitButton {
|
|
6872
|
+
padding: 0 14px;
|
|
6873
|
+
min-height: 32px;
|
|
6874
|
+
background-color: #2484FF;
|
|
6875
|
+
border: none;
|
|
6876
|
+
border-radius: 4px;
|
|
6877
|
+
font-family: 'Helvetica', sans-serif;
|
|
6878
|
+
font-size: 14px;
|
|
6879
|
+
font-weight: 600;
|
|
6880
|
+
color: #FFF;
|
|
6881
|
+
-moz-osx-font-smoothing: grayscale;
|
|
6882
|
+
-webkit-font-smoothing: antialiased;
|
|
6883
|
+
cursor: pointer; }
|
|
6884
|
+
|
|
6885
|
+
.dzu-submitButton:disabled {
|
|
6886
|
+
background-color: #E6E6E6;
|
|
6887
|
+
color: #333333;
|
|
6888
|
+
cursor: unset; }
|