@oneblink/apps-react 2.11.0-beta.1 → 2.11.0-beta.3
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/OneBlinkAutoSaveForm.d.ts +1 -1
- package/dist/OneBlinkForm.d.ts +1 -1
- package/dist/OneBlinkFormBase.d.ts +3 -3
- package/dist/OneBlinkFormBase.js +2 -1
- package/dist/OneBlinkFormBase.js.map +1 -1
- package/dist/OneBlinkReadOnlyForm.d.ts +1 -1
- package/dist/components/CopyToClipboardIconButton.d.ts +1 -1
- package/dist/components/Lists.d.ts +2 -2
- package/dist/components/LoadingWithMessage.d.ts +1 -1
- package/dist/components/formStore/OneBlinkFormStoreProvider.d.ts +1 -1
- package/dist/components/formStore/table/ColumnFilters.d.ts +1 -1
- package/dist/components/formStore/table/FormElementTableCell.d.ts +1 -1
- package/dist/components/formStore/table/RepeatableSetCell.d.ts +1 -1
- package/dist/components/formStore/table/RepeatableSetCellAccordion.d.ts +1 -1
- package/dist/components/formStore/useFormStoreTableContext.d.ts +1 -1
- package/dist/components/messages/ErrorMessage.d.ts +1 -1
- package/dist/components/messages/LargeIconMessage.d.ts +2 -2
- package/dist/components/messages/NoResourcesYet.d.ts +1 -1
- package/dist/components/pickers/V4CompatibleDatePicker.d.ts +4 -4
- package/dist/components/pickers/V4CompatibleDateTimePicker.d.ts +4 -4
- package/dist/components/pickers/V4CompatibleTimePicker.d.ts +4 -4
- package/dist/components/receipts/Receipt.d.ts +1 -1
- package/dist/components/receipts/ReceiptButton.d.ts +1 -1
- package/dist/components/receipts/ReceiptList.d.ts +1 -1
- package/dist/components/receipts/ReceiptListItem.d.ts +1 -1
- package/dist/components/renderer/AutocompleteDropdown.d.ts +2 -2
- package/dist/components/renderer/AutocompleteDropdown.js.map +1 -1
- package/dist/components/renderer/CopyToClipboardButton.d.ts +1 -1
- package/dist/components/renderer/CustomisableButtonInner.d.ts +1 -1
- package/dist/components/renderer/FormElementOptions.d.ts +1 -1
- package/dist/components/renderer/LookupButton.d.ts +1 -1
- package/dist/components/renderer/LookupNotification.d.ts +1 -1
- package/dist/components/renderer/LookupNotification.js.map +1 -1
- package/dist/components/renderer/Modal.d.ts +1 -1
- package/dist/components/renderer/OnLoading.d.ts +1 -1
- package/dist/components/renderer/OneBlinkAppsErrorOriginalMessage.d.ts +1 -1
- package/dist/components/renderer/OneBlinkFormElements.d.ts +1 -1
- package/dist/components/renderer/PageFormElements.d.ts +1 -1
- package/dist/components/renderer/attachments/FileCard.d.ts +1 -1
- package/dist/form-elements/FormElementABN.d.ts +1 -1
- package/dist/form-elements/FormElementABN.js +1 -3
- package/dist/form-elements/FormElementABN.js.map +1 -1
- package/dist/form-elements/FormElementAutocomplete.d.ts +3 -3
- package/dist/form-elements/FormElementAutocomplete.js.map +1 -1
- package/dist/form-elements/FormElementBSB.d.ts +1 -1
- package/dist/form-elements/FormElementBSB.js +1 -3
- package/dist/form-elements/FormElementBSB.js.map +1 -1
- package/dist/form-elements/FormElementBarcodeScanner.d.ts +1 -1
- package/dist/form-elements/FormElementBarcodeScanner.js.map +1 -1
- package/dist/form-elements/FormElementBoolean.d.ts +1 -1
- package/dist/form-elements/FormElementCalculation.d.ts +1 -1
- package/dist/form-elements/FormElementCalculation.js.map +1 -1
- package/dist/form-elements/FormElementCamera.d.ts +1 -1
- package/dist/form-elements/FormElementCaptcha.d.ts +1 -1
- package/dist/form-elements/FormElementCheckBoxes.d.ts +1 -1
- package/dist/form-elements/FormElementCheckBoxes.js.map +1 -1
- package/dist/form-elements/FormElementCivicaStreetName.d.ts +1 -1
- package/dist/form-elements/FormElementCivicaStreetName.js.map +1 -1
- package/dist/form-elements/FormElementDate.d.ts +1 -1
- package/dist/form-elements/FormElementDate.js +6 -4
- package/dist/form-elements/FormElementDate.js.map +1 -1
- package/dist/form-elements/FormElementDateTime.d.ts +1 -1
- package/dist/form-elements/FormElementDateTime.js +6 -4
- package/dist/form-elements/FormElementDateTime.js.map +1 -1
- package/dist/form-elements/FormElementEmail.d.ts +1 -1
- package/dist/form-elements/FormElementFile.d.ts +1 -1
- package/dist/form-elements/FormElementForm.d.ts +1 -1
- package/dist/form-elements/FormElementForm.js +1 -1
- package/dist/form-elements/FormElementForm.js.map +1 -1
- package/dist/form-elements/FormElementGeoscapeAddress.d.ts +1 -1
- package/dist/form-elements/FormElementGeoscapeAddress.js.map +1 -1
- package/dist/form-elements/FormElementHTML.d.ts +1 -1
- package/dist/form-elements/FormElementHeading.d.ts +1 -1
- package/dist/form-elements/FormElementImage.d.ts +1 -1
- package/dist/form-elements/FormElementLocation.d.ts +2 -2
- package/dist/form-elements/FormElementLocation.js +1 -1
- package/dist/form-elements/FormElementLocation.js.map +1 -1
- package/dist/form-elements/FormElementNumber.d.ts +1 -1
- package/dist/form-elements/FormElementNumber.js.map +1 -1
- package/dist/form-elements/FormElementPointAddress.d.ts +1 -1
- package/dist/form-elements/FormElementPointAddress.js.map +1 -1
- package/dist/form-elements/FormElementRadio.d.ts +1 -1
- package/dist/form-elements/FormElementRepeatableSet.d.ts +1 -1
- package/dist/form-elements/FormElementRepeatableSet.js +2 -1
- package/dist/form-elements/FormElementRepeatableSet.js.map +1 -1
- package/dist/form-elements/FormElementSection.js +1 -1
- package/dist/form-elements/FormElementSection.js.map +1 -1
- package/dist/form-elements/FormElementSelect.d.ts +1 -1
- package/dist/form-elements/FormElementSignature.d.ts +1 -1
- package/dist/form-elements/FormElementSignature.js.map +1 -1
- package/dist/form-elements/FormElementSummary.d.ts +1 -1
- package/dist/form-elements/FormElementSummary.js +4 -3
- package/dist/form-elements/FormElementSummary.js.map +1 -1
- package/dist/form-elements/FormElementTelephone.d.ts +1 -1
- package/dist/form-elements/FormElementText.d.ts +1 -1
- package/dist/form-elements/FormElementTextarea.d.ts +1 -1
- package/dist/form-elements/FormElementTime.d.ts +1 -1
- package/dist/form-elements/FormElementTime.js.map +1 -1
- package/dist/form-elements/OptionButton.d.ts +1 -1
- package/dist/hooks/attachments/useAttachment.d.ts +1 -1
- package/dist/hooks/attachments/useAttachmentBlobs.d.ts +4 -4
- package/dist/hooks/useAuth.d.ts +1 -1
- package/dist/hooks/useBooleanState.d.ts +3 -3
- package/dist/hooks/useClickOutsideElement.js.map +1 -1
- package/dist/hooks/useExecutedLookupCallback.d.ts +2 -2
- package/dist/hooks/useFlatpickrGuid.d.ts +1 -1
- package/dist/hooks/useFormElementDateFromTo.d.ts +5 -0
- package/dist/hooks/useFormElementDateFromTo.js +28 -0
- package/dist/hooks/useFormElementDateFromTo.js.map +1 -0
- package/dist/hooks/useFormSubmissionAutoSaveState.d.ts +1 -1
- package/dist/hooks/useFormSubmissionAutoSaveState.js.map +1 -1
- package/dist/hooks/useFormSubmissionModelContext.d.ts +1 -1
- package/dist/hooks/useInfiniteScrollDataLoad.d.ts +3 -3
- package/dist/hooks/useInjectPages.d.ts +1 -1
- package/dist/hooks/useIsPageVisible.d.ts +2 -2
- package/dist/hooks/useLoadDataState.d.ts +1 -1
- package/dist/hooks/useLookupNotification.d.ts +1 -1
- package/dist/hooks/usePages.d.ts +2 -1
- package/dist/hooks/usePages.js +3 -3
- package/dist/hooks/usePages.js.map +1 -1
- package/dist/services/form-validation.d.ts +1 -1
- package/dist/styles.css +437 -437
- package/dist/styles.css.map +1 -1
- package/dist/types/attachments.d.ts +1 -1
- package/dist/types/form.d.ts +12 -12
- package/package.json +28 -28
package/dist/styles.css
CHANGED
@@ -91,7 +91,7 @@ fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fields
|
|
91
91
|
width: 20px;
|
92
92
|
}
|
93
93
|
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
|
94
|
-
background-color: hsl(
|
94
|
+
background-color: hsl(0, 0%, 100%);
|
95
95
|
content: "";
|
96
96
|
display: block;
|
97
97
|
left: 50%;
|
@@ -141,7 +141,7 @@ fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fields
|
|
141
141
|
|
142
142
|
.button.is-loading::after, .loader, .control.is-loading::after, .select.is-loading::after {
|
143
143
|
animation: spinAround 500ms infinite linear;
|
144
|
-
border: 2px solid hsl(
|
144
|
+
border: 2px solid hsl(0, 0%, 86%);
|
145
145
|
border-radius: 9999px;
|
146
146
|
border-right-color: transparent;
|
147
147
|
border-top-color: transparent;
|
@@ -258,7 +258,7 @@ th:not([align]) {
|
|
258
258
|
}
|
259
259
|
|
260
260
|
html {
|
261
|
-
background-color: hsl(
|
261
|
+
background-color: hsl(0, 0%, 100%);
|
262
262
|
font-size: 16px;
|
263
263
|
-moz-osx-font-smoothing: grayscale;
|
264
264
|
-webkit-font-smoothing: antialiased;
|
@@ -296,14 +296,14 @@ pre {
|
|
296
296
|
}
|
297
297
|
|
298
298
|
body {
|
299
|
-
color: hsl(
|
299
|
+
color: hsl(0, 0%, 29%);
|
300
300
|
font-size: 1em;
|
301
301
|
font-weight: 400;
|
302
302
|
line-height: 1.5;
|
303
303
|
}
|
304
304
|
|
305
305
|
a {
|
306
|
-
color: hsl(
|
306
|
+
color: hsl(229, 53%, 53%);
|
307
307
|
cursor: pointer;
|
308
308
|
text-decoration: none;
|
309
309
|
}
|
@@ -311,11 +311,11 @@ a strong {
|
|
311
311
|
color: currentColor;
|
312
312
|
}
|
313
313
|
a:hover {
|
314
|
-
color: hsl(
|
314
|
+
color: hsl(0, 0%, 21%);
|
315
315
|
}
|
316
316
|
|
317
317
|
code {
|
318
|
-
background-color: hsl(
|
318
|
+
background-color: hsl(0, 0%, 96%);
|
319
319
|
color: #da1039;
|
320
320
|
font-size: 0.875em;
|
321
321
|
font-weight: normal;
|
@@ -323,7 +323,7 @@ code {
|
|
323
323
|
}
|
324
324
|
|
325
325
|
hr {
|
326
|
-
background-color: hsl(
|
326
|
+
background-color: hsl(0, 0%, 96%);
|
327
327
|
border: none;
|
328
328
|
display: block;
|
329
329
|
height: 2px;
|
@@ -350,7 +350,7 @@ span {
|
|
350
350
|
}
|
351
351
|
|
352
352
|
strong {
|
353
|
-
color: hsl(
|
353
|
+
color: hsl(0, 0%, 21%);
|
354
354
|
font-weight: 700;
|
355
355
|
}
|
356
356
|
|
@@ -360,8 +360,8 @@ fieldset {
|
|
360
360
|
|
361
361
|
pre {
|
362
362
|
-webkit-overflow-scrolling: touch;
|
363
|
-
background-color: hsl(
|
364
|
-
color: hsl(
|
363
|
+
background-color: hsl(0, 0%, 96%);
|
364
|
+
color: hsl(0, 0%, 29%);
|
365
365
|
font-size: 0.875em;
|
366
366
|
overflow-x: auto;
|
367
367
|
padding: 1.25rem 1.5rem;
|
@@ -384,7 +384,7 @@ table th:not([align]) {
|
|
384
384
|
text-align: inherit;
|
385
385
|
}
|
386
386
|
table th {
|
387
|
-
color: hsl(
|
387
|
+
color: hsl(0, 0%, 21%);
|
388
388
|
}
|
389
389
|
|
390
390
|
@keyframes spinAround {
|
@@ -397,7 +397,7 @@ table th {
|
|
397
397
|
}
|
398
398
|
/* Bulma Helpers */
|
399
399
|
.has-text-white {
|
400
|
-
color: hsl(
|
400
|
+
color: hsl(0, 0%, 100%) !important;
|
401
401
|
}
|
402
402
|
|
403
403
|
a.has-text-white:hover, a.has-text-white:focus {
|
@@ -405,11 +405,11 @@ a.has-text-white:hover, a.has-text-white:focus {
|
|
405
405
|
}
|
406
406
|
|
407
407
|
.has-background-white {
|
408
|
-
background-color: hsl(
|
408
|
+
background-color: hsl(0, 0%, 100%) !important;
|
409
409
|
}
|
410
410
|
|
411
411
|
.has-text-black {
|
412
|
-
color: hsl(
|
412
|
+
color: hsl(0, 0%, 4%) !important;
|
413
413
|
}
|
414
414
|
|
415
415
|
a.has-text-black:hover, a.has-text-black:focus {
|
@@ -417,11 +417,11 @@ a.has-text-black:hover, a.has-text-black:focus {
|
|
417
417
|
}
|
418
418
|
|
419
419
|
.has-background-black {
|
420
|
-
background-color: hsl(
|
420
|
+
background-color: hsl(0, 0%, 4%) !important;
|
421
421
|
}
|
422
422
|
|
423
423
|
.has-text-light {
|
424
|
-
color: hsl(
|
424
|
+
color: hsl(0, 0%, 96%) !important;
|
425
425
|
}
|
426
426
|
|
427
427
|
a.has-text-light:hover, a.has-text-light:focus {
|
@@ -429,11 +429,11 @@ a.has-text-light:hover, a.has-text-light:focus {
|
|
429
429
|
}
|
430
430
|
|
431
431
|
.has-background-light {
|
432
|
-
background-color: hsl(
|
432
|
+
background-color: hsl(0, 0%, 96%) !important;
|
433
433
|
}
|
434
434
|
|
435
435
|
.has-text-dark {
|
436
|
-
color: hsl(
|
436
|
+
color: hsl(0, 0%, 21%) !important;
|
437
437
|
}
|
438
438
|
|
439
439
|
a.has-text-dark:hover, a.has-text-dark:focus {
|
@@ -441,7 +441,7 @@ a.has-text-dark:hover, a.has-text-dark:focus {
|
|
441
441
|
}
|
442
442
|
|
443
443
|
.has-background-dark {
|
444
|
-
background-color: hsl(
|
444
|
+
background-color: hsl(0, 0%, 21%) !important;
|
445
445
|
}
|
446
446
|
|
447
447
|
.has-text-primary {
|
@@ -481,7 +481,7 @@ a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
|
|
481
481
|
}
|
482
482
|
|
483
483
|
.has-text-link {
|
484
|
-
color: hsl(
|
484
|
+
color: hsl(229, 53%, 53%) !important;
|
485
485
|
}
|
486
486
|
|
487
487
|
a.has-text-link:hover, a.has-text-link:focus {
|
@@ -489,7 +489,7 @@ a.has-text-link:hover, a.has-text-link:focus {
|
|
489
489
|
}
|
490
490
|
|
491
491
|
.has-background-link {
|
492
|
-
background-color: hsl(
|
492
|
+
background-color: hsl(229, 53%, 53%) !important;
|
493
493
|
}
|
494
494
|
|
495
495
|
.has-text-link-light {
|
@@ -517,7 +517,7 @@ a.has-text-link-dark:hover, a.has-text-link-dark:focus {
|
|
517
517
|
}
|
518
518
|
|
519
519
|
.has-text-info {
|
520
|
-
color: hsl(
|
520
|
+
color: hsl(207, 61%, 53%) !important;
|
521
521
|
}
|
522
522
|
|
523
523
|
a.has-text-info:hover, a.has-text-info:focus {
|
@@ -525,7 +525,7 @@ a.has-text-info:hover, a.has-text-info:focus {
|
|
525
525
|
}
|
526
526
|
|
527
527
|
.has-background-info {
|
528
|
-
background-color: hsl(
|
528
|
+
background-color: hsl(207, 61%, 53%) !important;
|
529
529
|
}
|
530
530
|
|
531
531
|
.has-text-info-light {
|
@@ -625,7 +625,7 @@ a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
|
|
625
625
|
}
|
626
626
|
|
627
627
|
.has-text-danger {
|
628
|
-
color: hsl(
|
628
|
+
color: hsl(348, 86%, 61%) !important;
|
629
629
|
}
|
630
630
|
|
631
631
|
a.has-text-danger:hover, a.has-text-danger:focus {
|
@@ -633,7 +633,7 @@ a.has-text-danger:hover, a.has-text-danger:focus {
|
|
633
633
|
}
|
634
634
|
|
635
635
|
.has-background-danger {
|
636
|
-
background-color: hsl(
|
636
|
+
background-color: hsl(348, 86%, 61%) !important;
|
637
637
|
}
|
638
638
|
|
639
639
|
.has-text-danger-light {
|
@@ -661,75 +661,75 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
661
661
|
}
|
662
662
|
|
663
663
|
.has-text-black-bis {
|
664
|
-
color: hsl(
|
664
|
+
color: hsl(0, 0%, 7%) !important;
|
665
665
|
}
|
666
666
|
|
667
667
|
.has-background-black-bis {
|
668
|
-
background-color: hsl(
|
668
|
+
background-color: hsl(0, 0%, 7%) !important;
|
669
669
|
}
|
670
670
|
|
671
671
|
.has-text-black-ter {
|
672
|
-
color: hsl(
|
672
|
+
color: hsl(0, 0%, 14%) !important;
|
673
673
|
}
|
674
674
|
|
675
675
|
.has-background-black-ter {
|
676
|
-
background-color: hsl(
|
676
|
+
background-color: hsl(0, 0%, 14%) !important;
|
677
677
|
}
|
678
678
|
|
679
679
|
.has-text-grey-darker {
|
680
|
-
color: hsl(
|
680
|
+
color: hsl(0, 0%, 21%) !important;
|
681
681
|
}
|
682
682
|
|
683
683
|
.has-background-grey-darker {
|
684
|
-
background-color: hsl(
|
684
|
+
background-color: hsl(0, 0%, 21%) !important;
|
685
685
|
}
|
686
686
|
|
687
687
|
.has-text-grey-dark {
|
688
|
-
color: hsl(
|
688
|
+
color: hsl(0, 0%, 29%) !important;
|
689
689
|
}
|
690
690
|
|
691
691
|
.has-background-grey-dark {
|
692
|
-
background-color: hsl(
|
692
|
+
background-color: hsl(0, 0%, 29%) !important;
|
693
693
|
}
|
694
694
|
|
695
695
|
.has-text-grey {
|
696
|
-
color: hsl(
|
696
|
+
color: hsl(0, 0%, 48%) !important;
|
697
697
|
}
|
698
698
|
|
699
699
|
.has-background-grey {
|
700
|
-
background-color: hsl(
|
700
|
+
background-color: hsl(0, 0%, 48%) !important;
|
701
701
|
}
|
702
702
|
|
703
703
|
.has-text-grey-light {
|
704
|
-
color: hsl(
|
704
|
+
color: hsl(0, 0%, 71%) !important;
|
705
705
|
}
|
706
706
|
|
707
707
|
.has-background-grey-light {
|
708
|
-
background-color: hsl(
|
708
|
+
background-color: hsl(0, 0%, 71%) !important;
|
709
709
|
}
|
710
710
|
|
711
711
|
.has-text-grey-lighter {
|
712
|
-
color: hsl(
|
712
|
+
color: hsl(0, 0%, 86%) !important;
|
713
713
|
}
|
714
714
|
|
715
715
|
.has-background-grey-lighter {
|
716
|
-
background-color: hsl(
|
716
|
+
background-color: hsl(0, 0%, 86%) !important;
|
717
717
|
}
|
718
718
|
|
719
719
|
.has-text-white-ter {
|
720
|
-
color: hsl(
|
720
|
+
color: hsl(0, 0%, 96%) !important;
|
721
721
|
}
|
722
722
|
|
723
723
|
.has-background-white-ter {
|
724
|
-
background-color: hsl(
|
724
|
+
background-color: hsl(0, 0%, 96%) !important;
|
725
725
|
}
|
726
726
|
|
727
727
|
.has-text-white-bis {
|
728
|
-
color: hsl(
|
728
|
+
color: hsl(0, 0%, 98%) !important;
|
729
729
|
}
|
730
730
|
|
731
731
|
.has-background-white-bis {
|
732
|
-
background-color: hsl(
|
732
|
+
background-color: hsl(0, 0%, 98%) !important;
|
733
733
|
}
|
734
734
|
|
735
735
|
.is-flex-direction-row {
|
@@ -3909,10 +3909,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
3909
3909
|
|
3910
3910
|
/* Bulma Form */
|
3911
3911
|
.select select, .textarea, .input {
|
3912
|
-
background-color: hsl(
|
3913
|
-
border-color: hsl(
|
3912
|
+
background-color: hsl(0, 0%, 100%);
|
3913
|
+
border-color: hsl(0, 0%, 86%);
|
3914
3914
|
border-radius: 4px;
|
3915
|
-
color: hsl(
|
3915
|
+
color: hsl(0, 0%, 21%);
|
3916
3916
|
}
|
3917
3917
|
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
|
3918
3918
|
color: rgba(54, 54, 54, 0.3);
|
@@ -3927,17 +3927,17 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
3927
3927
|
color: rgba(54, 54, 54, 0.3);
|
3928
3928
|
}
|
3929
3929
|
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
|
3930
|
-
border-color: hsl(
|
3930
|
+
border-color: hsl(0, 0%, 71%);
|
3931
3931
|
}
|
3932
3932
|
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
|
3933
|
-
border-color: hsl(
|
3933
|
+
border-color: hsl(229, 53%, 53%);
|
3934
3934
|
box-shadow: none rgba(72, 95, 199, 0.25);
|
3935
3935
|
}
|
3936
3936
|
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
|
3937
|
-
background-color: hsl(
|
3938
|
-
border-color: hsl(
|
3937
|
+
background-color: hsl(0, 0%, 96%);
|
3938
|
+
border-color: hsl(0, 0%, 96%);
|
3939
3939
|
box-shadow: none;
|
3940
|
-
color: hsl(
|
3940
|
+
color: hsl(0, 0%, 48%);
|
3941
3941
|
}
|
3942
3942
|
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
|
3943
3943
|
color: rgba(122, 122, 122, 0.3);
|
@@ -3961,25 +3961,25 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
3961
3961
|
box-shadow: none;
|
3962
3962
|
}
|
3963
3963
|
.is-white.textarea, .is-white.input {
|
3964
|
-
border-color: hsl(
|
3964
|
+
border-color: hsl(0, 0%, 100%);
|
3965
3965
|
}
|
3966
3966
|
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
|
3967
3967
|
box-shadow: none rgba(255, 255, 255, 0.25);
|
3968
3968
|
}
|
3969
3969
|
.is-black.textarea, .is-black.input {
|
3970
|
-
border-color: hsl(
|
3970
|
+
border-color: hsl(0, 0%, 4%);
|
3971
3971
|
}
|
3972
3972
|
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
|
3973
3973
|
box-shadow: none rgba(10, 10, 10, 0.25);
|
3974
3974
|
}
|
3975
3975
|
.is-light.textarea, .is-light.input {
|
3976
|
-
border-color: hsl(
|
3976
|
+
border-color: hsl(0, 0%, 96%);
|
3977
3977
|
}
|
3978
3978
|
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
|
3979
3979
|
box-shadow: none rgba(245, 245, 245, 0.25);
|
3980
3980
|
}
|
3981
3981
|
.is-dark.textarea, .is-dark.input {
|
3982
|
-
border-color: hsl(
|
3982
|
+
border-color: hsl(0, 0%, 21%);
|
3983
3983
|
}
|
3984
3984
|
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
|
3985
3985
|
box-shadow: none rgba(54, 54, 54, 0.25);
|
@@ -3991,13 +3991,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
3991
3991
|
box-shadow: none rgba(76, 141, 167, 0.25);
|
3992
3992
|
}
|
3993
3993
|
.is-link.textarea, .is-link.input {
|
3994
|
-
border-color: hsl(
|
3994
|
+
border-color: hsl(229, 53%, 53%);
|
3995
3995
|
}
|
3996
3996
|
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
|
3997
3997
|
box-shadow: none rgba(72, 95, 199, 0.25);
|
3998
3998
|
}
|
3999
3999
|
.is-info.textarea, .is-info.input {
|
4000
|
-
border-color: hsl(
|
4000
|
+
border-color: hsl(207, 61%, 53%);
|
4001
4001
|
}
|
4002
4002
|
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
|
4003
4003
|
box-shadow: none rgba(62, 142, 208, 0.25);
|
@@ -4015,7 +4015,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4015
4015
|
box-shadow: none rgba(255, 111, 0, 0.25);
|
4016
4016
|
}
|
4017
4017
|
.is-danger.textarea, .is-danger.input {
|
4018
|
-
border-color: hsl(
|
4018
|
+
border-color: hsl(348, 86%, 61%);
|
4019
4019
|
}
|
4020
4020
|
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
|
4021
4021
|
box-shadow: none rgba(241, 70, 104, 0.25);
|
@@ -4080,12 +4080,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4080
4080
|
cursor: pointer;
|
4081
4081
|
}
|
4082
4082
|
.radio:hover, .checkbox:hover {
|
4083
|
-
color: hsl(
|
4083
|
+
color: hsl(0, 0%, 21%);
|
4084
4084
|
}
|
4085
4085
|
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
|
4086
4086
|
.radio input[disabled],
|
4087
4087
|
.checkbox input[disabled] {
|
4088
|
-
color: hsl(
|
4088
|
+
color: hsl(0, 0%, 48%);
|
4089
4089
|
cursor: not-allowed;
|
4090
4090
|
}
|
4091
4091
|
|
@@ -4103,7 +4103,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4103
4103
|
height: 2.5em;
|
4104
4104
|
}
|
4105
4105
|
.select:not(.is-multiple):not(.is-loading)::after {
|
4106
|
-
border-color: hsl(
|
4106
|
+
border-color: hsl(229, 53%, 53%);
|
4107
4107
|
right: 1.125em;
|
4108
4108
|
z-index: 4;
|
4109
4109
|
}
|
@@ -4122,7 +4122,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4122
4122
|
display: none;
|
4123
4123
|
}
|
4124
4124
|
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
|
4125
|
-
border-color: hsl(
|
4125
|
+
border-color: hsl(0, 0%, 96%);
|
4126
4126
|
}
|
4127
4127
|
.select select:not([multiple]) {
|
4128
4128
|
padding-right: 2.5em;
|
@@ -4135,13 +4135,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4135
4135
|
padding: 0.5em 1em;
|
4136
4136
|
}
|
4137
4137
|
.select:not(.is-multiple):not(.is-loading):hover::after {
|
4138
|
-
border-color: hsl(
|
4138
|
+
border-color: hsl(0, 0%, 21%);
|
4139
4139
|
}
|
4140
4140
|
.select.is-white:not(:hover)::after {
|
4141
|
-
border-color: hsl(
|
4141
|
+
border-color: hsl(0, 0%, 100%);
|
4142
4142
|
}
|
4143
4143
|
.select.is-white select {
|
4144
|
-
border-color: hsl(
|
4144
|
+
border-color: hsl(0, 0%, 100%);
|
4145
4145
|
}
|
4146
4146
|
.select.is-white select:hover, .select.is-white select.is-hovered {
|
4147
4147
|
border-color: #f2f2f2;
|
@@ -4150,10 +4150,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4150
4150
|
box-shadow: none rgba(255, 255, 255, 0.25);
|
4151
4151
|
}
|
4152
4152
|
.select.is-black:not(:hover)::after {
|
4153
|
-
border-color: hsl(
|
4153
|
+
border-color: hsl(0, 0%, 4%);
|
4154
4154
|
}
|
4155
4155
|
.select.is-black select {
|
4156
|
-
border-color: hsl(
|
4156
|
+
border-color: hsl(0, 0%, 4%);
|
4157
4157
|
}
|
4158
4158
|
.select.is-black select:hover, .select.is-black select.is-hovered {
|
4159
4159
|
border-color: black;
|
@@ -4162,10 +4162,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4162
4162
|
box-shadow: none rgba(10, 10, 10, 0.25);
|
4163
4163
|
}
|
4164
4164
|
.select.is-light:not(:hover)::after {
|
4165
|
-
border-color: hsl(
|
4165
|
+
border-color: hsl(0, 0%, 96%);
|
4166
4166
|
}
|
4167
4167
|
.select.is-light select {
|
4168
|
-
border-color: hsl(
|
4168
|
+
border-color: hsl(0, 0%, 96%);
|
4169
4169
|
}
|
4170
4170
|
.select.is-light select:hover, .select.is-light select.is-hovered {
|
4171
4171
|
border-color: #e8e8e8;
|
@@ -4174,10 +4174,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4174
4174
|
box-shadow: none rgba(245, 245, 245, 0.25);
|
4175
4175
|
}
|
4176
4176
|
.select.is-dark:not(:hover)::after {
|
4177
|
-
border-color: hsl(
|
4177
|
+
border-color: hsl(0, 0%, 21%);
|
4178
4178
|
}
|
4179
4179
|
.select.is-dark select {
|
4180
|
-
border-color: hsl(
|
4180
|
+
border-color: hsl(0, 0%, 21%);
|
4181
4181
|
}
|
4182
4182
|
.select.is-dark select:hover, .select.is-dark select.is-hovered {
|
4183
4183
|
border-color: #292929;
|
@@ -4198,10 +4198,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4198
4198
|
box-shadow: none rgba(76, 141, 167, 0.25);
|
4199
4199
|
}
|
4200
4200
|
.select.is-link:not(:hover)::after {
|
4201
|
-
border-color: hsl(
|
4201
|
+
border-color: hsl(229, 53%, 53%);
|
4202
4202
|
}
|
4203
4203
|
.select.is-link select {
|
4204
|
-
border-color: hsl(
|
4204
|
+
border-color: hsl(229, 53%, 53%);
|
4205
4205
|
}
|
4206
4206
|
.select.is-link select:hover, .select.is-link select.is-hovered {
|
4207
4207
|
border-color: #3a51bb;
|
@@ -4210,10 +4210,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4210
4210
|
box-shadow: none rgba(72, 95, 199, 0.25);
|
4211
4211
|
}
|
4212
4212
|
.select.is-info:not(:hover)::after {
|
4213
|
-
border-color: hsl(
|
4213
|
+
border-color: hsl(207, 61%, 53%);
|
4214
4214
|
}
|
4215
4215
|
.select.is-info select {
|
4216
|
-
border-color: hsl(
|
4216
|
+
border-color: hsl(207, 61%, 53%);
|
4217
4217
|
}
|
4218
4218
|
.select.is-info select:hover, .select.is-info select.is-hovered {
|
4219
4219
|
border-color: #3082c5;
|
@@ -4246,10 +4246,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4246
4246
|
box-shadow: none rgba(255, 111, 0, 0.25);
|
4247
4247
|
}
|
4248
4248
|
.select.is-danger:not(:hover)::after {
|
4249
|
-
border-color: hsl(
|
4249
|
+
border-color: hsl(348, 86%, 61%);
|
4250
4250
|
}
|
4251
4251
|
.select.is-danger select {
|
4252
|
-
border-color: hsl(
|
4252
|
+
border-color: hsl(348, 86%, 61%);
|
4253
4253
|
}
|
4254
4254
|
.select.is-danger select:hover, .select.is-danger select.is-hovered {
|
4255
4255
|
border-color: #ef2e55;
|
@@ -4268,7 +4268,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4268
4268
|
font-size: 1.5rem;
|
4269
4269
|
}
|
4270
4270
|
.select.is-disabled::after {
|
4271
|
-
border-color: hsl(
|
4271
|
+
border-color: hsl(0, 0%, 48%) !important;
|
4272
4272
|
opacity: 0.5;
|
4273
4273
|
}
|
4274
4274
|
.select.is-fullwidth {
|
@@ -4301,47 +4301,47 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4301
4301
|
position: relative;
|
4302
4302
|
}
|
4303
4303
|
.file.is-white .file-cta {
|
4304
|
-
background-color: hsl(
|
4304
|
+
background-color: hsl(0, 0%, 100%);
|
4305
4305
|
border-color: transparent;
|
4306
|
-
color: hsl(
|
4306
|
+
color: hsl(0, 0%, 4%);
|
4307
4307
|
}
|
4308
4308
|
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
|
4309
4309
|
background-color: #f9f9f9;
|
4310
4310
|
border-color: transparent;
|
4311
|
-
color: hsl(
|
4311
|
+
color: hsl(0, 0%, 4%);
|
4312
4312
|
}
|
4313
4313
|
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
|
4314
4314
|
border-color: transparent;
|
4315
4315
|
box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
|
4316
|
-
color: hsl(
|
4316
|
+
color: hsl(0, 0%, 4%);
|
4317
4317
|
}
|
4318
4318
|
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
|
4319
4319
|
background-color: #f2f2f2;
|
4320
4320
|
border-color: transparent;
|
4321
|
-
color: hsl(
|
4321
|
+
color: hsl(0, 0%, 4%);
|
4322
4322
|
}
|
4323
4323
|
.file.is-black .file-cta {
|
4324
|
-
background-color: hsl(
|
4324
|
+
background-color: hsl(0, 0%, 4%);
|
4325
4325
|
border-color: transparent;
|
4326
|
-
color: hsl(
|
4326
|
+
color: hsl(0, 0%, 100%);
|
4327
4327
|
}
|
4328
4328
|
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
|
4329
4329
|
background-color: #040404;
|
4330
4330
|
border-color: transparent;
|
4331
|
-
color: hsl(
|
4331
|
+
color: hsl(0, 0%, 100%);
|
4332
4332
|
}
|
4333
4333
|
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
|
4334
4334
|
border-color: transparent;
|
4335
4335
|
box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
|
4336
|
-
color: hsl(
|
4336
|
+
color: hsl(0, 0%, 100%);
|
4337
4337
|
}
|
4338
4338
|
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
|
4339
4339
|
background-color: black;
|
4340
4340
|
border-color: transparent;
|
4341
|
-
color: hsl(
|
4341
|
+
color: hsl(0, 0%, 100%);
|
4342
4342
|
}
|
4343
4343
|
.file.is-light .file-cta {
|
4344
|
-
background-color: hsl(
|
4344
|
+
background-color: hsl(0, 0%, 96%);
|
4345
4345
|
border-color: transparent;
|
4346
4346
|
color: rgba(0, 0, 0, 0.7);
|
4347
4347
|
}
|
@@ -4361,7 +4361,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4361
4361
|
color: rgba(0, 0, 0, 0.7);
|
4362
4362
|
}
|
4363
4363
|
.file.is-dark .file-cta {
|
4364
|
-
background-color: hsl(
|
4364
|
+
background-color: hsl(0, 0%, 21%);
|
4365
4365
|
border-color: transparent;
|
4366
4366
|
color: #fff;
|
4367
4367
|
}
|
@@ -4401,7 +4401,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4401
4401
|
color: #fff;
|
4402
4402
|
}
|
4403
4403
|
.file.is-link .file-cta {
|
4404
|
-
background-color: hsl(
|
4404
|
+
background-color: hsl(229, 53%, 53%);
|
4405
4405
|
border-color: transparent;
|
4406
4406
|
color: #fff;
|
4407
4407
|
}
|
@@ -4421,7 +4421,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4421
4421
|
color: #fff;
|
4422
4422
|
}
|
4423
4423
|
.file.is-info .file-cta {
|
4424
|
-
background-color: hsl(
|
4424
|
+
background-color: hsl(207, 61%, 53%);
|
4425
4425
|
border-color: transparent;
|
4426
4426
|
color: #fff;
|
4427
4427
|
}
|
@@ -4481,7 +4481,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4481
4481
|
color: #fff;
|
4482
4482
|
}
|
4483
4483
|
.file.is-danger .file-cta {
|
4484
|
-
background-color: hsl(
|
4484
|
+
background-color: hsl(348, 86%, 61%);
|
4485
4485
|
border-color: transparent;
|
4486
4486
|
color: #fff;
|
4487
4487
|
}
|
@@ -4598,14 +4598,14 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4598
4598
|
}
|
4599
4599
|
.file-label:hover .file-cta {
|
4600
4600
|
background-color: #eeeeee;
|
4601
|
-
color: hsl(
|
4601
|
+
color: hsl(0, 0%, 21%);
|
4602
4602
|
}
|
4603
4603
|
.file-label:hover .file-name {
|
4604
4604
|
border-color: #d5d5d5;
|
4605
4605
|
}
|
4606
4606
|
.file-label:active .file-cta {
|
4607
4607
|
background-color: #e8e8e8;
|
4608
|
-
color: hsl(
|
4608
|
+
color: hsl(0, 0%, 21%);
|
4609
4609
|
}
|
4610
4610
|
.file-label:active .file-name {
|
4611
4611
|
border-color: #cfcfcf;
|
@@ -4623,7 +4623,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4623
4623
|
|
4624
4624
|
.file-cta,
|
4625
4625
|
.file-name {
|
4626
|
-
border-color: hsl(
|
4626
|
+
border-color: hsl(0, 0%, 86%);
|
4627
4627
|
border-radius: 4px;
|
4628
4628
|
font-size: 1em;
|
4629
4629
|
padding-left: 1em;
|
@@ -4632,12 +4632,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4632
4632
|
}
|
4633
4633
|
|
4634
4634
|
.file-cta {
|
4635
|
-
background-color: hsl(
|
4636
|
-
color: hsl(
|
4635
|
+
background-color: hsl(0, 0%, 96%);
|
4636
|
+
color: hsl(0, 0%, 29%);
|
4637
4637
|
}
|
4638
4638
|
|
4639
4639
|
.file-name {
|
4640
|
-
border-color: hsl(
|
4640
|
+
border-color: hsl(0, 0%, 86%);
|
4641
4641
|
border-style: solid;
|
4642
4642
|
border-width: 1px 1px 1px 0;
|
4643
4643
|
display: block;
|
@@ -4660,7 +4660,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4660
4660
|
}
|
4661
4661
|
|
4662
4662
|
.label {
|
4663
|
-
color: hsl(
|
4663
|
+
color: hsl(0, 0%, 21%);
|
4664
4664
|
display: block;
|
4665
4665
|
font-size: 1rem;
|
4666
4666
|
font-weight: 300;
|
@@ -4684,25 +4684,25 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4684
4684
|
margin-top: 0.25rem;
|
4685
4685
|
}
|
4686
4686
|
.help.is-white {
|
4687
|
-
color: hsl(
|
4687
|
+
color: hsl(0, 0%, 100%);
|
4688
4688
|
}
|
4689
4689
|
.help.is-black {
|
4690
|
-
color: hsl(
|
4690
|
+
color: hsl(0, 0%, 4%);
|
4691
4691
|
}
|
4692
4692
|
.help.is-light {
|
4693
|
-
color: hsl(
|
4693
|
+
color: hsl(0, 0%, 96%);
|
4694
4694
|
}
|
4695
4695
|
.help.is-dark {
|
4696
|
-
color: hsl(
|
4696
|
+
color: hsl(0, 0%, 21%);
|
4697
4697
|
}
|
4698
4698
|
.help.is-primary {
|
4699
4699
|
color: #4c8da7;
|
4700
4700
|
}
|
4701
4701
|
.help.is-link {
|
4702
|
-
color: hsl(
|
4702
|
+
color: hsl(229, 53%, 53%);
|
4703
4703
|
}
|
4704
4704
|
.help.is-info {
|
4705
|
-
color: hsl(
|
4705
|
+
color: hsl(207, 61%, 53%);
|
4706
4706
|
}
|
4707
4707
|
.help.is-success {
|
4708
4708
|
color: #4caf50;
|
@@ -4711,7 +4711,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4711
4711
|
color: #ff6f00;
|
4712
4712
|
}
|
4713
4713
|
.help.is-danger {
|
4714
|
-
color: hsl(
|
4714
|
+
color: hsl(348, 86%, 61%);
|
4715
4715
|
}
|
4716
4716
|
|
4717
4717
|
.field:not(:last-child) {
|
@@ -4890,7 +4890,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4890
4890
|
.control.has-icons-left .input:focus ~ .icon,
|
4891
4891
|
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
|
4892
4892
|
.control.has-icons-right .select:focus ~ .icon {
|
4893
|
-
color: hsl(
|
4893
|
+
color: hsl(0, 0%, 29%);
|
4894
4894
|
}
|
4895
4895
|
.control.has-icons-left .input.is-small ~ .icon,
|
4896
4896
|
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
|
@@ -4908,7 +4908,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4908
4908
|
font-size: 1.5rem;
|
4909
4909
|
}
|
4910
4910
|
.control.has-icons-left .icon, .control.has-icons-right .icon {
|
4911
|
-
color: hsl(
|
4911
|
+
color: hsl(0, 0%, 86%);
|
4912
4912
|
height: 2.5em;
|
4913
4913
|
pointer-events: none;
|
4914
4914
|
position: absolute;
|
@@ -4994,7 +4994,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4994
4994
|
|
4995
4995
|
.number {
|
4996
4996
|
align-items: center;
|
4997
|
-
background-color: hsl(
|
4997
|
+
background-color: hsl(0, 0%, 96%);
|
4998
4998
|
border-radius: 9999px;
|
4999
4999
|
display: inline-flex;
|
5000
5000
|
font-size: 1.25rem;
|
@@ -5008,10 +5008,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5008
5008
|
}
|
5009
5009
|
|
5010
5010
|
.button {
|
5011
|
-
background-color: hsl(
|
5012
|
-
border-color: hsl(
|
5011
|
+
background-color: hsl(0, 0%, 100%);
|
5012
|
+
border-color: hsl(0, 0%, 86%);
|
5013
5013
|
border-width: 1px;
|
5014
|
-
color: hsl(
|
5014
|
+
color: hsl(0, 0%, 21%);
|
5015
5015
|
cursor: pointer;
|
5016
5016
|
justify-content: center;
|
5017
5017
|
padding-bottom: calc(0.5em - 1px);
|
@@ -5041,33 +5041,33 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5041
5041
|
margin-right: calc(-0.5em - 1px);
|
5042
5042
|
}
|
5043
5043
|
.button:hover, .button.is-hovered {
|
5044
|
-
border-color: hsl(
|
5045
|
-
color: hsl(
|
5044
|
+
border-color: hsl(0, 0%, 71%);
|
5045
|
+
color: hsl(0, 0%, 21%);
|
5046
5046
|
}
|
5047
5047
|
.button:focus, .button.is-focused {
|
5048
|
-
border-color: hsl(
|
5049
|
-
color: hsl(
|
5048
|
+
border-color: hsl(229, 53%, 53%);
|
5049
|
+
color: hsl(0, 0%, 21%);
|
5050
5050
|
}
|
5051
5051
|
.button:focus:not(:active), .button.is-focused:not(:active) {
|
5052
5052
|
box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
|
5053
5053
|
}
|
5054
5054
|
.button:active, .button.is-active {
|
5055
|
-
border-color: hsl(
|
5056
|
-
color: hsl(
|
5055
|
+
border-color: hsl(0, 0%, 29%);
|
5056
|
+
color: hsl(0, 0%, 21%);
|
5057
5057
|
}
|
5058
5058
|
.button.is-text {
|
5059
5059
|
background-color: transparent;
|
5060
5060
|
border-color: transparent;
|
5061
|
-
color: hsl(
|
5061
|
+
color: hsl(0, 0%, 29%);
|
5062
5062
|
text-decoration: underline;
|
5063
5063
|
}
|
5064
5064
|
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
|
5065
|
-
background-color: hsl(
|
5066
|
-
color: hsl(
|
5065
|
+
background-color: hsl(0, 0%, 96%);
|
5066
|
+
color: hsl(0, 0%, 21%);
|
5067
5067
|
}
|
5068
5068
|
.button.is-text:active, .button.is-text.is-active {
|
5069
5069
|
background-color: #e8e8e8;
|
5070
|
-
color: hsl(
|
5070
|
+
color: hsl(0, 0%, 21%);
|
5071
5071
|
}
|
5072
5072
|
.button.is-text[disabled], fieldset[disabled] .button.is-text {
|
5073
5073
|
background-color: transparent;
|
@@ -5077,26 +5077,26 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5077
5077
|
.button.is-ghost {
|
5078
5078
|
background: none;
|
5079
5079
|
border-color: transparent;
|
5080
|
-
color: hsl(
|
5080
|
+
color: hsl(229, 53%, 53%);
|
5081
5081
|
text-decoration: none;
|
5082
5082
|
}
|
5083
5083
|
.button.is-ghost:hover, .button.is-ghost.is-hovered {
|
5084
|
-
color: hsl(
|
5084
|
+
color: hsl(229, 53%, 53%);
|
5085
5085
|
text-decoration: underline;
|
5086
5086
|
}
|
5087
5087
|
.button.is-white {
|
5088
|
-
background-color: hsl(
|
5088
|
+
background-color: hsl(0, 0%, 100%);
|
5089
5089
|
border-color: transparent;
|
5090
|
-
color: hsl(
|
5090
|
+
color: hsl(0, 0%, 4%);
|
5091
5091
|
}
|
5092
5092
|
.button.is-white:hover, .button.is-white.is-hovered {
|
5093
5093
|
background-color: #f9f9f9;
|
5094
5094
|
border-color: transparent;
|
5095
|
-
color: hsl(
|
5095
|
+
color: hsl(0, 0%, 4%);
|
5096
5096
|
}
|
5097
5097
|
.button.is-white:focus, .button.is-white.is-focused {
|
5098
5098
|
border-color: transparent;
|
5099
|
-
color: hsl(
|
5099
|
+
color: hsl(0, 0%, 4%);
|
5100
5100
|
}
|
5101
5101
|
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
|
5102
5102
|
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
|
@@ -5104,82 +5104,82 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5104
5104
|
.button.is-white:active, .button.is-white.is-active {
|
5105
5105
|
background-color: #f2f2f2;
|
5106
5106
|
border-color: transparent;
|
5107
|
-
color: hsl(
|
5107
|
+
color: hsl(0, 0%, 4%);
|
5108
5108
|
}
|
5109
5109
|
.button.is-white[disabled], fieldset[disabled] .button.is-white {
|
5110
|
-
background-color: hsl(
|
5111
|
-
border-color: hsl(
|
5110
|
+
background-color: hsl(0, 0%, 100%);
|
5111
|
+
border-color: hsl(0, 0%, 100%);
|
5112
5112
|
box-shadow: none;
|
5113
5113
|
}
|
5114
5114
|
.button.is-white.is-inverted {
|
5115
|
-
background-color: hsl(
|
5116
|
-
color: hsl(
|
5115
|
+
background-color: hsl(0, 0%, 4%);
|
5116
|
+
color: hsl(0, 0%, 100%);
|
5117
5117
|
}
|
5118
5118
|
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
|
5119
5119
|
background-color: black;
|
5120
5120
|
}
|
5121
5121
|
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
|
5122
|
-
background-color: hsl(
|
5122
|
+
background-color: hsl(0, 0%, 4%);
|
5123
5123
|
border-color: transparent;
|
5124
5124
|
box-shadow: none;
|
5125
|
-
color: hsl(
|
5125
|
+
color: hsl(0, 0%, 100%);
|
5126
5126
|
}
|
5127
5127
|
.button.is-white.is-loading::after {
|
5128
|
-
border-color: transparent transparent hsl(
|
5128
|
+
border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
|
5129
5129
|
}
|
5130
5130
|
.button.is-white.is-outlined {
|
5131
5131
|
background-color: transparent;
|
5132
|
-
border-color: hsl(
|
5133
|
-
color: hsl(
|
5132
|
+
border-color: hsl(0, 0%, 100%);
|
5133
|
+
color: hsl(0, 0%, 100%);
|
5134
5134
|
}
|
5135
5135
|
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
|
5136
|
-
background-color: hsl(
|
5137
|
-
border-color: hsl(
|
5138
|
-
color: hsl(
|
5136
|
+
background-color: hsl(0, 0%, 100%);
|
5137
|
+
border-color: hsl(0, 0%, 100%);
|
5138
|
+
color: hsl(0, 0%, 4%);
|
5139
5139
|
}
|
5140
5140
|
.button.is-white.is-outlined.is-loading::after {
|
5141
|
-
border-color: transparent transparent hsl(
|
5141
|
+
border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
|
5142
5142
|
}
|
5143
5143
|
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
|
5144
|
-
border-color: transparent transparent hsl(
|
5144
|
+
border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
|
5145
5145
|
}
|
5146
5146
|
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
|
5147
5147
|
background-color: transparent;
|
5148
|
-
border-color: hsl(
|
5148
|
+
border-color: hsl(0, 0%, 100%);
|
5149
5149
|
box-shadow: none;
|
5150
|
-
color: hsl(
|
5150
|
+
color: hsl(0, 0%, 100%);
|
5151
5151
|
}
|
5152
5152
|
.button.is-white.is-inverted.is-outlined {
|
5153
5153
|
background-color: transparent;
|
5154
|
-
border-color: hsl(
|
5155
|
-
color: hsl(
|
5154
|
+
border-color: hsl(0, 0%, 4%);
|
5155
|
+
color: hsl(0, 0%, 4%);
|
5156
5156
|
}
|
5157
5157
|
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
|
5158
|
-
background-color: hsl(
|
5159
|
-
color: hsl(
|
5158
|
+
background-color: hsl(0, 0%, 4%);
|
5159
|
+
color: hsl(0, 0%, 100%);
|
5160
5160
|
}
|
5161
5161
|
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
|
5162
|
-
border-color: transparent transparent hsl(
|
5162
|
+
border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
|
5163
5163
|
}
|
5164
5164
|
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
|
5165
5165
|
background-color: transparent;
|
5166
|
-
border-color: hsl(
|
5166
|
+
border-color: hsl(0, 0%, 4%);
|
5167
5167
|
box-shadow: none;
|
5168
|
-
color: hsl(
|
5168
|
+
color: hsl(0, 0%, 4%);
|
5169
5169
|
}
|
5170
5170
|
.button.is-black {
|
5171
|
-
background-color: hsl(
|
5171
|
+
background-color: hsl(0, 0%, 4%);
|
5172
5172
|
border-color: transparent;
|
5173
|
-
color: hsl(
|
5173
|
+
color: hsl(0, 0%, 100%);
|
5174
5174
|
}
|
5175
5175
|
.button.is-black:hover, .button.is-black.is-hovered {
|
5176
5176
|
background-color: #040404;
|
5177
5177
|
border-color: transparent;
|
5178
|
-
color: hsl(
|
5178
|
+
color: hsl(0, 0%, 100%);
|
5179
5179
|
}
|
5180
5180
|
.button.is-black:focus, .button.is-black.is-focused {
|
5181
5181
|
border-color: transparent;
|
5182
|
-
color: hsl(
|
5182
|
+
color: hsl(0, 0%, 100%);
|
5183
5183
|
}
|
5184
5184
|
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
|
5185
5185
|
box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
|
@@ -5187,71 +5187,71 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5187
5187
|
.button.is-black:active, .button.is-black.is-active {
|
5188
5188
|
background-color: black;
|
5189
5189
|
border-color: transparent;
|
5190
|
-
color: hsl(
|
5190
|
+
color: hsl(0, 0%, 100%);
|
5191
5191
|
}
|
5192
5192
|
.button.is-black[disabled], fieldset[disabled] .button.is-black {
|
5193
|
-
background-color: hsl(
|
5194
|
-
border-color: hsl(
|
5193
|
+
background-color: hsl(0, 0%, 4%);
|
5194
|
+
border-color: hsl(0, 0%, 4%);
|
5195
5195
|
box-shadow: none;
|
5196
5196
|
}
|
5197
5197
|
.button.is-black.is-inverted {
|
5198
|
-
background-color: hsl(
|
5199
|
-
color: hsl(
|
5198
|
+
background-color: hsl(0, 0%, 100%);
|
5199
|
+
color: hsl(0, 0%, 4%);
|
5200
5200
|
}
|
5201
5201
|
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
|
5202
5202
|
background-color: #f2f2f2;
|
5203
5203
|
}
|
5204
5204
|
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
|
5205
|
-
background-color: hsl(
|
5205
|
+
background-color: hsl(0, 0%, 100%);
|
5206
5206
|
border-color: transparent;
|
5207
5207
|
box-shadow: none;
|
5208
|
-
color: hsl(
|
5208
|
+
color: hsl(0, 0%, 4%);
|
5209
5209
|
}
|
5210
5210
|
.button.is-black.is-loading::after {
|
5211
|
-
border-color: transparent transparent hsl(
|
5211
|
+
border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
|
5212
5212
|
}
|
5213
5213
|
.button.is-black.is-outlined {
|
5214
5214
|
background-color: transparent;
|
5215
|
-
border-color: hsl(
|
5216
|
-
color: hsl(
|
5215
|
+
border-color: hsl(0, 0%, 4%);
|
5216
|
+
color: hsl(0, 0%, 4%);
|
5217
5217
|
}
|
5218
5218
|
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
|
5219
|
-
background-color: hsl(
|
5220
|
-
border-color: hsl(
|
5221
|
-
color: hsl(
|
5219
|
+
background-color: hsl(0, 0%, 4%);
|
5220
|
+
border-color: hsl(0, 0%, 4%);
|
5221
|
+
color: hsl(0, 0%, 100%);
|
5222
5222
|
}
|
5223
5223
|
.button.is-black.is-outlined.is-loading::after {
|
5224
|
-
border-color: transparent transparent hsl(
|
5224
|
+
border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
|
5225
5225
|
}
|
5226
5226
|
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
|
5227
|
-
border-color: transparent transparent hsl(
|
5227
|
+
border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
|
5228
5228
|
}
|
5229
5229
|
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
|
5230
5230
|
background-color: transparent;
|
5231
|
-
border-color: hsl(
|
5231
|
+
border-color: hsl(0, 0%, 4%);
|
5232
5232
|
box-shadow: none;
|
5233
|
-
color: hsl(
|
5233
|
+
color: hsl(0, 0%, 4%);
|
5234
5234
|
}
|
5235
5235
|
.button.is-black.is-inverted.is-outlined {
|
5236
5236
|
background-color: transparent;
|
5237
|
-
border-color: hsl(
|
5238
|
-
color: hsl(
|
5237
|
+
border-color: hsl(0, 0%, 100%);
|
5238
|
+
color: hsl(0, 0%, 100%);
|
5239
5239
|
}
|
5240
5240
|
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
|
5241
|
-
background-color: hsl(
|
5242
|
-
color: hsl(
|
5241
|
+
background-color: hsl(0, 0%, 100%);
|
5242
|
+
color: hsl(0, 0%, 4%);
|
5243
5243
|
}
|
5244
5244
|
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
|
5245
|
-
border-color: transparent transparent hsl(
|
5245
|
+
border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
|
5246
5246
|
}
|
5247
5247
|
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
|
5248
5248
|
background-color: transparent;
|
5249
|
-
border-color: hsl(
|
5249
|
+
border-color: hsl(0, 0%, 100%);
|
5250
5250
|
box-shadow: none;
|
5251
|
-
color: hsl(
|
5251
|
+
color: hsl(0, 0%, 100%);
|
5252
5252
|
}
|
5253
5253
|
.button.is-light {
|
5254
|
-
background-color: hsl(
|
5254
|
+
background-color: hsl(0, 0%, 96%);
|
5255
5255
|
border-color: transparent;
|
5256
5256
|
color: rgba(0, 0, 0, 0.7);
|
5257
5257
|
}
|
@@ -5273,13 +5273,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5273
5273
|
color: rgba(0, 0, 0, 0.7);
|
5274
5274
|
}
|
5275
5275
|
.button.is-light[disabled], fieldset[disabled] .button.is-light {
|
5276
|
-
background-color: hsl(
|
5277
|
-
border-color: hsl(
|
5276
|
+
background-color: hsl(0, 0%, 96%);
|
5277
|
+
border-color: hsl(0, 0%, 96%);
|
5278
5278
|
box-shadow: none;
|
5279
5279
|
}
|
5280
5280
|
.button.is-light.is-inverted {
|
5281
5281
|
background-color: rgba(0, 0, 0, 0.7);
|
5282
|
-
color: hsl(
|
5282
|
+
color: hsl(0, 0%, 96%);
|
5283
5283
|
}
|
5284
5284
|
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
|
5285
5285
|
background-color: rgba(0, 0, 0, 0.7);
|
@@ -5288,32 +5288,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5288
5288
|
background-color: rgba(0, 0, 0, 0.7);
|
5289
5289
|
border-color: transparent;
|
5290
5290
|
box-shadow: none;
|
5291
|
-
color: hsl(
|
5291
|
+
color: hsl(0, 0%, 96%);
|
5292
5292
|
}
|
5293
5293
|
.button.is-light.is-loading::after {
|
5294
5294
|
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
|
5295
5295
|
}
|
5296
5296
|
.button.is-light.is-outlined {
|
5297
5297
|
background-color: transparent;
|
5298
|
-
border-color: hsl(
|
5299
|
-
color: hsl(
|
5298
|
+
border-color: hsl(0, 0%, 96%);
|
5299
|
+
color: hsl(0, 0%, 96%);
|
5300
5300
|
}
|
5301
5301
|
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
|
5302
|
-
background-color: hsl(
|
5303
|
-
border-color: hsl(
|
5302
|
+
background-color: hsl(0, 0%, 96%);
|
5303
|
+
border-color: hsl(0, 0%, 96%);
|
5304
5304
|
color: rgba(0, 0, 0, 0.7);
|
5305
5305
|
}
|
5306
5306
|
.button.is-light.is-outlined.is-loading::after {
|
5307
|
-
border-color: transparent transparent hsl(
|
5307
|
+
border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
|
5308
5308
|
}
|
5309
5309
|
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
|
5310
5310
|
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
|
5311
5311
|
}
|
5312
5312
|
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
|
5313
5313
|
background-color: transparent;
|
5314
|
-
border-color: hsl(
|
5314
|
+
border-color: hsl(0, 0%, 96%);
|
5315
5315
|
box-shadow: none;
|
5316
|
-
color: hsl(
|
5316
|
+
color: hsl(0, 0%, 96%);
|
5317
5317
|
}
|
5318
5318
|
.button.is-light.is-inverted.is-outlined {
|
5319
5319
|
background-color: transparent;
|
@@ -5322,10 +5322,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5322
5322
|
}
|
5323
5323
|
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
|
5324
5324
|
background-color: rgba(0, 0, 0, 0.7);
|
5325
|
-
color: hsl(
|
5325
|
+
color: hsl(0, 0%, 96%);
|
5326
5326
|
}
|
5327
5327
|
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
|
5328
|
-
border-color: transparent transparent hsl(
|
5328
|
+
border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
|
5329
5329
|
}
|
5330
5330
|
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
|
5331
5331
|
background-color: transparent;
|
@@ -5334,7 +5334,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5334
5334
|
color: rgba(0, 0, 0, 0.7);
|
5335
5335
|
}
|
5336
5336
|
.button.is-dark {
|
5337
|
-
background-color: hsl(
|
5337
|
+
background-color: hsl(0, 0%, 21%);
|
5338
5338
|
border-color: transparent;
|
5339
5339
|
color: #fff;
|
5340
5340
|
}
|
@@ -5356,13 +5356,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5356
5356
|
color: #fff;
|
5357
5357
|
}
|
5358
5358
|
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
|
5359
|
-
background-color: hsl(
|
5360
|
-
border-color: hsl(
|
5359
|
+
background-color: hsl(0, 0%, 21%);
|
5360
|
+
border-color: hsl(0, 0%, 21%);
|
5361
5361
|
box-shadow: none;
|
5362
5362
|
}
|
5363
5363
|
.button.is-dark.is-inverted {
|
5364
5364
|
background-color: #fff;
|
5365
|
-
color: hsl(
|
5365
|
+
color: hsl(0, 0%, 21%);
|
5366
5366
|
}
|
5367
5367
|
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
|
5368
5368
|
background-color: #f2f2f2;
|
@@ -5371,32 +5371,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5371
5371
|
background-color: #fff;
|
5372
5372
|
border-color: transparent;
|
5373
5373
|
box-shadow: none;
|
5374
|
-
color: hsl(
|
5374
|
+
color: hsl(0, 0%, 21%);
|
5375
5375
|
}
|
5376
5376
|
.button.is-dark.is-loading::after {
|
5377
5377
|
border-color: transparent transparent #fff #fff !important;
|
5378
5378
|
}
|
5379
5379
|
.button.is-dark.is-outlined {
|
5380
5380
|
background-color: transparent;
|
5381
|
-
border-color: hsl(
|
5382
|
-
color: hsl(
|
5381
|
+
border-color: hsl(0, 0%, 21%);
|
5382
|
+
color: hsl(0, 0%, 21%);
|
5383
5383
|
}
|
5384
5384
|
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
|
5385
|
-
background-color: hsl(
|
5386
|
-
border-color: hsl(
|
5385
|
+
background-color: hsl(0, 0%, 21%);
|
5386
|
+
border-color: hsl(0, 0%, 21%);
|
5387
5387
|
color: #fff;
|
5388
5388
|
}
|
5389
5389
|
.button.is-dark.is-outlined.is-loading::after {
|
5390
|
-
border-color: transparent transparent hsl(
|
5390
|
+
border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
|
5391
5391
|
}
|
5392
5392
|
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
|
5393
5393
|
border-color: transparent transparent #fff #fff !important;
|
5394
5394
|
}
|
5395
5395
|
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
|
5396
5396
|
background-color: transparent;
|
5397
|
-
border-color: hsl(
|
5397
|
+
border-color: hsl(0, 0%, 21%);
|
5398
5398
|
box-shadow: none;
|
5399
|
-
color: hsl(
|
5399
|
+
color: hsl(0, 0%, 21%);
|
5400
5400
|
}
|
5401
5401
|
.button.is-dark.is-inverted.is-outlined {
|
5402
5402
|
background-color: transparent;
|
@@ -5405,10 +5405,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5405
5405
|
}
|
5406
5406
|
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
|
5407
5407
|
background-color: #fff;
|
5408
|
-
color: hsl(
|
5408
|
+
color: hsl(0, 0%, 21%);
|
5409
5409
|
}
|
5410
5410
|
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
|
5411
|
-
border-color: transparent transparent hsl(
|
5411
|
+
border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
|
5412
5412
|
}
|
5413
5413
|
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
|
5414
5414
|
background-color: transparent;
|
@@ -5514,7 +5514,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5514
5514
|
color: #437c93;
|
5515
5515
|
}
|
5516
5516
|
.button.is-link {
|
5517
|
-
background-color: hsl(
|
5517
|
+
background-color: hsl(229, 53%, 53%);
|
5518
5518
|
border-color: transparent;
|
5519
5519
|
color: #fff;
|
5520
5520
|
}
|
@@ -5536,13 +5536,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5536
5536
|
color: #fff;
|
5537
5537
|
}
|
5538
5538
|
.button.is-link[disabled], fieldset[disabled] .button.is-link {
|
5539
|
-
background-color: hsl(
|
5540
|
-
border-color: hsl(
|
5539
|
+
background-color: hsl(229, 53%, 53%);
|
5540
|
+
border-color: hsl(229, 53%, 53%);
|
5541
5541
|
box-shadow: none;
|
5542
5542
|
}
|
5543
5543
|
.button.is-link.is-inverted {
|
5544
5544
|
background-color: #fff;
|
5545
|
-
color: hsl(
|
5545
|
+
color: hsl(229, 53%, 53%);
|
5546
5546
|
}
|
5547
5547
|
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
|
5548
5548
|
background-color: #f2f2f2;
|
@@ -5551,32 +5551,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5551
5551
|
background-color: #fff;
|
5552
5552
|
border-color: transparent;
|
5553
5553
|
box-shadow: none;
|
5554
|
-
color: hsl(
|
5554
|
+
color: hsl(229, 53%, 53%);
|
5555
5555
|
}
|
5556
5556
|
.button.is-link.is-loading::after {
|
5557
5557
|
border-color: transparent transparent #fff #fff !important;
|
5558
5558
|
}
|
5559
5559
|
.button.is-link.is-outlined {
|
5560
5560
|
background-color: transparent;
|
5561
|
-
border-color: hsl(
|
5562
|
-
color: hsl(
|
5561
|
+
border-color: hsl(229, 53%, 53%);
|
5562
|
+
color: hsl(229, 53%, 53%);
|
5563
5563
|
}
|
5564
5564
|
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
|
5565
|
-
background-color: hsl(
|
5566
|
-
border-color: hsl(
|
5565
|
+
background-color: hsl(229, 53%, 53%);
|
5566
|
+
border-color: hsl(229, 53%, 53%);
|
5567
5567
|
color: #fff;
|
5568
5568
|
}
|
5569
5569
|
.button.is-link.is-outlined.is-loading::after {
|
5570
|
-
border-color: transparent transparent hsl(
|
5570
|
+
border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
|
5571
5571
|
}
|
5572
5572
|
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
|
5573
5573
|
border-color: transparent transparent #fff #fff !important;
|
5574
5574
|
}
|
5575
5575
|
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
|
5576
5576
|
background-color: transparent;
|
5577
|
-
border-color: hsl(
|
5577
|
+
border-color: hsl(229, 53%, 53%);
|
5578
5578
|
box-shadow: none;
|
5579
|
-
color: hsl(
|
5579
|
+
color: hsl(229, 53%, 53%);
|
5580
5580
|
}
|
5581
5581
|
.button.is-link.is-inverted.is-outlined {
|
5582
5582
|
background-color: transparent;
|
@@ -5585,10 +5585,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5585
5585
|
}
|
5586
5586
|
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
|
5587
5587
|
background-color: #fff;
|
5588
|
-
color: hsl(
|
5588
|
+
color: hsl(229, 53%, 53%);
|
5589
5589
|
}
|
5590
5590
|
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
|
5591
|
-
border-color: transparent transparent hsl(
|
5591
|
+
border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
|
5592
5592
|
}
|
5593
5593
|
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
|
5594
5594
|
background-color: transparent;
|
@@ -5611,7 +5611,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5611
5611
|
color: #3850b7;
|
5612
5612
|
}
|
5613
5613
|
.button.is-info {
|
5614
|
-
background-color: hsl(
|
5614
|
+
background-color: hsl(207, 61%, 53%);
|
5615
5615
|
border-color: transparent;
|
5616
5616
|
color: #fff;
|
5617
5617
|
}
|
@@ -5633,13 +5633,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5633
5633
|
color: #fff;
|
5634
5634
|
}
|
5635
5635
|
.button.is-info[disabled], fieldset[disabled] .button.is-info {
|
5636
|
-
background-color: hsl(
|
5637
|
-
border-color: hsl(
|
5636
|
+
background-color: hsl(207, 61%, 53%);
|
5637
|
+
border-color: hsl(207, 61%, 53%);
|
5638
5638
|
box-shadow: none;
|
5639
5639
|
}
|
5640
5640
|
.button.is-info.is-inverted {
|
5641
5641
|
background-color: #fff;
|
5642
|
-
color: hsl(
|
5642
|
+
color: hsl(207, 61%, 53%);
|
5643
5643
|
}
|
5644
5644
|
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
|
5645
5645
|
background-color: #f2f2f2;
|
@@ -5648,32 +5648,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5648
5648
|
background-color: #fff;
|
5649
5649
|
border-color: transparent;
|
5650
5650
|
box-shadow: none;
|
5651
|
-
color: hsl(
|
5651
|
+
color: hsl(207, 61%, 53%);
|
5652
5652
|
}
|
5653
5653
|
.button.is-info.is-loading::after {
|
5654
5654
|
border-color: transparent transparent #fff #fff !important;
|
5655
5655
|
}
|
5656
5656
|
.button.is-info.is-outlined {
|
5657
5657
|
background-color: transparent;
|
5658
|
-
border-color: hsl(
|
5659
|
-
color: hsl(
|
5658
|
+
border-color: hsl(207, 61%, 53%);
|
5659
|
+
color: hsl(207, 61%, 53%);
|
5660
5660
|
}
|
5661
5661
|
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
|
5662
|
-
background-color: hsl(
|
5663
|
-
border-color: hsl(
|
5662
|
+
background-color: hsl(207, 61%, 53%);
|
5663
|
+
border-color: hsl(207, 61%, 53%);
|
5664
5664
|
color: #fff;
|
5665
5665
|
}
|
5666
5666
|
.button.is-info.is-outlined.is-loading::after {
|
5667
|
-
border-color: transparent transparent hsl(
|
5667
|
+
border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
|
5668
5668
|
}
|
5669
5669
|
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
|
5670
5670
|
border-color: transparent transparent #fff #fff !important;
|
5671
5671
|
}
|
5672
5672
|
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
|
5673
5673
|
background-color: transparent;
|
5674
|
-
border-color: hsl(
|
5674
|
+
border-color: hsl(207, 61%, 53%);
|
5675
5675
|
box-shadow: none;
|
5676
|
-
color: hsl(
|
5676
|
+
color: hsl(207, 61%, 53%);
|
5677
5677
|
}
|
5678
5678
|
.button.is-info.is-inverted.is-outlined {
|
5679
5679
|
background-color: transparent;
|
@@ -5682,10 +5682,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5682
5682
|
}
|
5683
5683
|
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
|
5684
5684
|
background-color: #fff;
|
5685
|
-
color: hsl(
|
5685
|
+
color: hsl(207, 61%, 53%);
|
5686
5686
|
}
|
5687
5687
|
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
|
5688
|
-
border-color: transparent transparent hsl(
|
5688
|
+
border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
|
5689
5689
|
}
|
5690
5690
|
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
|
5691
5691
|
background-color: transparent;
|
@@ -5902,7 +5902,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5902
5902
|
color: #c25400;
|
5903
5903
|
}
|
5904
5904
|
.button.is-danger {
|
5905
|
-
background-color: hsl(
|
5905
|
+
background-color: hsl(348, 86%, 61%);
|
5906
5906
|
border-color: transparent;
|
5907
5907
|
color: #fff;
|
5908
5908
|
}
|
@@ -5924,13 +5924,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5924
5924
|
color: #fff;
|
5925
5925
|
}
|
5926
5926
|
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
|
5927
|
-
background-color: hsl(
|
5928
|
-
border-color: hsl(
|
5927
|
+
background-color: hsl(348, 86%, 61%);
|
5928
|
+
border-color: hsl(348, 86%, 61%);
|
5929
5929
|
box-shadow: none;
|
5930
5930
|
}
|
5931
5931
|
.button.is-danger.is-inverted {
|
5932
5932
|
background-color: #fff;
|
5933
|
-
color: hsl(
|
5933
|
+
color: hsl(348, 86%, 61%);
|
5934
5934
|
}
|
5935
5935
|
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
|
5936
5936
|
background-color: #f2f2f2;
|
@@ -5939,32 +5939,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5939
5939
|
background-color: #fff;
|
5940
5940
|
border-color: transparent;
|
5941
5941
|
box-shadow: none;
|
5942
|
-
color: hsl(
|
5942
|
+
color: hsl(348, 86%, 61%);
|
5943
5943
|
}
|
5944
5944
|
.button.is-danger.is-loading::after {
|
5945
5945
|
border-color: transparent transparent #fff #fff !important;
|
5946
5946
|
}
|
5947
5947
|
.button.is-danger.is-outlined {
|
5948
5948
|
background-color: transparent;
|
5949
|
-
border-color: hsl(
|
5950
|
-
color: hsl(
|
5949
|
+
border-color: hsl(348, 86%, 61%);
|
5950
|
+
color: hsl(348, 86%, 61%);
|
5951
5951
|
}
|
5952
5952
|
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
|
5953
|
-
background-color: hsl(
|
5954
|
-
border-color: hsl(
|
5953
|
+
background-color: hsl(348, 86%, 61%);
|
5954
|
+
border-color: hsl(348, 86%, 61%);
|
5955
5955
|
color: #fff;
|
5956
5956
|
}
|
5957
5957
|
.button.is-danger.is-outlined.is-loading::after {
|
5958
|
-
border-color: transparent transparent hsl(
|
5958
|
+
border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
|
5959
5959
|
}
|
5960
5960
|
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
|
5961
5961
|
border-color: transparent transparent #fff #fff !important;
|
5962
5962
|
}
|
5963
5963
|
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
|
5964
5964
|
background-color: transparent;
|
5965
|
-
border-color: hsl(
|
5965
|
+
border-color: hsl(348, 86%, 61%);
|
5966
5966
|
box-shadow: none;
|
5967
|
-
color: hsl(
|
5967
|
+
color: hsl(348, 86%, 61%);
|
5968
5968
|
}
|
5969
5969
|
.button.is-danger.is-inverted.is-outlined {
|
5970
5970
|
background-color: transparent;
|
@@ -5973,10 +5973,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5973
5973
|
}
|
5974
5974
|
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
|
5975
5975
|
background-color: #fff;
|
5976
|
-
color: hsl(
|
5976
|
+
color: hsl(348, 86%, 61%);
|
5977
5977
|
}
|
5978
5978
|
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
|
5979
|
-
border-color: transparent transparent hsl(
|
5979
|
+
border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
|
5980
5980
|
}
|
5981
5981
|
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
|
5982
5982
|
background-color: transparent;
|
@@ -6014,8 +6014,8 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6014
6014
|
font-size: 1.5rem;
|
6015
6015
|
}
|
6016
6016
|
.button[disabled], fieldset[disabled] .button {
|
6017
|
-
background-color: hsl(
|
6018
|
-
border-color: hsl(
|
6017
|
+
background-color: hsl(0, 0%, 100%);
|
6018
|
+
border-color: hsl(0, 0%, 86%);
|
6019
6019
|
box-shadow: none;
|
6020
6020
|
opacity: 0.5;
|
6021
6021
|
}
|
@@ -6034,9 +6034,9 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6034
6034
|
position: absolute !important;
|
6035
6035
|
}
|
6036
6036
|
.button.is-static {
|
6037
|
-
background-color: hsl(
|
6038
|
-
border-color: hsl(
|
6039
|
-
color: hsl(
|
6037
|
+
background-color: hsl(0, 0%, 96%);
|
6038
|
+
border-color: hsl(0, 0%, 86%);
|
6039
|
+
color: hsl(0, 0%, 48%);
|
6040
6040
|
box-shadow: none;
|
6041
6041
|
pointer-events: none;
|
6042
6042
|
}
|
@@ -6121,7 +6121,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6121
6121
|
font-size: 0.5625rem;
|
6122
6122
|
}
|
6123
6123
|
.button.is-responsive,
|
6124
|
-
.button.is-responsive.is-normal {
|
6124
|
+
.button.is-responsive.is-normal {
|
6125
6125
|
font-size: 0.65625rem;
|
6126
6126
|
}
|
6127
6127
|
.button.is-responsive.is-medium {
|
@@ -6136,7 +6136,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6136
6136
|
font-size: 0.65625rem;
|
6137
6137
|
}
|
6138
6138
|
.button.is-responsive,
|
6139
|
-
.button.is-responsive.is-normal {
|
6139
|
+
.button.is-responsive.is-normal {
|
6140
6140
|
font-size: 0.75rem;
|
6141
6141
|
}
|
6142
6142
|
.button.is-responsive.is-medium {
|
@@ -6170,7 +6170,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6170
6170
|
}
|
6171
6171
|
|
6172
6172
|
.title {
|
6173
|
-
color: hsl(
|
6173
|
+
color: hsl(0, 0%, 4%);
|
6174
6174
|
font-size: 2rem;
|
6175
6175
|
font-weight: 200;
|
6176
6176
|
line-height: 1.125;
|
@@ -6205,13 +6205,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6205
6205
|
}
|
6206
6206
|
|
6207
6207
|
.subtitle {
|
6208
|
-
color: hsl(
|
6208
|
+
color: hsl(0, 0%, 29%);
|
6209
6209
|
font-size: 1.25rem;
|
6210
6210
|
font-weight: 400;
|
6211
6211
|
line-height: 1.25;
|
6212
6212
|
}
|
6213
6213
|
.subtitle strong {
|
6214
|
-
color: hsl(
|
6214
|
+
color: hsl(0, 0%, 21%);
|
6215
6215
|
font-weight: 600;
|
6216
6216
|
}
|
6217
6217
|
.subtitle:not(.is-spaced) + .title {
|
@@ -6240,7 +6240,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6240
6240
|
}
|
6241
6241
|
|
6242
6242
|
.notification {
|
6243
|
-
background-color: hsl(
|
6243
|
+
background-color: hsl(0, 0%, 96%);
|
6244
6244
|
border-radius: 4px;
|
6245
6245
|
position: relative;
|
6246
6246
|
padding: 1.25rem 2.5rem 1.25rem 1.5rem;
|
@@ -6254,7 +6254,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6254
6254
|
}
|
6255
6255
|
.notification code,
|
6256
6256
|
.notification pre {
|
6257
|
-
background: hsl(
|
6257
|
+
background: hsl(0, 0%, 100%);
|
6258
6258
|
}
|
6259
6259
|
.notification pre code {
|
6260
6260
|
background: transparent;
|
@@ -6270,19 +6270,19 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6270
6270
|
color: currentColor;
|
6271
6271
|
}
|
6272
6272
|
.notification.is-white {
|
6273
|
-
background-color: hsl(
|
6274
|
-
color: hsl(
|
6273
|
+
background-color: hsl(0, 0%, 100%);
|
6274
|
+
color: hsl(0, 0%, 4%);
|
6275
6275
|
}
|
6276
6276
|
.notification.is-black {
|
6277
|
-
background-color: hsl(
|
6278
|
-
color: hsl(
|
6277
|
+
background-color: hsl(0, 0%, 4%);
|
6278
|
+
color: hsl(0, 0%, 100%);
|
6279
6279
|
}
|
6280
6280
|
.notification.is-light {
|
6281
|
-
background-color: hsl(
|
6281
|
+
background-color: hsl(0, 0%, 96%);
|
6282
6282
|
color: rgba(0, 0, 0, 0.7);
|
6283
6283
|
}
|
6284
6284
|
.notification.is-dark {
|
6285
|
-
background-color: hsl(
|
6285
|
+
background-color: hsl(0, 0%, 21%);
|
6286
6286
|
color: #fff;
|
6287
6287
|
}
|
6288
6288
|
.notification.is-primary {
|
@@ -6294,7 +6294,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6294
6294
|
color: #437c93;
|
6295
6295
|
}
|
6296
6296
|
.notification.is-link {
|
6297
|
-
background-color: hsl(
|
6297
|
+
background-color: hsl(229, 53%, 53%);
|
6298
6298
|
color: #fff;
|
6299
6299
|
}
|
6300
6300
|
.notification.is-link.is-light {
|
@@ -6302,7 +6302,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6302
6302
|
color: #3850b7;
|
6303
6303
|
}
|
6304
6304
|
.notification.is-info {
|
6305
|
-
background-color: hsl(
|
6305
|
+
background-color: hsl(207, 61%, 53%);
|
6306
6306
|
color: #fff;
|
6307
6307
|
}
|
6308
6308
|
.notification.is-info.is-light {
|
@@ -6326,7 +6326,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6326
6326
|
color: #c25400;
|
6327
6327
|
}
|
6328
6328
|
.notification.is-danger {
|
6329
|
-
background-color: hsl(
|
6329
|
+
background-color: hsl(348, 86%, 61%);
|
6330
6330
|
color: #fff;
|
6331
6331
|
}
|
6332
6332
|
.notification.is-danger.is-light {
|
@@ -6352,7 +6352,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6352
6352
|
.content h4,
|
6353
6353
|
.content h5,
|
6354
6354
|
.content h6 {
|
6355
|
-
color: hsl(
|
6355
|
+
color: hsl(0, 0%, 21%);
|
6356
6356
|
font-weight: 600;
|
6357
6357
|
line-height: 1.125;
|
6358
6358
|
}
|
@@ -6390,8 +6390,8 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6390
6390
|
margin-bottom: 1em;
|
6391
6391
|
}
|
6392
6392
|
.content blockquote {
|
6393
|
-
background-color: hsl(
|
6394
|
-
border-left: 5px solid hsl(
|
6393
|
+
background-color: hsl(0, 0%, 96%);
|
6394
|
+
border-left: 5px solid hsl(0, 0%, 86%);
|
6395
6395
|
padding: 1.25em 1.5em;
|
6396
6396
|
}
|
6397
6397
|
.content ol {
|
@@ -6462,13 +6462,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6462
6462
|
}
|
6463
6463
|
.content table td,
|
6464
6464
|
.content table th {
|
6465
|
-
border: 1px solid hsl(
|
6465
|
+
border: 1px solid hsl(0, 0%, 86%);
|
6466
6466
|
border-width: 0 0 1px;
|
6467
6467
|
padding: 0.5em 0.75em;
|
6468
6468
|
vertical-align: top;
|
6469
6469
|
}
|
6470
6470
|
.content table th {
|
6471
|
-
color: hsl(
|
6471
|
+
color: hsl(0, 0%, 21%);
|
6472
6472
|
}
|
6473
6473
|
.content table th:not([align]) {
|
6474
6474
|
text-align: inherit;
|
@@ -6476,12 +6476,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6476
6476
|
.content table thead td,
|
6477
6477
|
.content table thead th {
|
6478
6478
|
border-width: 0 0 2px;
|
6479
|
-
color: hsl(
|
6479
|
+
color: hsl(0, 0%, 21%);
|
6480
6480
|
}
|
6481
6481
|
.content table tfoot td,
|
6482
6482
|
.content table tfoot th {
|
6483
6483
|
border-width: 2px 0 0;
|
6484
|
-
color: hsl(
|
6484
|
+
color: hsl(0, 0%, 21%);
|
6485
6485
|
}
|
6486
6486
|
.content table tbody tr:last-child td,
|
6487
6487
|
.content table tbody tr:last-child th {
|
@@ -6626,7 +6626,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6626
6626
|
}
|
6627
6627
|
|
6628
6628
|
.modal-background, .modal-background-faded {
|
6629
|
-
background-color: hsl(
|
6629
|
+
background-color: hsl(0, 0%, 86%);
|
6630
6630
|
}
|
6631
6631
|
|
6632
6632
|
.modal-content,
|
@@ -6639,7 +6639,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6639
6639
|
}
|
6640
6640
|
@media screen and (min-width: 769px) {
|
6641
6641
|
.modal-content,
|
6642
|
-
.modal-card {
|
6642
|
+
.modal-card {
|
6643
6643
|
margin: 0 auto;
|
6644
6644
|
max-height: calc(100vh - 40px);
|
6645
6645
|
width: 640px;
|
@@ -6666,7 +6666,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6666
6666
|
.modal-card-head,
|
6667
6667
|
.modal-card-foot {
|
6668
6668
|
align-items: center;
|
6669
|
-
background-color: hsl(
|
6669
|
+
background-color: hsl(0, 0%, 100%);
|
6670
6670
|
display: flex;
|
6671
6671
|
flex-shrink: 0;
|
6672
6672
|
justify-content: flex-start;
|
@@ -6681,7 +6681,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6681
6681
|
}
|
6682
6682
|
|
6683
6683
|
.modal-card-title {
|
6684
|
-
color: hsl(
|
6684
|
+
color: hsl(0, 0%, 21%);
|
6685
6685
|
flex-grow: 1;
|
6686
6686
|
flex-shrink: 0;
|
6687
6687
|
font-size: 1.5rem;
|
@@ -6699,7 +6699,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6699
6699
|
|
6700
6700
|
.modal-card-body {
|
6701
6701
|
-webkit-overflow-scrolling: touch;
|
6702
|
-
background-color: hsl(
|
6702
|
+
background-color: hsl(0, 0%, 100%);
|
6703
6703
|
flex-grow: 1;
|
6704
6704
|
flex-shrink: 1;
|
6705
6705
|
overflow: auto;
|
@@ -6707,10 +6707,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6707
6707
|
}
|
6708
6708
|
|
6709
6709
|
.card {
|
6710
|
-
background-color: hsl(
|
6710
|
+
background-color: hsl(0, 0%, 100%);
|
6711
6711
|
border-radius: 0.25rem;
|
6712
6712
|
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
|
6713
|
-
color: hsl(
|
6713
|
+
color: hsl(0, 0%, 29%);
|
6714
6714
|
max-width: 100%;
|
6715
6715
|
position: relative;
|
6716
6716
|
}
|
@@ -6733,7 +6733,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6733
6733
|
|
6734
6734
|
.card-header-title {
|
6735
6735
|
align-items: center;
|
6736
|
-
color: hsl(
|
6736
|
+
color: hsl(0, 0%, 21%);
|
6737
6737
|
display: flex;
|
6738
6738
|
flex-grow: 1;
|
6739
6739
|
font-weight: 700;
|
@@ -6781,7 +6781,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6781
6781
|
|
6782
6782
|
.card-footer {
|
6783
6783
|
background-color: transparent;
|
6784
|
-
border-top: 1px solid hsl(
|
6784
|
+
border-top: 1px solid hsl(0, 0%, 93%);
|
6785
6785
|
align-items: stretch;
|
6786
6786
|
display: flex;
|
6787
6787
|
}
|
@@ -6796,7 +6796,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6796
6796
|
padding: 0.75rem;
|
6797
6797
|
}
|
6798
6798
|
.card-footer-item:not(:last-child) {
|
6799
|
-
border-right: 1px solid hsl(
|
6799
|
+
border-right: 1px solid hsl(0, 0%, 93%);
|
6800
6800
|
}
|
6801
6801
|
|
6802
6802
|
.card .media:not(:last-child) {
|
@@ -6833,7 +6833,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6833
6833
|
}
|
6834
6834
|
|
6835
6835
|
.dropdown-content {
|
6836
|
-
background-color: hsl(
|
6836
|
+
background-color: hsl(0, 0%, 100%);
|
6837
6837
|
border-radius: 4px;
|
6838
6838
|
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
|
6839
6839
|
padding-bottom: 0.5rem;
|
@@ -6841,7 +6841,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6841
6841
|
}
|
6842
6842
|
|
6843
6843
|
.dropdown-item {
|
6844
|
-
color: hsl(
|
6844
|
+
color: hsl(0, 0%, 29%);
|
6845
6845
|
display: block;
|
6846
6846
|
font-size: 0.875rem;
|
6847
6847
|
line-height: 1.5;
|
@@ -6858,17 +6858,17 @@ button.dropdown-item {
|
|
6858
6858
|
}
|
6859
6859
|
a.dropdown-item:hover,
|
6860
6860
|
button.dropdown-item:hover {
|
6861
|
-
background-color: hsl(
|
6862
|
-
color: hsl(
|
6861
|
+
background-color: hsl(0, 0%, 96%);
|
6862
|
+
color: hsl(0, 0%, 4%);
|
6863
6863
|
}
|
6864
6864
|
a.dropdown-item.is-active,
|
6865
6865
|
button.dropdown-item.is-active {
|
6866
|
-
background-color: hsl(
|
6866
|
+
background-color: hsl(229, 53%, 53%);
|
6867
6867
|
color: #fff;
|
6868
6868
|
}
|
6869
6869
|
|
6870
6870
|
.dropdown-divider {
|
6871
|
-
background-color: hsl(
|
6871
|
+
background-color: hsl(0, 0%, 93%);
|
6872
6872
|
border: none;
|
6873
6873
|
display: block;
|
6874
6874
|
height: 1px;
|
@@ -6901,18 +6901,18 @@ button.dropdown-item.is-active {
|
|
6901
6901
|
position: absolute;
|
6902
6902
|
}
|
6903
6903
|
.steps .step-item::before {
|
6904
|
-
background: linear-gradient(to left, hsl(
|
6904
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #4c8da7 50%);
|
6905
6905
|
background-size: 200% 100%;
|
6906
6906
|
background-position: right bottom;
|
6907
6907
|
}
|
6908
6908
|
.steps .step-item::before .step-marker {
|
6909
|
-
color: hsl(
|
6909
|
+
color: hsl(0, 0%, 100%);
|
6910
6910
|
}
|
6911
6911
|
.steps .step-item.is-active::before {
|
6912
6912
|
background-position: left bottom;
|
6913
6913
|
}
|
6914
6914
|
.steps .step-item.is-active .step-marker {
|
6915
|
-
background-color: hsl(
|
6915
|
+
background-color: hsl(0, 0%, 100%);
|
6916
6916
|
border-color: #4c8da7;
|
6917
6917
|
color: #4c8da7;
|
6918
6918
|
}
|
@@ -6920,7 +6920,7 @@ button.dropdown-item.is-active {
|
|
6920
6920
|
background-position: left bottom;
|
6921
6921
|
}
|
6922
6922
|
.steps .step-item.is-completed .step-marker {
|
6923
|
-
color: hsl(
|
6923
|
+
color: hsl(0, 0%, 100%);
|
6924
6924
|
background-color: #4c8da7;
|
6925
6925
|
}
|
6926
6926
|
.steps .step-item .step-marker {
|
@@ -6929,8 +6929,8 @@ button.dropdown-item.is-active {
|
|
6929
6929
|
border-radius: 50%;
|
6930
6930
|
font-weight: 700;
|
6931
6931
|
justify-content: center;
|
6932
|
-
background: hsl(
|
6933
|
-
color: hsl(
|
6932
|
+
background: hsl(0, 0%, 71%);
|
6933
|
+
color: hsl(0, 0%, 100%);
|
6934
6934
|
border: 0.2em solid #fff;
|
6935
6935
|
z-index: 1;
|
6936
6936
|
}
|
@@ -6938,7 +6938,7 @@ button.dropdown-item.is-active {
|
|
6938
6938
|
text-align: center;
|
6939
6939
|
}
|
6940
6940
|
.steps .step-item.is-white::before {
|
6941
|
-
background: linear-gradient(to left, hsl(
|
6941
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 100%) 50%);
|
6942
6942
|
background-size: 200% 100%;
|
6943
6943
|
background-position: right bottom;
|
6944
6944
|
}
|
@@ -6946,19 +6946,19 @@ button.dropdown-item.is-active {
|
|
6946
6946
|
background-position: left bottom;
|
6947
6947
|
}
|
6948
6948
|
.steps .step-item.is-white.is-active .step-marker {
|
6949
|
-
background-color: hsl(
|
6950
|
-
border-color: hsl(
|
6951
|
-
color: hsl(
|
6949
|
+
background-color: hsl(0, 0%, 100%);
|
6950
|
+
border-color: hsl(0, 0%, 100%);
|
6951
|
+
color: hsl(0, 0%, 100%);
|
6952
6952
|
}
|
6953
6953
|
.steps .step-item.is-white.is-completed::before {
|
6954
6954
|
background-position: left bottom;
|
6955
6955
|
}
|
6956
6956
|
.steps .step-item.is-white.is-completed .step-marker {
|
6957
|
-
color: hsl(
|
6958
|
-
background-color: hsl(
|
6957
|
+
color: hsl(0, 0%, 4%);
|
6958
|
+
background-color: hsl(0, 0%, 100%);
|
6959
6959
|
}
|
6960
6960
|
.steps .step-item.is-black::before {
|
6961
|
-
background: linear-gradient(to left, hsl(
|
6961
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 4%) 50%);
|
6962
6962
|
background-size: 200% 100%;
|
6963
6963
|
background-position: right bottom;
|
6964
6964
|
}
|
@@ -6966,19 +6966,19 @@ button.dropdown-item.is-active {
|
|
6966
6966
|
background-position: left bottom;
|
6967
6967
|
}
|
6968
6968
|
.steps .step-item.is-black.is-active .step-marker {
|
6969
|
-
background-color: hsl(
|
6970
|
-
border-color: hsl(
|
6971
|
-
color: hsl(
|
6969
|
+
background-color: hsl(0, 0%, 100%);
|
6970
|
+
border-color: hsl(0, 0%, 4%);
|
6971
|
+
color: hsl(0, 0%, 4%);
|
6972
6972
|
}
|
6973
6973
|
.steps .step-item.is-black.is-completed::before {
|
6974
6974
|
background-position: left bottom;
|
6975
6975
|
}
|
6976
6976
|
.steps .step-item.is-black.is-completed .step-marker {
|
6977
|
-
color: hsl(
|
6978
|
-
background-color: hsl(
|
6977
|
+
color: hsl(0, 0%, 100%);
|
6978
|
+
background-color: hsl(0, 0%, 4%);
|
6979
6979
|
}
|
6980
6980
|
.steps .step-item.is-light::before {
|
6981
|
-
background: linear-gradient(to left, hsl(
|
6981
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 96%) 50%);
|
6982
6982
|
background-size: 200% 100%;
|
6983
6983
|
background-position: right bottom;
|
6984
6984
|
}
|
@@ -6986,19 +6986,19 @@ button.dropdown-item.is-active {
|
|
6986
6986
|
background-position: left bottom;
|
6987
6987
|
}
|
6988
6988
|
.steps .step-item.is-light.is-active .step-marker {
|
6989
|
-
background-color: hsl(
|
6990
|
-
border-color: hsl(
|
6991
|
-
color: hsl(
|
6989
|
+
background-color: hsl(0, 0%, 100%);
|
6990
|
+
border-color: hsl(0, 0%, 96%);
|
6991
|
+
color: hsl(0, 0%, 96%);
|
6992
6992
|
}
|
6993
6993
|
.steps .step-item.is-light.is-completed::before {
|
6994
6994
|
background-position: left bottom;
|
6995
6995
|
}
|
6996
6996
|
.steps .step-item.is-light.is-completed .step-marker {
|
6997
6997
|
color: rgba(0, 0, 0, 0.7);
|
6998
|
-
background-color: hsl(
|
6998
|
+
background-color: hsl(0, 0%, 96%);
|
6999
6999
|
}
|
7000
7000
|
.steps .step-item.is-dark::before {
|
7001
|
-
background: linear-gradient(to left, hsl(
|
7001
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 21%) 50%);
|
7002
7002
|
background-size: 200% 100%;
|
7003
7003
|
background-position: right bottom;
|
7004
7004
|
}
|
@@ -7006,19 +7006,19 @@ button.dropdown-item.is-active {
|
|
7006
7006
|
background-position: left bottom;
|
7007
7007
|
}
|
7008
7008
|
.steps .step-item.is-dark.is-active .step-marker {
|
7009
|
-
background-color: hsl(
|
7010
|
-
border-color: hsl(
|
7011
|
-
color: hsl(
|
7009
|
+
background-color: hsl(0, 0%, 100%);
|
7010
|
+
border-color: hsl(0, 0%, 21%);
|
7011
|
+
color: hsl(0, 0%, 21%);
|
7012
7012
|
}
|
7013
7013
|
.steps .step-item.is-dark.is-completed::before {
|
7014
7014
|
background-position: left bottom;
|
7015
7015
|
}
|
7016
7016
|
.steps .step-item.is-dark.is-completed .step-marker {
|
7017
7017
|
color: #fff;
|
7018
|
-
background-color: hsl(
|
7018
|
+
background-color: hsl(0, 0%, 21%);
|
7019
7019
|
}
|
7020
7020
|
.steps .step-item.is-primary::before {
|
7021
|
-
background: linear-gradient(to left, hsl(
|
7021
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #4c8da7 50%);
|
7022
7022
|
background-size: 200% 100%;
|
7023
7023
|
background-position: right bottom;
|
7024
7024
|
}
|
@@ -7026,7 +7026,7 @@ button.dropdown-item.is-active {
|
|
7026
7026
|
background-position: left bottom;
|
7027
7027
|
}
|
7028
7028
|
.steps .step-item.is-primary.is-active .step-marker {
|
7029
|
-
background-color: hsl(
|
7029
|
+
background-color: hsl(0, 0%, 100%);
|
7030
7030
|
border-color: #4c8da7;
|
7031
7031
|
color: #4c8da7;
|
7032
7032
|
}
|
@@ -7038,7 +7038,7 @@ button.dropdown-item.is-active {
|
|
7038
7038
|
background-color: #4c8da7;
|
7039
7039
|
}
|
7040
7040
|
.steps .step-item.is-link::before {
|
7041
|
-
background: linear-gradient(to left, hsl(
|
7041
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(229, 53%, 53%) 50%);
|
7042
7042
|
background-size: 200% 100%;
|
7043
7043
|
background-position: right bottom;
|
7044
7044
|
}
|
@@ -7046,19 +7046,19 @@ button.dropdown-item.is-active {
|
|
7046
7046
|
background-position: left bottom;
|
7047
7047
|
}
|
7048
7048
|
.steps .step-item.is-link.is-active .step-marker {
|
7049
|
-
background-color: hsl(
|
7050
|
-
border-color: hsl(
|
7051
|
-
color: hsl(
|
7049
|
+
background-color: hsl(0, 0%, 100%);
|
7050
|
+
border-color: hsl(229, 53%, 53%);
|
7051
|
+
color: hsl(229, 53%, 53%);
|
7052
7052
|
}
|
7053
7053
|
.steps .step-item.is-link.is-completed::before {
|
7054
7054
|
background-position: left bottom;
|
7055
7055
|
}
|
7056
7056
|
.steps .step-item.is-link.is-completed .step-marker {
|
7057
7057
|
color: #fff;
|
7058
|
-
background-color: hsl(
|
7058
|
+
background-color: hsl(229, 53%, 53%);
|
7059
7059
|
}
|
7060
7060
|
.steps .step-item.is-info::before {
|
7061
|
-
background: linear-gradient(to left, hsl(
|
7061
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(207, 61%, 53%) 50%);
|
7062
7062
|
background-size: 200% 100%;
|
7063
7063
|
background-position: right bottom;
|
7064
7064
|
}
|
@@ -7066,19 +7066,19 @@ button.dropdown-item.is-active {
|
|
7066
7066
|
background-position: left bottom;
|
7067
7067
|
}
|
7068
7068
|
.steps .step-item.is-info.is-active .step-marker {
|
7069
|
-
background-color: hsl(
|
7070
|
-
border-color: hsl(
|
7071
|
-
color: hsl(
|
7069
|
+
background-color: hsl(0, 0%, 100%);
|
7070
|
+
border-color: hsl(207, 61%, 53%);
|
7071
|
+
color: hsl(207, 61%, 53%);
|
7072
7072
|
}
|
7073
7073
|
.steps .step-item.is-info.is-completed::before {
|
7074
7074
|
background-position: left bottom;
|
7075
7075
|
}
|
7076
7076
|
.steps .step-item.is-info.is-completed .step-marker {
|
7077
7077
|
color: #fff;
|
7078
|
-
background-color: hsl(
|
7078
|
+
background-color: hsl(207, 61%, 53%);
|
7079
7079
|
}
|
7080
7080
|
.steps .step-item.is-success::before {
|
7081
|
-
background: linear-gradient(to left, hsl(
|
7081
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #4caf50 50%);
|
7082
7082
|
background-size: 200% 100%;
|
7083
7083
|
background-position: right bottom;
|
7084
7084
|
}
|
@@ -7086,7 +7086,7 @@ button.dropdown-item.is-active {
|
|
7086
7086
|
background-position: left bottom;
|
7087
7087
|
}
|
7088
7088
|
.steps .step-item.is-success.is-active .step-marker {
|
7089
|
-
background-color: hsl(
|
7089
|
+
background-color: hsl(0, 0%, 100%);
|
7090
7090
|
border-color: #4caf50;
|
7091
7091
|
color: #4caf50;
|
7092
7092
|
}
|
@@ -7098,7 +7098,7 @@ button.dropdown-item.is-active {
|
|
7098
7098
|
background-color: #4caf50;
|
7099
7099
|
}
|
7100
7100
|
.steps .step-item.is-warning::before {
|
7101
|
-
background: linear-gradient(to left, hsl(
|
7101
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #ff6f00 50%);
|
7102
7102
|
background-size: 200% 100%;
|
7103
7103
|
background-position: right bottom;
|
7104
7104
|
}
|
@@ -7106,7 +7106,7 @@ button.dropdown-item.is-active {
|
|
7106
7106
|
background-position: left bottom;
|
7107
7107
|
}
|
7108
7108
|
.steps .step-item.is-warning.is-active .step-marker {
|
7109
|
-
background-color: hsl(
|
7109
|
+
background-color: hsl(0, 0%, 100%);
|
7110
7110
|
border-color: #ff6f00;
|
7111
7111
|
color: #ff6f00;
|
7112
7112
|
}
|
@@ -7118,7 +7118,7 @@ button.dropdown-item.is-active {
|
|
7118
7118
|
background-color: #ff6f00;
|
7119
7119
|
}
|
7120
7120
|
.steps .step-item.is-danger::before {
|
7121
|
-
background: linear-gradient(to left, hsl(
|
7121
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(348, 86%, 61%) 50%);
|
7122
7122
|
background-size: 200% 100%;
|
7123
7123
|
background-position: right bottom;
|
7124
7124
|
}
|
@@ -7126,16 +7126,16 @@ button.dropdown-item.is-active {
|
|
7126
7126
|
background-position: left bottom;
|
7127
7127
|
}
|
7128
7128
|
.steps .step-item.is-danger.is-active .step-marker {
|
7129
|
-
background-color: hsl(
|
7130
|
-
border-color: hsl(
|
7131
|
-
color: hsl(
|
7129
|
+
background-color: hsl(0, 0%, 100%);
|
7130
|
+
border-color: hsl(348, 86%, 61%);
|
7131
|
+
color: hsl(348, 86%, 61%);
|
7132
7132
|
}
|
7133
7133
|
.steps .step-item.is-danger.is-completed::before {
|
7134
7134
|
background-position: left bottom;
|
7135
7135
|
}
|
7136
7136
|
.steps .step-item.is-danger.is-completed .step-marker {
|
7137
7137
|
color: #fff;
|
7138
|
-
background-color: hsl(
|
7138
|
+
background-color: hsl(348, 86%, 61%);
|
7139
7139
|
}
|
7140
7140
|
.steps .steps-content {
|
7141
7141
|
align-items: stretch;
|
@@ -7309,7 +7309,7 @@ input[type=range].slider:not([orient=vertical])::-ms-track {
|
|
7309
7309
|
}
|
7310
7310
|
input[type=range].slider:not([orient=vertical]).has-output + output, input[type=range].slider:not([orient=vertical]).has-output-tooltip + output {
|
7311
7311
|
width: 3rem;
|
7312
|
-
background: hsl(
|
7312
|
+
background: hsl(0, 0%, 29%);
|
7313
7313
|
border-radius: 4px;
|
7314
7314
|
padding: 0.4rem 0.8rem;
|
7315
7315
|
font-size: 0.75rem;
|
@@ -7317,7 +7317,7 @@ input[type=range].slider:not([orient=vertical]).has-output + output, input[type=
|
|
7317
7317
|
text-align: center;
|
7318
7318
|
text-overflow: ellipsis;
|
7319
7319
|
white-space: nowrap;
|
7320
|
-
color: hsl(
|
7320
|
+
color: hsl(0, 0%, 100%);
|
7321
7321
|
overflow: hidden;
|
7322
7322
|
pointer-events: none;
|
7323
7323
|
z-index: 200;
|
@@ -7359,33 +7359,33 @@ input[type=range].slider[orient=vertical]::-ms-track {
|
|
7359
7359
|
input[type=range].slider::-webkit-slider-runnable-track {
|
7360
7360
|
cursor: pointer;
|
7361
7361
|
animate: 0.2s;
|
7362
|
-
box-shadow: 0px 0px 0px hsl(
|
7363
|
-
background: hsl(
|
7362
|
+
box-shadow: 0px 0px 0px hsl(0, 0%, 48%);
|
7363
|
+
background: hsl(0, 0%, 86%);
|
7364
7364
|
border-radius: 4px;
|
7365
|
-
border: 0px solid hsl(
|
7365
|
+
border: 0px solid hsl(0, 0%, 48%);
|
7366
7366
|
}
|
7367
7367
|
input[type=range].slider::-moz-range-track {
|
7368
7368
|
cursor: pointer;
|
7369
7369
|
animate: 0.2s;
|
7370
|
-
box-shadow: 0px 0px 0px hsl(
|
7371
|
-
background: hsl(
|
7370
|
+
box-shadow: 0px 0px 0px hsl(0, 0%, 48%);
|
7371
|
+
background: hsl(0, 0%, 86%);
|
7372
7372
|
border-radius: 4px;
|
7373
|
-
border: 0px solid hsl(
|
7373
|
+
border: 0px solid hsl(0, 0%, 48%);
|
7374
7374
|
}
|
7375
7375
|
input[type=range].slider::-ms-track {
|
7376
7376
|
cursor: pointer;
|
7377
7377
|
animate: 0.2s;
|
7378
|
-
box-shadow: 0px 0px 0px hsl(
|
7379
|
-
background: hsl(
|
7378
|
+
box-shadow: 0px 0px 0px hsl(0, 0%, 48%);
|
7379
|
+
background: hsl(0, 0%, 86%);
|
7380
7380
|
border-radius: 4px;
|
7381
|
-
border: 0px solid hsl(
|
7381
|
+
border: 0px solid hsl(0, 0%, 48%);
|
7382
7382
|
}
|
7383
7383
|
input[type=range].slider::-ms-fill-lower {
|
7384
|
-
background: hsl(
|
7384
|
+
background: hsl(0, 0%, 86%);
|
7385
7385
|
border-radius: 4px;
|
7386
7386
|
}
|
7387
7387
|
input[type=range].slider::-ms-fill-upper {
|
7388
|
-
background: hsl(
|
7388
|
+
background: hsl(0, 0%, 86%);
|
7389
7389
|
border-radius: 4px;
|
7390
7390
|
}
|
7391
7391
|
input[type=range].slider::-webkit-slider-thumb {
|
@@ -7619,83 +7619,83 @@ input[type=range].slider.is-large[orient=vertical]::-webkit-slider-thumb {
|
|
7619
7619
|
margin-left: -0.375rem;
|
7620
7620
|
}
|
7621
7621
|
input[type=range].slider.is-white::-moz-range-track {
|
7622
|
-
background: hsl(
|
7622
|
+
background: hsl(0, 0%, 100%) !important;
|
7623
7623
|
}
|
7624
7624
|
input[type=range].slider.is-white::-webkit-slider-runnable-track {
|
7625
|
-
background: hsl(
|
7625
|
+
background: hsl(0, 0%, 100%) !important;
|
7626
7626
|
}
|
7627
7627
|
input[type=range].slider.is-white::-ms-track {
|
7628
|
-
background: hsl(
|
7628
|
+
background: hsl(0, 0%, 100%) !important;
|
7629
7629
|
}
|
7630
7630
|
input[type=range].slider.is-white::-ms-fill-lower {
|
7631
|
-
background: hsl(
|
7631
|
+
background: hsl(0, 0%, 100%);
|
7632
7632
|
}
|
7633
7633
|
input[type=range].slider.is-white::-ms-fill-upper {
|
7634
|
-
background: hsl(
|
7634
|
+
background: hsl(0, 0%, 100%);
|
7635
7635
|
}
|
7636
7636
|
input[type=range].slider.is-white.has-output + output,
|
7637
7637
|
input[type=range].slider.is-white .has-output-tooltip + output {
|
7638
|
-
background-color: hsl(
|
7639
|
-
color: hsl(
|
7638
|
+
background-color: hsl(0, 0%, 100%);
|
7639
|
+
color: hsl(0, 0%, 4%);
|
7640
7640
|
}
|
7641
7641
|
input[type=range].slider.is-black::-moz-range-track {
|
7642
|
-
background: hsl(
|
7642
|
+
background: hsl(0, 0%, 4%) !important;
|
7643
7643
|
}
|
7644
7644
|
input[type=range].slider.is-black::-webkit-slider-runnable-track {
|
7645
|
-
background: hsl(
|
7645
|
+
background: hsl(0, 0%, 4%) !important;
|
7646
7646
|
}
|
7647
7647
|
input[type=range].slider.is-black::-ms-track {
|
7648
|
-
background: hsl(
|
7648
|
+
background: hsl(0, 0%, 4%) !important;
|
7649
7649
|
}
|
7650
7650
|
input[type=range].slider.is-black::-ms-fill-lower {
|
7651
|
-
background: hsl(
|
7651
|
+
background: hsl(0, 0%, 4%);
|
7652
7652
|
}
|
7653
7653
|
input[type=range].slider.is-black::-ms-fill-upper {
|
7654
|
-
background: hsl(
|
7654
|
+
background: hsl(0, 0%, 4%);
|
7655
7655
|
}
|
7656
7656
|
input[type=range].slider.is-black.has-output + output,
|
7657
7657
|
input[type=range].slider.is-black .has-output-tooltip + output {
|
7658
|
-
background-color: hsl(
|
7659
|
-
color: hsl(
|
7658
|
+
background-color: hsl(0, 0%, 4%);
|
7659
|
+
color: hsl(0, 0%, 100%);
|
7660
7660
|
}
|
7661
7661
|
input[type=range].slider.is-light::-moz-range-track {
|
7662
|
-
background: hsl(
|
7662
|
+
background: hsl(0, 0%, 96%) !important;
|
7663
7663
|
}
|
7664
7664
|
input[type=range].slider.is-light::-webkit-slider-runnable-track {
|
7665
|
-
background: hsl(
|
7665
|
+
background: hsl(0, 0%, 96%) !important;
|
7666
7666
|
}
|
7667
7667
|
input[type=range].slider.is-light::-ms-track {
|
7668
|
-
background: hsl(
|
7668
|
+
background: hsl(0, 0%, 96%) !important;
|
7669
7669
|
}
|
7670
7670
|
input[type=range].slider.is-light::-ms-fill-lower {
|
7671
|
-
background: hsl(
|
7671
|
+
background: hsl(0, 0%, 96%);
|
7672
7672
|
}
|
7673
7673
|
input[type=range].slider.is-light::-ms-fill-upper {
|
7674
|
-
background: hsl(
|
7674
|
+
background: hsl(0, 0%, 96%);
|
7675
7675
|
}
|
7676
7676
|
input[type=range].slider.is-light.has-output + output,
|
7677
7677
|
input[type=range].slider.is-light .has-output-tooltip + output {
|
7678
|
-
background-color: hsl(
|
7678
|
+
background-color: hsl(0, 0%, 96%);
|
7679
7679
|
color: rgba(0, 0, 0, 0.7);
|
7680
7680
|
}
|
7681
7681
|
input[type=range].slider.is-dark::-moz-range-track {
|
7682
|
-
background: hsl(
|
7682
|
+
background: hsl(0, 0%, 21%) !important;
|
7683
7683
|
}
|
7684
7684
|
input[type=range].slider.is-dark::-webkit-slider-runnable-track {
|
7685
|
-
background: hsl(
|
7685
|
+
background: hsl(0, 0%, 21%) !important;
|
7686
7686
|
}
|
7687
7687
|
input[type=range].slider.is-dark::-ms-track {
|
7688
|
-
background: hsl(
|
7688
|
+
background: hsl(0, 0%, 21%) !important;
|
7689
7689
|
}
|
7690
7690
|
input[type=range].slider.is-dark::-ms-fill-lower {
|
7691
|
-
background: hsl(
|
7691
|
+
background: hsl(0, 0%, 21%);
|
7692
7692
|
}
|
7693
7693
|
input[type=range].slider.is-dark::-ms-fill-upper {
|
7694
|
-
background: hsl(
|
7694
|
+
background: hsl(0, 0%, 21%);
|
7695
7695
|
}
|
7696
7696
|
input[type=range].slider.is-dark.has-output + output,
|
7697
7697
|
input[type=range].slider.is-dark .has-output-tooltip + output {
|
7698
|
-
background-color: hsl(
|
7698
|
+
background-color: hsl(0, 0%, 21%);
|
7699
7699
|
color: #fff;
|
7700
7700
|
}
|
7701
7701
|
input[type=range].slider.is-primary::-moz-range-track {
|
@@ -7719,43 +7719,43 @@ input[type=range].slider.is-primary .has-output-tooltip + output {
|
|
7719
7719
|
color: #fff;
|
7720
7720
|
}
|
7721
7721
|
input[type=range].slider.is-link::-moz-range-track {
|
7722
|
-
background: hsl(
|
7722
|
+
background: hsl(229, 53%, 53%) !important;
|
7723
7723
|
}
|
7724
7724
|
input[type=range].slider.is-link::-webkit-slider-runnable-track {
|
7725
|
-
background: hsl(
|
7725
|
+
background: hsl(229, 53%, 53%) !important;
|
7726
7726
|
}
|
7727
7727
|
input[type=range].slider.is-link::-ms-track {
|
7728
|
-
background: hsl(
|
7728
|
+
background: hsl(229, 53%, 53%) !important;
|
7729
7729
|
}
|
7730
7730
|
input[type=range].slider.is-link::-ms-fill-lower {
|
7731
|
-
background: hsl(
|
7731
|
+
background: hsl(229, 53%, 53%);
|
7732
7732
|
}
|
7733
7733
|
input[type=range].slider.is-link::-ms-fill-upper {
|
7734
|
-
background: hsl(
|
7734
|
+
background: hsl(229, 53%, 53%);
|
7735
7735
|
}
|
7736
7736
|
input[type=range].slider.is-link.has-output + output,
|
7737
7737
|
input[type=range].slider.is-link .has-output-tooltip + output {
|
7738
|
-
background-color: hsl(
|
7738
|
+
background-color: hsl(229, 53%, 53%);
|
7739
7739
|
color: #fff;
|
7740
7740
|
}
|
7741
7741
|
input[type=range].slider.is-info::-moz-range-track {
|
7742
|
-
background: hsl(
|
7742
|
+
background: hsl(207, 61%, 53%) !important;
|
7743
7743
|
}
|
7744
7744
|
input[type=range].slider.is-info::-webkit-slider-runnable-track {
|
7745
|
-
background: hsl(
|
7745
|
+
background: hsl(207, 61%, 53%) !important;
|
7746
7746
|
}
|
7747
7747
|
input[type=range].slider.is-info::-ms-track {
|
7748
|
-
background: hsl(
|
7748
|
+
background: hsl(207, 61%, 53%) !important;
|
7749
7749
|
}
|
7750
7750
|
input[type=range].slider.is-info::-ms-fill-lower {
|
7751
|
-
background: hsl(
|
7751
|
+
background: hsl(207, 61%, 53%);
|
7752
7752
|
}
|
7753
7753
|
input[type=range].slider.is-info::-ms-fill-upper {
|
7754
|
-
background: hsl(
|
7754
|
+
background: hsl(207, 61%, 53%);
|
7755
7755
|
}
|
7756
7756
|
input[type=range].slider.is-info.has-output + output,
|
7757
7757
|
input[type=range].slider.is-info .has-output-tooltip + output {
|
7758
|
-
background-color: hsl(
|
7758
|
+
background-color: hsl(207, 61%, 53%);
|
7759
7759
|
color: #fff;
|
7760
7760
|
}
|
7761
7761
|
input[type=range].slider.is-success::-moz-range-track {
|
@@ -7799,30 +7799,30 @@ input[type=range].slider.is-warning .has-output-tooltip + output {
|
|
7799
7799
|
color: #fff;
|
7800
7800
|
}
|
7801
7801
|
input[type=range].slider.is-danger::-moz-range-track {
|
7802
|
-
background: hsl(
|
7802
|
+
background: hsl(348, 86%, 61%) !important;
|
7803
7803
|
}
|
7804
7804
|
input[type=range].slider.is-danger::-webkit-slider-runnable-track {
|
7805
|
-
background: hsl(
|
7805
|
+
background: hsl(348, 86%, 61%) !important;
|
7806
7806
|
}
|
7807
7807
|
input[type=range].slider.is-danger::-ms-track {
|
7808
|
-
background: hsl(
|
7808
|
+
background: hsl(348, 86%, 61%) !important;
|
7809
7809
|
}
|
7810
7810
|
input[type=range].slider.is-danger::-ms-fill-lower {
|
7811
|
-
background: hsl(
|
7811
|
+
background: hsl(348, 86%, 61%);
|
7812
7812
|
}
|
7813
7813
|
input[type=range].slider.is-danger::-ms-fill-upper {
|
7814
|
-
background: hsl(
|
7814
|
+
background: hsl(348, 86%, 61%);
|
7815
7815
|
}
|
7816
7816
|
input[type=range].slider.is-danger.has-output + output,
|
7817
7817
|
input[type=range].slider.is-danger .has-output-tooltip + output {
|
7818
|
-
background-color: hsl(
|
7818
|
+
background-color: hsl(348, 86%, 61%);
|
7819
7819
|
color: #fff;
|
7820
7820
|
}
|
7821
7821
|
|
7822
7822
|
.on-loading {
|
7823
7823
|
margin: auto;
|
7824
7824
|
border-style: solid;
|
7825
|
-
border-color: hsl(
|
7825
|
+
border-color: hsl(0, 0%, 86%);
|
7826
7826
|
border-top-color: #4c8da7;
|
7827
7827
|
border-radius: 50%;
|
7828
7828
|
-webkit-animation: spin 0.75s linear infinite; /* Safari, Chrome and Opera > 12.1 */
|
@@ -8084,7 +8084,7 @@ button on-loading {
|
|
8084
8084
|
max-height: 1024px;
|
8085
8085
|
max-width: 1024px;
|
8086
8086
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
|
8087
|
-
background: hsl(
|
8087
|
+
background: hsl(0, 0%, 100%);
|
8088
8088
|
display: flex;
|
8089
8089
|
flex-direction: column;
|
8090
8090
|
}
|
@@ -8094,11 +8094,11 @@ button on-loading {
|
|
8094
8094
|
display: flex;
|
8095
8095
|
align-items: center;
|
8096
8096
|
justify-content: center;
|
8097
|
-
background: hsl(
|
8097
|
+
background: hsl(0, 0%, 96%);
|
8098
8098
|
}
|
8099
8099
|
|
8100
8100
|
.ob-annotation__signature-pad {
|
8101
|
-
background: hsl(
|
8101
|
+
background: hsl(0, 0%, 100%);
|
8102
8102
|
}
|
8103
8103
|
|
8104
8104
|
.ob-annotation__buttons {
|
@@ -8117,7 +8117,7 @@ button on-loading {
|
|
8117
8117
|
|
8118
8118
|
.ob-annotation__buttons-colours {
|
8119
8119
|
height: calc(0.5rem * 2 + 60px);
|
8120
|
-
background: hsl(
|
8120
|
+
background: hsl(0, 0%, 100%);
|
8121
8121
|
overflow-x: auto;
|
8122
8122
|
overflow-y: hidden;
|
8123
8123
|
}
|
@@ -8635,10 +8635,10 @@ button on-loading {
|
|
8635
8635
|
min-width: 0;
|
8636
8636
|
}
|
8637
8637
|
.ob-repeatable-set.odd > .ob-repeatable-set__container {
|
8638
|
-
background-color: hsl(
|
8638
|
+
background-color: hsl(0, 0%, 100%);
|
8639
8639
|
}
|
8640
8640
|
.ob-repeatable-set.even > .ob-repeatable-set__container {
|
8641
|
-
background-color: hsl(
|
8641
|
+
background-color: hsl(0, 0%, 98%);
|
8642
8642
|
}
|
8643
8643
|
|
8644
8644
|
.ob-image__content {
|
@@ -8652,7 +8652,7 @@ button on-loading {
|
|
8652
8652
|
|
8653
8653
|
.ob-files__box {
|
8654
8654
|
position: relative;
|
8655
|
-
background-color: hsl(
|
8655
|
+
background-color: hsl(0, 0%, 96%);
|
8656
8656
|
height: 100%;
|
8657
8657
|
}
|
8658
8658
|
|
@@ -8683,7 +8683,7 @@ button on-loading {
|
|
8683
8683
|
}
|
8684
8684
|
|
8685
8685
|
.ob-files__file-name {
|
8686
|
-
background: hsl(
|
8686
|
+
background: hsl(0, 0%, 86%);
|
8687
8687
|
padding: 0.75rem;
|
8688
8688
|
white-space: nowrap;
|
8689
8689
|
display: flex;
|
@@ -8702,13 +8702,13 @@ button on-loading {
|
|
8702
8702
|
height: auto;
|
8703
8703
|
border-style: dashed;
|
8704
8704
|
border-width: 3px;
|
8705
|
-
border-color: hsl(
|
8706
|
-
color: hsl(
|
8707
|
-
background-color: hsl(
|
8705
|
+
border-color: hsl(0, 0%, 86%);
|
8706
|
+
color: hsl(0, 0%, 86%);
|
8707
|
+
background-color: hsl(0, 0%, 96%);
|
8708
8708
|
}
|
8709
8709
|
.ob-files__add-new-button:active, .ob-files__add-new-button:focus, .ob-files__add-new-button:hover {
|
8710
|
-
border-color: hsl(
|
8711
|
-
color: hsl(
|
8710
|
+
border-color: hsl(0, 0%, 71%);
|
8711
|
+
color: hsl(0, 0%, 71%);
|
8712
8712
|
}
|
8713
8713
|
|
8714
8714
|
.ob-files__menu-remove-hidden {
|
@@ -8720,8 +8720,8 @@ button on-loading {
|
|
8720
8720
|
}
|
8721
8721
|
|
8722
8722
|
.ob-number__output {
|
8723
|
-
background-color: hsl(
|
8724
|
-
color: hsl(
|
8723
|
+
background-color: hsl(0, 0%, 71%);
|
8724
|
+
color: hsl(0, 0%, 100%);
|
8725
8725
|
text-align: center;
|
8726
8726
|
padding: 0.5rem;
|
8727
8727
|
border-radius: 4px;
|
@@ -8743,7 +8743,7 @@ button on-loading {
|
|
8743
8743
|
margin: 0 auto;
|
8744
8744
|
width: 0;
|
8745
8745
|
height: 0;
|
8746
|
-
border-top: solid 6px hsl(
|
8746
|
+
border-top: solid 6px hsl(0, 0%, 71%);
|
8747
8747
|
border-left: solid 6px transparent;
|
8748
8748
|
border-right: solid 6px transparent;
|
8749
8749
|
-webkit-transition: border-top-color 0.2s ease;
|
@@ -8826,7 +8826,7 @@ button on-loading {
|
|
8826
8826
|
border-color: transparent;
|
8827
8827
|
}
|
8828
8828
|
.ob-form-container .steps .step-item.is-error .step-marker .material-icons {
|
8829
|
-
background-color: hsl(
|
8829
|
+
background-color: hsl(0, 0%, 100%);
|
8830
8830
|
}
|
8831
8831
|
.ob-form-container .steps .steps-content {
|
8832
8832
|
width: 100%;
|
@@ -8918,7 +8918,7 @@ button on-loading {
|
|
8918
8918
|
height: 3rem;
|
8919
8919
|
display: flex;
|
8920
8920
|
align-items: center;
|
8921
|
-
background-color: hsl(
|
8921
|
+
background-color: hsl(0, 0%, 96%);
|
8922
8922
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
|
8923
8923
|
-webkit-transition: box-shadow 0.2s ease;
|
8924
8924
|
-moz-transition: box-shadow 0.2s ease;
|
@@ -8963,7 +8963,7 @@ button on-loading {
|
|
8963
8963
|
top: 3rem;
|
8964
8964
|
right: 0;
|
8965
8965
|
left: 0;
|
8966
|
-
background-color: hsl(
|
8966
|
+
background-color: hsl(0, 0%, 100%);
|
8967
8967
|
box-shadow: none;
|
8968
8968
|
max-height: 0;
|
8969
8969
|
overflow-y: auto;
|
@@ -8980,7 +8980,7 @@ button on-loading {
|
|
8980
8980
|
padding: 1.5rem;
|
8981
8981
|
}
|
8982
8982
|
.ob-steps-navigation__background.is-active {
|
8983
|
-
background-color: hsl(
|
8983
|
+
background-color: hsl(0, 0%, 4%);
|
8984
8984
|
opacity: 0.2;
|
8985
8985
|
z-index: 20;
|
8986
8986
|
position: absolute;
|
@@ -9003,7 +9003,7 @@ button on-loading {
|
|
9003
9003
|
|
9004
9004
|
input:not([type=checkbox]):not([type=radio]):disabled,
|
9005
9005
|
textarea:disabled {
|
9006
|
-
-webkit-text-fill-color: hsl(
|
9006
|
+
-webkit-text-fill-color: hsl(0, 0%, 48%);
|
9007
9007
|
-webkit-opacity: 1;
|
9008
9008
|
opacity: 1;
|
9009
9009
|
}
|
@@ -9116,7 +9116,7 @@ textarea:disabled {
|
|
9116
9116
|
|
9117
9117
|
.ob-figure {
|
9118
9118
|
position: relative;
|
9119
|
-
background-color: hsl(
|
9119
|
+
background-color: hsl(0, 0%, 96%);
|
9120
9120
|
text-align: center;
|
9121
9121
|
margin-bottom: 0.75rem;
|
9122
9122
|
border-radius: 4px;
|
@@ -9235,10 +9235,10 @@ textarea:disabled {
|
|
9235
9235
|
}
|
9236
9236
|
|
9237
9237
|
.ob-compliance.odd > .ob-compliance__container {
|
9238
|
-
background-color: hsl(
|
9238
|
+
background-color: hsl(0, 0%, 100%);
|
9239
9239
|
}
|
9240
9240
|
.ob-compliance.even > .ob-compliance__container {
|
9241
|
-
background-color: hsl(
|
9241
|
+
background-color: hsl(0, 0%, 98%);
|
9242
9242
|
}
|
9243
9243
|
|
9244
9244
|
.ob-compliance__container {
|
@@ -9274,7 +9274,7 @@ textarea:disabled {
|
|
9274
9274
|
flex-wrap: wrap;
|
9275
9275
|
}
|
9276
9276
|
.ob-section__header:hover {
|
9277
|
-
background-color: hsl(
|
9277
|
+
background-color: hsl(0, 0%, 96%);
|
9278
9278
|
}
|
9279
9279
|
|
9280
9280
|
.ob-section__header-text {
|
@@ -9332,13 +9332,13 @@ textarea:disabled {
|
|
9332
9332
|
width: 100%;
|
9333
9333
|
}
|
9334
9334
|
.ob-list.has-dividers .ob-list__item:not(:last-child) {
|
9335
|
-
border-bottom: 1px solid hsl(
|
9335
|
+
border-bottom: 1px solid hsl(0, 0%, 86%);
|
9336
9336
|
}
|
9337
9337
|
.ob-list.has-borders {
|
9338
|
-
border: 1px solid hsl(
|
9338
|
+
border: 1px solid hsl(0, 0%, 86%);
|
9339
9339
|
}
|
9340
9340
|
.ob-list.has-shadow {
|
9341
|
-
background-color: hsl(
|
9341
|
+
background-color: hsl(0, 0%, 100%);
|
9342
9342
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
|
9343
9343
|
}
|
9344
9344
|
|
@@ -9351,7 +9351,7 @@ textarea:disabled {
|
|
9351
9351
|
cursor: pointer;
|
9352
9352
|
}
|
9353
9353
|
.ob-list__item.is-clickable:hover {
|
9354
|
-
background-color: hsl(
|
9354
|
+
background-color: hsl(0, 0%, 98%);
|
9355
9355
|
}
|
9356
9356
|
.ob-list__item.is-clickable:focus {
|
9357
9357
|
outline: none;
|
@@ -9386,13 +9386,13 @@ textarea:disabled {
|
|
9386
9386
|
}
|
9387
9387
|
|
9388
9388
|
.ob-list__text-primary {
|
9389
|
-
color: hsl(
|
9389
|
+
color: hsl(0, 0%, 4%);
|
9390
9390
|
}
|
9391
9391
|
|
9392
9392
|
.ob-list__text-tertiary,
|
9393
9393
|
.ob-list__text-secondary {
|
9394
9394
|
font-size: 0.8rem;
|
9395
|
-
color: hsl(
|
9395
|
+
color: hsl(0, 0%, 48%);
|
9396
9396
|
}
|
9397
9397
|
|
9398
9398
|
.ob-button.ob-list__button {
|
@@ -9402,7 +9402,7 @@ textarea:disabled {
|
|
9402
9402
|
.ob-list__key {
|
9403
9403
|
padding-right: 1rem;
|
9404
9404
|
width: 120px;
|
9405
|
-
color: hsl(
|
9405
|
+
color: hsl(0, 0%, 4%);
|
9406
9406
|
word-break: break-word;
|
9407
9407
|
}
|
9408
9408
|
|
@@ -9436,7 +9436,7 @@ textarea:disabled {
|
|
9436
9436
|
}
|
9437
9437
|
|
9438
9438
|
.ob-payment-receipt__warning .ob-list__text-secondary {
|
9439
|
-
color: hsl(
|
9439
|
+
color: hsl(0, 0%, 4%);
|
9440
9440
|
font-weight: bold;
|
9441
9441
|
font-size: 1rem;
|
9442
9442
|
}
|
@@ -9446,7 +9446,7 @@ textarea:disabled {
|
|
9446
9446
|
}
|
9447
9447
|
|
9448
9448
|
.ob-payment-receipt__warning {
|
9449
|
-
background-color: hsl(
|
9449
|
+
background-color: hsl(38, 100%, 50%);
|
9450
9450
|
}
|
9451
9451
|
|
9452
9452
|
.buttons {
|