|
788 | 788 | #header input[type="password"]:not(.MuiInputBase-input),
|
789 | 789 | #header input[type="date"]:not(.MuiInputBase-input),
|
790 | 790 | #header input[type="email"]:not(.MuiInputBase-input),
|
791 |
| - #header input[type="number"]:not(.MuiInputBase-input), #footer input[type="text"]:not(.MuiInputBase-input), |
| 791 | + #header input[type="number"]:not(.MuiInputBase-input), |
| 792 | + #header input[type="time"]:not(.MuiInputBase-input), #footer input[type="text"]:not(.MuiInputBase-input), |
792 | 793 | #footer input[type="password"]:not(.MuiInputBase-input),
|
793 | 794 | #footer input[type="date"]:not(.MuiInputBase-input),
|
794 | 795 | #footer input[type="email"]:not(.MuiInputBase-input),
|
795 |
| - #footer input[type="number"]:not(.MuiInputBase-input) { |
| 796 | + #footer input[type="number"]:not(.MuiInputBase-input), |
| 797 | + #footer input[type="time"]:not(.MuiInputBase-input) { |
796 | 798 | height: 3rem;
|
797 | 799 | background: #fff;
|
798 | 800 | border: 1px solid #D7D9D9;
|
|
808 | 810 | #header input[type="password"]:not(.MuiInputBase-input),
|
809 | 811 | #header input[type="date"]:not(.MuiInputBase-input),
|
810 | 812 | #header input[type="email"]:not(.MuiInputBase-input),
|
811 |
| - #header input[type="number"]:not(.MuiInputBase-input), #footer input[type="text"]:not(.MuiInputBase-input), |
| 813 | + #header input[type="number"]:not(.MuiInputBase-input), |
| 814 | + #header input[type="time"]:not(.MuiInputBase-input), #footer input[type="text"]:not(.MuiInputBase-input), |
812 | 815 | #footer input[type="password"]:not(.MuiInputBase-input),
|
813 | 816 | #footer input[type="date"]:not(.MuiInputBase-input),
|
814 | 817 | #footer input[type="email"]:not(.MuiInputBase-input),
|
815 |
| - #footer input[type="number"]:not(.MuiInputBase-input) { |
| 818 | + #footer input[type="number"]:not(.MuiInputBase-input), |
| 819 | + #footer input[type="time"]:not(.MuiInputBase-input) { |
816 | 820 | font-size: 1rem; } }
|
817 | 821 | #header input[type="text"]:not(.MuiInputBase-input):hover,
|
818 | 822 | #header input[type="password"]:not(.MuiInputBase-input):hover,
|
819 | 823 | #header input[type="date"]:not(.MuiInputBase-input):hover,
|
820 | 824 | #header input[type="email"]:not(.MuiInputBase-input):hover,
|
821 |
| - #header input[type="number"]:not(.MuiInputBase-input):hover, #footer input[type="text"]:not(.MuiInputBase-input):hover, |
| 825 | + #header input[type="number"]:not(.MuiInputBase-input):hover, |
| 826 | + #header input[type="time"]:not(.MuiInputBase-input):hover, #footer input[type="text"]:not(.MuiInputBase-input):hover, |
822 | 827 | #footer input[type="password"]:not(.MuiInputBase-input):hover,
|
823 | 828 | #footer input[type="date"]:not(.MuiInputBase-input):hover,
|
824 | 829 | #footer input[type="email"]:not(.MuiInputBase-input):hover,
|
825 |
| - #footer input[type="number"]:not(.MuiInputBase-input):hover { |
| 830 | + #footer input[type="number"]:not(.MuiInputBase-input):hover, |
| 831 | + #footer input[type="time"]:not(.MuiInputBase-input):hover { |
826 | 832 | box-shadow: none;
|
827 | 833 | transition: all 0.25s;
|
828 | 834 | border: 1px solid #0073CF !important; }
|
|
834 | 840 | #header input[type="email"]:not(.MuiInputBase-input):active,
|
835 | 841 | #header input[type="email"]:not(.MuiInputBase-input):focus,
|
836 | 842 | #header input[type="number"]:not(.MuiInputBase-input):active,
|
837 |
| - #header input[type="number"]:not(.MuiInputBase-input):focus, #footer input[type="text"]:not(.MuiInputBase-input):active, #footer input[type="text"]:not(.MuiInputBase-input):focus, |
| 843 | + #header input[type="number"]:not(.MuiInputBase-input):focus, |
| 844 | + #header input[type="time"]:not(.MuiInputBase-input):active, |
| 845 | + #header input[type="time"]:not(.MuiInputBase-input):focus, #footer input[type="text"]:not(.MuiInputBase-input):active, #footer input[type="text"]:not(.MuiInputBase-input):focus, |
838 | 846 | #footer input[type="password"]:not(.MuiInputBase-input):active,
|
839 | 847 | #footer input[type="password"]:not(.MuiInputBase-input):focus,
|
840 | 848 | #footer input[type="date"]:not(.MuiInputBase-input):active,
|
841 | 849 | #footer input[type="date"]:not(.MuiInputBase-input):focus,
|
842 | 850 | #footer input[type="email"]:not(.MuiInputBase-input):active,
|
843 | 851 | #footer input[type="email"]:not(.MuiInputBase-input):focus,
|
844 | 852 | #footer input[type="number"]:not(.MuiInputBase-input):active,
|
845 |
| - #footer input[type="number"]:not(.MuiInputBase-input):focus { |
| 853 | + #footer input[type="number"]:not(.MuiInputBase-input):focus, |
| 854 | + #footer input[type="time"]:not(.MuiInputBase-input):active, |
| 855 | + #footer input[type="time"]:not(.MuiInputBase-input):focus { |
846 | 856 | transition: all 0.25s;
|
847 | 857 | border: 1px solid #0073CF !important;
|
848 | 858 | box-shadow: 0px 0px 0px 4px #C4C4C4;
|
|
851 | 861 | #header input[type="password"]:not(.MuiInputBase-input):disabled,
|
852 | 862 | #header input[type="date"]:not(.MuiInputBase-input):disabled,
|
853 | 863 | #header input[type="email"]:not(.MuiInputBase-input):disabled,
|
854 |
| - #header input[type="number"]:not(.MuiInputBase-input):disabled, #footer input[type="text"]:not(.MuiInputBase-input):disabled, |
| 864 | + #header input[type="number"]:not(.MuiInputBase-input):disabled, |
| 865 | + #header input[type="time"]:not(.MuiInputBase-input):disabled, #footer input[type="text"]:not(.MuiInputBase-input):disabled, |
855 | 866 | #footer input[type="password"]:not(.MuiInputBase-input):disabled,
|
856 | 867 | #footer input[type="date"]:not(.MuiInputBase-input):disabled,
|
857 | 868 | #footer input[type="email"]:not(.MuiInputBase-input):disabled,
|
858 |
| - #footer input[type="number"]:not(.MuiInputBase-input):disabled { |
| 869 | + #footer input[type="number"]:not(.MuiInputBase-input):disabled, |
| 870 | + #footer input[type="time"]:not(.MuiInputBase-input):disabled { |
859 | 871 | color: #A2A4A3;
|
860 | 872 | background: #F5F6F7;
|
861 | 873 | border: 1px solid #D7D9D9;
|
862 | 874 | box-sizing: border-box;
|
863 | 875 | box-shadow: inset 0px 1px 0px #7C7F80; }
|
| 876 | + #header .time-start, #footer .time-start { |
| 877 | + display: -ms-flexbox; |
| 878 | + display: flex; } |
864 | 879 | #header textarea, #footer textarea {
|
865 | 880 | background: #fff;
|
866 | 881 | border: 1px solid #D7D9D9;
|
|
1376 | 1391 | #header form:not(.layout-paragraphs-component-form) input[type="radio"]:not(.rlglc-input) + label:hover:before, #footer form:not(.layout-paragraphs-component-form) input[type="radio"]:not(.rlglc-input) + label:hover:before {
|
1377 | 1392 | border: 1px solid #0073CF !important; }
|
1378 | 1393 | #header .form-no-label .visually-hidden, #footer .form-no-label .visually-hidden {
|
1379 |
| - clip: initial; |
1380 | 1394 | overflow: initial;
|
1381 | 1395 | text-indent: -10000px;
|
1382 | 1396 | height: auto;
|
1383 | 1397 | width: auto; }
|
1384 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked), #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked), #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked { |
| 1398 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked), #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked), #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked { |
1385 | 1399 | position: absolute;
|
1386 | 1400 | left: -9999px; }
|
1387 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked) + label, |
1388 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked + label, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked) + label, |
1389 |
| - #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked + label { |
| 1401 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked) + label, |
| 1402 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked + label, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked) + label, |
| 1403 | + #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked + label { |
1390 | 1404 | position: relative;
|
1391 | 1405 | padding-left: 1.95em;
|
1392 | 1406 | cursor: pointer;
|
1393 | 1407 | z-index: 1; }
|
1394 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked) + label:before, |
1395 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked + label:before, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked) + label:before, |
1396 |
| - #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked + label:before { |
| 1408 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked) + label:before, |
| 1409 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked + label:before, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked) + label:before, |
| 1410 | + #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked + label:before { |
1397 | 1411 | content: '';
|
1398 | 1412 | position: absolute;
|
1399 | 1413 | left: 0;
|
|
1403 | 1417 | border: 1px solid #D7D9D9;
|
1404 | 1418 | background: #fff;
|
1405 | 1419 | border-radius: 2px; }
|
1406 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked) + label:after, |
1407 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked + label:after, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked) + label:after, |
1408 |
| - #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked + label:after { |
| 1420 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked) + label:after, |
| 1421 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked + label:after, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked) + label:after, |
| 1422 | + #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked + label:after { |
1409 | 1423 | content: '';
|
1410 | 1424 | background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%228%22%20viewBox%3D%220%200%2011%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%204l3%203%206-6%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
|
1411 | 1425 | background-position: center center;
|
|
1416 | 1430 | width: 11px;
|
1417 | 1431 | display: block;
|
1418 | 1432 | position: absolute; }
|
1419 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked) + label:after, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked) + label:after { |
| 1433 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked) + label:after, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked) + label:after { |
1420 | 1434 | opacity: 0;
|
1421 | 1435 | transform: scale(0); }
|
1422 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked + label:after, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked + label:after { |
| 1436 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked + label:after, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked + label:after { |
1423 | 1437 | opacity: 1;
|
1424 | 1438 | transform: scale(1); }
|
1425 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):disabled:not(:checked) + label:before, |
1426 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):disabled:checked + label:before, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):disabled:not(:checked) + label:before, |
1427 |
| - #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):disabled:checked + label:before { |
| 1439 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):disabled:not(:checked) + label:before, |
| 1440 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):disabled:checked + label:before, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):disabled:not(:checked) + label:before, |
| 1441 | + #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):disabled:checked + label:before { |
1428 | 1442 | box-shadow: none;
|
1429 | 1443 | border-color: #D7D9D9;
|
1430 | 1444 | background-color: #fff; }
|
1431 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked:focus + label:before, |
1432 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked):focus + label:before, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):checked:focus + label:before, |
1433 |
| - #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(:checked):focus + label:before { |
| 1445 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked:focus + label:before, |
| 1446 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked):focus + label:before, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):checked:focus + label:before, |
| 1447 | + #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday):not(:checked):focus + label:before { |
1434 | 1448 | box-shadow: 0px 0px 0px 4px #C4C4C4;
|
1435 | 1449 | border: 1px solid #0073CF; }
|
1436 |
| - #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input) + label:hover:before, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input) + label:hover:before { |
| 1450 | + #header input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday) + label:hover:before, #footer input[type="checkbox"]:not(.nav-trigger):not(.rlglc-input):not(.allday) + label:hover:before { |
1437 | 1451 | border: 1px solid #0073CF !important; }
|
1438 | 1452 | #header .webform-element-description, #footer .webform-element-description {
|
1439 | 1453 | font-size: 0.875rem;
|
|
1443 | 1457 | font-size: 0.9375rem; } }
|
1444 | 1458 | #header #linkit-editor-dialog-form, #footer #linkit-editor-dialog-form {
|
1445 | 1459 | min-height: 400px; }
|
| 1460 | + #header .smartdate--time-inline, #footer .smartdate--time-inline { |
| 1461 | + display: -ms-flexbox; |
| 1462 | + display: flex; |
| 1463 | + grid-column-gap: 0.5em; |
| 1464 | + -ms-flex-direction: row; |
| 1465 | + flex-direction: row; |
| 1466 | + -ms-flex-wrap: nowrap; |
| 1467 | + flex-wrap: nowrap; |
| 1468 | + -ms-flex-line-pack: center; |
| 1469 | + align-content: center; |
| 1470 | + -ms-flex-align: baseline; |
| 1471 | + align-items: baseline; |
| 1472 | + -ms-flex-pack: start; |
| 1473 | + justify-content: flex-start; } |
1446 | 1474 | #header .table-wrapper, #footer .table-wrapper {
|
1447 | 1475 | display: -ms-grid;
|
1448 | 1476 | display: grid;
|
|
0 commit comments