@oneblink/apps-react 0.6.0 → 0.6.1-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/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: white;
94
+ background-color: hsl(0deg, 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 #dbdbdb;
144
+ border: 2px solid hsl(0deg, 0%, 86%);
145
145
  border-radius: 9999px;
146
146
  border-right-color: transparent;
147
147
  border-top-color: transparent;
@@ -259,7 +259,7 @@ th:not([align]) {
259
259
  }
260
260
 
261
261
  html {
262
- background-color: white;
262
+ background-color: hsl(0deg, 0%, 100%);
263
263
  font-size: 16px;
264
264
  -moz-osx-font-smoothing: grayscale;
265
265
  -webkit-font-smoothing: antialiased;
@@ -297,14 +297,14 @@ pre {
297
297
  }
298
298
 
299
299
  body {
300
- color: #4a4a4a;
300
+ color: hsl(0deg, 0%, 29%);
301
301
  font-size: 1em;
302
302
  font-weight: 400;
303
303
  line-height: 1.5;
304
304
  }
305
305
 
306
306
  a {
307
- color: #485fc7;
307
+ color: hsl(229deg, 53%, 53%);
308
308
  cursor: pointer;
309
309
  text-decoration: none;
310
310
  }
@@ -312,11 +312,11 @@ a strong {
312
312
  color: currentColor;
313
313
  }
314
314
  a:hover {
315
- color: #363636;
315
+ color: hsl(0deg, 0%, 21%);
316
316
  }
317
317
 
318
318
  code {
319
- background-color: whitesmoke;
319
+ background-color: hsl(0deg, 0%, 96%);
320
320
  color: #da1039;
321
321
  font-size: 0.875em;
322
322
  font-weight: normal;
@@ -324,7 +324,7 @@ code {
324
324
  }
325
325
 
326
326
  hr {
327
- background-color: whitesmoke;
327
+ background-color: hsl(0deg, 0%, 96%);
328
328
  border: none;
329
329
  display: block;
330
330
  height: 2px;
@@ -351,7 +351,7 @@ span {
351
351
  }
352
352
 
353
353
  strong {
354
- color: #363636;
354
+ color: hsl(0deg, 0%, 21%);
355
355
  font-weight: 700;
356
356
  }
357
357
 
@@ -361,8 +361,8 @@ fieldset {
361
361
 
362
362
  pre {
363
363
  -webkit-overflow-scrolling: touch;
364
- background-color: whitesmoke;
365
- color: #4a4a4a;
364
+ background-color: hsl(0deg, 0%, 96%);
365
+ color: hsl(0deg, 0%, 29%);
366
366
  font-size: 0.875em;
367
367
  overflow-x: auto;
368
368
  padding: 1.25rem 1.5rem;
@@ -385,7 +385,7 @@ table th:not([align]) {
385
385
  text-align: inherit;
386
386
  }
387
387
  table th {
388
- color: #363636;
388
+ color: hsl(0deg, 0%, 21%);
389
389
  }
390
390
 
391
391
  @keyframes spinAround {
@@ -398,7 +398,7 @@ table th {
398
398
  }
399
399
  /* Bulma Helpers */
400
400
  .has-text-white {
401
- color: white !important;
401
+ color: hsl(0deg, 0%, 100%) !important;
402
402
  }
403
403
 
404
404
  a.has-text-white:hover, a.has-text-white:focus {
@@ -406,11 +406,11 @@ a.has-text-white:hover, a.has-text-white:focus {
406
406
  }
407
407
 
408
408
  .has-background-white {
409
- background-color: white !important;
409
+ background-color: hsl(0deg, 0%, 100%) !important;
410
410
  }
411
411
 
412
412
  .has-text-black {
413
- color: #0a0a0a !important;
413
+ color: hsl(0deg, 0%, 4%) !important;
414
414
  }
415
415
 
416
416
  a.has-text-black:hover, a.has-text-black:focus {
@@ -418,11 +418,11 @@ a.has-text-black:hover, a.has-text-black:focus {
418
418
  }
419
419
 
420
420
  .has-background-black {
421
- background-color: #0a0a0a !important;
421
+ background-color: hsl(0deg, 0%, 4%) !important;
422
422
  }
423
423
 
424
424
  .has-text-light {
425
- color: whitesmoke !important;
425
+ color: hsl(0deg, 0%, 96%) !important;
426
426
  }
427
427
 
428
428
  a.has-text-light:hover, a.has-text-light:focus {
@@ -430,11 +430,11 @@ a.has-text-light:hover, a.has-text-light:focus {
430
430
  }
431
431
 
432
432
  .has-background-light {
433
- background-color: whitesmoke !important;
433
+ background-color: hsl(0deg, 0%, 96%) !important;
434
434
  }
435
435
 
436
436
  .has-text-dark {
437
- color: #363636 !important;
437
+ color: hsl(0deg, 0%, 21%) !important;
438
438
  }
439
439
 
440
440
  a.has-text-dark:hover, a.has-text-dark:focus {
@@ -442,7 +442,7 @@ a.has-text-dark:hover, a.has-text-dark:focus {
442
442
  }
443
443
 
444
444
  .has-background-dark {
445
- background-color: #363636 !important;
445
+ background-color: hsl(0deg, 0%, 21%) !important;
446
446
  }
447
447
 
448
448
  .has-text-primary {
@@ -482,7 +482,7 @@ a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
482
482
  }
483
483
 
484
484
  .has-text-link {
485
- color: #485fc7 !important;
485
+ color: hsl(229deg, 53%, 53%) !important;
486
486
  }
487
487
 
488
488
  a.has-text-link:hover, a.has-text-link:focus {
@@ -490,7 +490,7 @@ a.has-text-link:hover, a.has-text-link:focus {
490
490
  }
491
491
 
492
492
  .has-background-link {
493
- background-color: #485fc7 !important;
493
+ background-color: hsl(229deg, 53%, 53%) !important;
494
494
  }
495
495
 
496
496
  .has-text-link-light {
@@ -518,7 +518,7 @@ a.has-text-link-dark:hover, a.has-text-link-dark:focus {
518
518
  }
519
519
 
520
520
  .has-text-info {
521
- color: #3e8ed0 !important;
521
+ color: hsl(207deg, 61%, 53%) !important;
522
522
  }
523
523
 
524
524
  a.has-text-info:hover, a.has-text-info:focus {
@@ -526,7 +526,7 @@ a.has-text-info:hover, a.has-text-info:focus {
526
526
  }
527
527
 
528
528
  .has-background-info {
529
- background-color: #3e8ed0 !important;
529
+ background-color: hsl(207deg, 61%, 53%) !important;
530
530
  }
531
531
 
532
532
  .has-text-info-light {
@@ -626,7 +626,7 @@ a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
626
626
  }
627
627
 
628
628
  .has-text-danger {
629
- color: #f14668 !important;
629
+ color: hsl(348deg, 86%, 61%) !important;
630
630
  }
631
631
 
632
632
  a.has-text-danger:hover, a.has-text-danger:focus {
@@ -634,7 +634,7 @@ a.has-text-danger:hover, a.has-text-danger:focus {
634
634
  }
635
635
 
636
636
  .has-background-danger {
637
- background-color: #f14668 !important;
637
+ background-color: hsl(348deg, 86%, 61%) !important;
638
638
  }
639
639
 
640
640
  .has-text-danger-light {
@@ -662,75 +662,75 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
662
662
  }
663
663
 
664
664
  .has-text-black-bis {
665
- color: #121212 !important;
665
+ color: hsl(0deg, 0%, 7%) !important;
666
666
  }
667
667
 
668
668
  .has-background-black-bis {
669
- background-color: #121212 !important;
669
+ background-color: hsl(0deg, 0%, 7%) !important;
670
670
  }
671
671
 
672
672
  .has-text-black-ter {
673
- color: #242424 !important;
673
+ color: hsl(0deg, 0%, 14%) !important;
674
674
  }
675
675
 
676
676
  .has-background-black-ter {
677
- background-color: #242424 !important;
677
+ background-color: hsl(0deg, 0%, 14%) !important;
678
678
  }
679
679
 
680
680
  .has-text-grey-darker {
681
- color: #363636 !important;
681
+ color: hsl(0deg, 0%, 21%) !important;
682
682
  }
683
683
 
684
684
  .has-background-grey-darker {
685
- background-color: #363636 !important;
685
+ background-color: hsl(0deg, 0%, 21%) !important;
686
686
  }
687
687
 
688
688
  .has-text-grey-dark {
689
- color: #4a4a4a !important;
689
+ color: hsl(0deg, 0%, 29%) !important;
690
690
  }
691
691
 
692
692
  .has-background-grey-dark {
693
- background-color: #4a4a4a !important;
693
+ background-color: hsl(0deg, 0%, 29%) !important;
694
694
  }
695
695
 
696
696
  .has-text-grey {
697
- color: #7a7a7a !important;
697
+ color: hsl(0deg, 0%, 48%) !important;
698
698
  }
699
699
 
700
700
  .has-background-grey {
701
- background-color: #7a7a7a !important;
701
+ background-color: hsl(0deg, 0%, 48%) !important;
702
702
  }
703
703
 
704
704
  .has-text-grey-light {
705
- color: #b5b5b5 !important;
705
+ color: hsl(0deg, 0%, 71%) !important;
706
706
  }
707
707
 
708
708
  .has-background-grey-light {
709
- background-color: #b5b5b5 !important;
709
+ background-color: hsl(0deg, 0%, 71%) !important;
710
710
  }
711
711
 
712
712
  .has-text-grey-lighter {
713
- color: #dbdbdb !important;
713
+ color: hsl(0deg, 0%, 86%) !important;
714
714
  }
715
715
 
716
716
  .has-background-grey-lighter {
717
- background-color: #dbdbdb !important;
717
+ background-color: hsl(0deg, 0%, 86%) !important;
718
718
  }
719
719
 
720
720
  .has-text-white-ter {
721
- color: whitesmoke !important;
721
+ color: hsl(0deg, 0%, 96%) !important;
722
722
  }
723
723
 
724
724
  .has-background-white-ter {
725
- background-color: whitesmoke !important;
725
+ background-color: hsl(0deg, 0%, 96%) !important;
726
726
  }
727
727
 
728
728
  .has-text-white-bis {
729
- color: #fafafa !important;
729
+ color: hsl(0deg, 0%, 98%) !important;
730
730
  }
731
731
 
732
732
  .has-background-white-bis {
733
- background-color: #fafafa !important;
733
+ background-color: hsl(0deg, 0%, 98%) !important;
734
734
  }
735
735
 
736
736
  .is-flex-direction-row {
@@ -3946,10 +3946,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
3946
3946
 
3947
3947
  /* Bulma Form */
3948
3948
  .select select, .textarea, .input {
3949
- background-color: white;
3950
- border-color: #dbdbdb;
3949
+ background-color: hsl(0deg, 0%, 100%);
3950
+ border-color: hsl(0deg, 0%, 86%);
3951
3951
  border-radius: 4px;
3952
- color: #363636;
3952
+ color: hsl(0deg, 0%, 21%);
3953
3953
  }
3954
3954
  .select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
3955
3955
  color: rgba(54, 54, 54, 0.3);
@@ -3964,17 +3964,17 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
3964
3964
  color: rgba(54, 54, 54, 0.3);
3965
3965
  }
3966
3966
  .select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
3967
- border-color: #b5b5b5;
3967
+ border-color: hsl(0deg, 0%, 71%);
3968
3968
  }
3969
3969
  .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 {
3970
- border-color: #485fc7;
3970
+ border-color: hsl(229deg, 53%, 53%);
3971
3971
  box-shadow: none rgba(72, 95, 199, 0.25);
3972
3972
  }
3973
3973
  .select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
3974
- background-color: whitesmoke;
3975
- border-color: whitesmoke;
3974
+ background-color: hsl(0deg, 0%, 96%);
3975
+ border-color: hsl(0deg, 0%, 96%);
3976
3976
  box-shadow: none;
3977
- color: #7a7a7a;
3977
+ color: hsl(0deg, 0%, 48%);
3978
3978
  }
3979
3979
  .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 {
3980
3980
  color: rgba(122, 122, 122, 0.3);
@@ -3998,25 +3998,25 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
3998
3998
  box-shadow: none;
3999
3999
  }
4000
4000
  .is-white.textarea, .is-white.input {
4001
- border-color: white;
4001
+ border-color: hsl(0deg, 0%, 100%);
4002
4002
  }
4003
4003
  .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 {
4004
4004
  box-shadow: none rgba(255, 255, 255, 0.25);
4005
4005
  }
4006
4006
  .is-black.textarea, .is-black.input {
4007
- border-color: #0a0a0a;
4007
+ border-color: hsl(0deg, 0%, 4%);
4008
4008
  }
4009
4009
  .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 {
4010
4010
  box-shadow: none rgba(10, 10, 10, 0.25);
4011
4011
  }
4012
4012
  .is-light.textarea, .is-light.input {
4013
- border-color: whitesmoke;
4013
+ border-color: hsl(0deg, 0%, 96%);
4014
4014
  }
4015
4015
  .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 {
4016
4016
  box-shadow: none rgba(245, 245, 245, 0.25);
4017
4017
  }
4018
4018
  .is-dark.textarea, .is-dark.input {
4019
- border-color: #363636;
4019
+ border-color: hsl(0deg, 0%, 21%);
4020
4020
  }
4021
4021
  .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 {
4022
4022
  box-shadow: none rgba(54, 54, 54, 0.25);
@@ -4028,13 +4028,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4028
4028
  box-shadow: none rgba(76, 141, 167, 0.25);
4029
4029
  }
4030
4030
  .is-link.textarea, .is-link.input {
4031
- border-color: #485fc7;
4031
+ border-color: hsl(229deg, 53%, 53%);
4032
4032
  }
4033
4033
  .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 {
4034
4034
  box-shadow: none rgba(72, 95, 199, 0.25);
4035
4035
  }
4036
4036
  .is-info.textarea, .is-info.input {
4037
- border-color: #3e8ed0;
4037
+ border-color: hsl(207deg, 61%, 53%);
4038
4038
  }
4039
4039
  .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 {
4040
4040
  box-shadow: none rgba(62, 142, 208, 0.25);
@@ -4052,7 +4052,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4052
4052
  box-shadow: none rgba(255, 111, 0, 0.25);
4053
4053
  }
4054
4054
  .is-danger.textarea, .is-danger.input {
4055
- border-color: #f14668;
4055
+ border-color: hsl(348deg, 86%, 61%);
4056
4056
  }
4057
4057
  .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 {
4058
4058
  box-shadow: none rgba(241, 70, 104, 0.25);
@@ -4117,12 +4117,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4117
4117
  cursor: pointer;
4118
4118
  }
4119
4119
  .radio:hover, .checkbox:hover {
4120
- color: #363636;
4120
+ color: hsl(0deg, 0%, 21%);
4121
4121
  }
4122
4122
  [disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
4123
4123
  .radio input[disabled],
4124
4124
  .checkbox input[disabled] {
4125
- color: #7a7a7a;
4125
+ color: hsl(0deg, 0%, 48%);
4126
4126
  cursor: not-allowed;
4127
4127
  }
4128
4128
 
@@ -4140,7 +4140,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4140
4140
  height: 2.5em;
4141
4141
  }
4142
4142
  .select:not(.is-multiple):not(.is-loading)::after {
4143
- border-color: #485fc7;
4143
+ border-color: hsl(229deg, 53%, 53%);
4144
4144
  right: 1.125em;
4145
4145
  z-index: 4;
4146
4146
  }
@@ -4159,7 +4159,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4159
4159
  display: none;
4160
4160
  }
4161
4161
  .select select[disabled]:hover, fieldset[disabled] .select select:hover {
4162
- border-color: whitesmoke;
4162
+ border-color: hsl(0deg, 0%, 96%);
4163
4163
  }
4164
4164
  .select select:not([multiple]) {
4165
4165
  padding-right: 2.5em;
@@ -4172,13 +4172,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4172
4172
  padding: 0.5em 1em;
4173
4173
  }
4174
4174
  .select:not(.is-multiple):not(.is-loading):hover::after {
4175
- border-color: #363636;
4175
+ border-color: hsl(0deg, 0%, 21%);
4176
4176
  }
4177
4177
  .select.is-white:not(:hover)::after {
4178
- border-color: white;
4178
+ border-color: hsl(0deg, 0%, 100%);
4179
4179
  }
4180
4180
  .select.is-white select {
4181
- border-color: white;
4181
+ border-color: hsl(0deg, 0%, 100%);
4182
4182
  }
4183
4183
  .select.is-white select:hover, .select.is-white select.is-hovered {
4184
4184
  border-color: #f2f2f2;
@@ -4187,10 +4187,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4187
4187
  box-shadow: none rgba(255, 255, 255, 0.25);
4188
4188
  }
4189
4189
  .select.is-black:not(:hover)::after {
4190
- border-color: #0a0a0a;
4190
+ border-color: hsl(0deg, 0%, 4%);
4191
4191
  }
4192
4192
  .select.is-black select {
4193
- border-color: #0a0a0a;
4193
+ border-color: hsl(0deg, 0%, 4%);
4194
4194
  }
4195
4195
  .select.is-black select:hover, .select.is-black select.is-hovered {
4196
4196
  border-color: black;
@@ -4199,10 +4199,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4199
4199
  box-shadow: none rgba(10, 10, 10, 0.25);
4200
4200
  }
4201
4201
  .select.is-light:not(:hover)::after {
4202
- border-color: whitesmoke;
4202
+ border-color: hsl(0deg, 0%, 96%);
4203
4203
  }
4204
4204
  .select.is-light select {
4205
- border-color: whitesmoke;
4205
+ border-color: hsl(0deg, 0%, 96%);
4206
4206
  }
4207
4207
  .select.is-light select:hover, .select.is-light select.is-hovered {
4208
4208
  border-color: #e8e8e8;
@@ -4211,10 +4211,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4211
4211
  box-shadow: none rgba(245, 245, 245, 0.25);
4212
4212
  }
4213
4213
  .select.is-dark:not(:hover)::after {
4214
- border-color: #363636;
4214
+ border-color: hsl(0deg, 0%, 21%);
4215
4215
  }
4216
4216
  .select.is-dark select {
4217
- border-color: #363636;
4217
+ border-color: hsl(0deg, 0%, 21%);
4218
4218
  }
4219
4219
  .select.is-dark select:hover, .select.is-dark select.is-hovered {
4220
4220
  border-color: #292929;
@@ -4235,10 +4235,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4235
4235
  box-shadow: none rgba(76, 141, 167, 0.25);
4236
4236
  }
4237
4237
  .select.is-link:not(:hover)::after {
4238
- border-color: #485fc7;
4238
+ border-color: hsl(229deg, 53%, 53%);
4239
4239
  }
4240
4240
  .select.is-link select {
4241
- border-color: #485fc7;
4241
+ border-color: hsl(229deg, 53%, 53%);
4242
4242
  }
4243
4243
  .select.is-link select:hover, .select.is-link select.is-hovered {
4244
4244
  border-color: #3a51bb;
@@ -4247,10 +4247,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4247
4247
  box-shadow: none rgba(72, 95, 199, 0.25);
4248
4248
  }
4249
4249
  .select.is-info:not(:hover)::after {
4250
- border-color: #3e8ed0;
4250
+ border-color: hsl(207deg, 61%, 53%);
4251
4251
  }
4252
4252
  .select.is-info select {
4253
- border-color: #3e8ed0;
4253
+ border-color: hsl(207deg, 61%, 53%);
4254
4254
  }
4255
4255
  .select.is-info select:hover, .select.is-info select.is-hovered {
4256
4256
  border-color: #3082c5;
@@ -4283,10 +4283,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4283
4283
  box-shadow: none rgba(255, 111, 0, 0.25);
4284
4284
  }
4285
4285
  .select.is-danger:not(:hover)::after {
4286
- border-color: #f14668;
4286
+ border-color: hsl(348deg, 86%, 61%);
4287
4287
  }
4288
4288
  .select.is-danger select {
4289
- border-color: #f14668;
4289
+ border-color: hsl(348deg, 86%, 61%);
4290
4290
  }
4291
4291
  .select.is-danger select:hover, .select.is-danger select.is-hovered {
4292
4292
  border-color: #ef2e55;
@@ -4305,7 +4305,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4305
4305
  font-size: 1.5rem;
4306
4306
  }
4307
4307
  .select.is-disabled::after {
4308
- border-color: #7a7a7a;
4308
+ border-color: hsl(0deg, 0%, 48%);
4309
4309
  }
4310
4310
  .select.is-fullwidth {
4311
4311
  width: 100%;
@@ -4337,47 +4337,47 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4337
4337
  position: relative;
4338
4338
  }
4339
4339
  .file.is-white .file-cta {
4340
- background-color: white;
4340
+ background-color: hsl(0deg, 0%, 100%);
4341
4341
  border-color: transparent;
4342
- color: #0a0a0a;
4342
+ color: hsl(0deg, 0%, 4%);
4343
4343
  }
4344
4344
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
4345
4345
  background-color: #f9f9f9;
4346
4346
  border-color: transparent;
4347
- color: #0a0a0a;
4347
+ color: hsl(0deg, 0%, 4%);
4348
4348
  }
4349
4349
  .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
4350
4350
  border-color: transparent;
4351
4351
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
4352
- color: #0a0a0a;
4352
+ color: hsl(0deg, 0%, 4%);
4353
4353
  }
4354
4354
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
4355
4355
  background-color: #f2f2f2;
4356
4356
  border-color: transparent;
4357
- color: #0a0a0a;
4357
+ color: hsl(0deg, 0%, 4%);
4358
4358
  }
4359
4359
  .file.is-black .file-cta {
4360
- background-color: #0a0a0a;
4360
+ background-color: hsl(0deg, 0%, 4%);
4361
4361
  border-color: transparent;
4362
- color: white;
4362
+ color: hsl(0deg, 0%, 100%);
4363
4363
  }
4364
4364
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
4365
4365
  background-color: #040404;
4366
4366
  border-color: transparent;
4367
- color: white;
4367
+ color: hsl(0deg, 0%, 100%);
4368
4368
  }
4369
4369
  .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
4370
4370
  border-color: transparent;
4371
4371
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
4372
- color: white;
4372
+ color: hsl(0deg, 0%, 100%);
4373
4373
  }
4374
4374
  .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
4375
4375
  background-color: black;
4376
4376
  border-color: transparent;
4377
- color: white;
4377
+ color: hsl(0deg, 0%, 100%);
4378
4378
  }
4379
4379
  .file.is-light .file-cta {
4380
- background-color: whitesmoke;
4380
+ background-color: hsl(0deg, 0%, 96%);
4381
4381
  border-color: transparent;
4382
4382
  color: rgba(0, 0, 0, 0.7);
4383
4383
  }
@@ -4397,7 +4397,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4397
4397
  color: rgba(0, 0, 0, 0.7);
4398
4398
  }
4399
4399
  .file.is-dark .file-cta {
4400
- background-color: #363636;
4400
+ background-color: hsl(0deg, 0%, 21%);
4401
4401
  border-color: transparent;
4402
4402
  color: #fff;
4403
4403
  }
@@ -4437,7 +4437,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4437
4437
  color: #fff;
4438
4438
  }
4439
4439
  .file.is-link .file-cta {
4440
- background-color: #485fc7;
4440
+ background-color: hsl(229deg, 53%, 53%);
4441
4441
  border-color: transparent;
4442
4442
  color: #fff;
4443
4443
  }
@@ -4457,7 +4457,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4457
4457
  color: #fff;
4458
4458
  }
4459
4459
  .file.is-info .file-cta {
4460
- background-color: #3e8ed0;
4460
+ background-color: hsl(207deg, 61%, 53%);
4461
4461
  border-color: transparent;
4462
4462
  color: #fff;
4463
4463
  }
@@ -4517,7 +4517,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4517
4517
  color: #fff;
4518
4518
  }
4519
4519
  .file.is-danger .file-cta {
4520
- background-color: #f14668;
4520
+ background-color: hsl(348deg, 86%, 61%);
4521
4521
  border-color: transparent;
4522
4522
  color: #fff;
4523
4523
  }
@@ -4634,14 +4634,14 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4634
4634
  }
4635
4635
  .file-label:hover .file-cta {
4636
4636
  background-color: #eeeeee;
4637
- color: #363636;
4637
+ color: hsl(0deg, 0%, 21%);
4638
4638
  }
4639
4639
  .file-label:hover .file-name {
4640
4640
  border-color: #d5d5d5;
4641
4641
  }
4642
4642
  .file-label:active .file-cta {
4643
4643
  background-color: #e8e8e8;
4644
- color: #363636;
4644
+ color: hsl(0deg, 0%, 21%);
4645
4645
  }
4646
4646
  .file-label:active .file-name {
4647
4647
  border-color: #cfcfcf;
@@ -4659,7 +4659,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4659
4659
 
4660
4660
  .file-cta,
4661
4661
  .file-name {
4662
- border-color: #dbdbdb;
4662
+ border-color: hsl(0deg, 0%, 86%);
4663
4663
  border-radius: 4px;
4664
4664
  font-size: 1em;
4665
4665
  padding-left: 1em;
@@ -4668,12 +4668,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4668
4668
  }
4669
4669
 
4670
4670
  .file-cta {
4671
- background-color: whitesmoke;
4672
- color: #4a4a4a;
4671
+ background-color: hsl(0deg, 0%, 96%);
4672
+ color: hsl(0deg, 0%, 29%);
4673
4673
  }
4674
4674
 
4675
4675
  .file-name {
4676
- border-color: #dbdbdb;
4676
+ border-color: hsl(0deg, 0%, 86%);
4677
4677
  border-style: solid;
4678
4678
  border-width: 1px 1px 1px 0;
4679
4679
  display: block;
@@ -4696,7 +4696,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4696
4696
  }
4697
4697
 
4698
4698
  .label {
4699
- color: #363636;
4699
+ color: hsl(0deg, 0%, 21%);
4700
4700
  display: block;
4701
4701
  font-size: 1rem;
4702
4702
  font-weight: 300;
@@ -4720,25 +4720,25 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4720
4720
  margin-top: 0.25rem;
4721
4721
  }
4722
4722
  .help.is-white {
4723
- color: white;
4723
+ color: hsl(0deg, 0%, 100%);
4724
4724
  }
4725
4725
  .help.is-black {
4726
- color: #0a0a0a;
4726
+ color: hsl(0deg, 0%, 4%);
4727
4727
  }
4728
4728
  .help.is-light {
4729
- color: whitesmoke;
4729
+ color: hsl(0deg, 0%, 96%);
4730
4730
  }
4731
4731
  .help.is-dark {
4732
- color: #363636;
4732
+ color: hsl(0deg, 0%, 21%);
4733
4733
  }
4734
4734
  .help.is-primary {
4735
4735
  color: #4c8da7;
4736
4736
  }
4737
4737
  .help.is-link {
4738
- color: #485fc7;
4738
+ color: hsl(229deg, 53%, 53%);
4739
4739
  }
4740
4740
  .help.is-info {
4741
- color: #3e8ed0;
4741
+ color: hsl(207deg, 61%, 53%);
4742
4742
  }
4743
4743
  .help.is-success {
4744
4744
  color: #4caf50;
@@ -4747,7 +4747,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4747
4747
  color: #ff6f00;
4748
4748
  }
4749
4749
  .help.is-danger {
4750
- color: #f14668;
4750
+ color: hsl(348deg, 86%, 61%);
4751
4751
  }
4752
4752
 
4753
4753
  .field:not(:last-child) {
@@ -4926,7 +4926,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4926
4926
  .control.has-icons-left .input:focus ~ .icon,
4927
4927
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
4928
4928
  .control.has-icons-right .select:focus ~ .icon {
4929
- color: #4a4a4a;
4929
+ color: hsl(0deg, 0%, 29%);
4930
4930
  }
4931
4931
  .control.has-icons-left .input.is-small ~ .icon,
4932
4932
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
@@ -4944,7 +4944,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
4944
4944
  font-size: 1.5rem;
4945
4945
  }
4946
4946
  .control.has-icons-left .icon, .control.has-icons-right .icon {
4947
- color: #dbdbdb;
4947
+ color: hsl(0deg, 0%, 86%);
4948
4948
  height: 2.5em;
4949
4949
  pointer-events: none;
4950
4950
  position: absolute;
@@ -5030,7 +5030,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5030
5030
 
5031
5031
  .number {
5032
5032
  align-items: center;
5033
- background-color: whitesmoke;
5033
+ background-color: hsl(0deg, 0%, 96%);
5034
5034
  border-radius: 9999px;
5035
5035
  display: inline-flex;
5036
5036
  font-size: 1.25rem;
@@ -5044,10 +5044,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5044
5044
  }
5045
5045
 
5046
5046
  .button {
5047
- background-color: white;
5048
- border-color: #dbdbdb;
5047
+ background-color: hsl(0deg, 0%, 100%);
5048
+ border-color: hsl(0deg, 0%, 86%);
5049
5049
  border-width: 1px;
5050
- color: #363636;
5050
+ color: hsl(0deg, 0%, 21%);
5051
5051
  cursor: pointer;
5052
5052
  justify-content: center;
5053
5053
  padding-bottom: calc(0.5em - 1px);
@@ -5077,33 +5077,33 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5077
5077
  margin-right: calc(-0.5em - 1px);
5078
5078
  }
5079
5079
  .button:hover, .button.is-hovered {
5080
- border-color: #b5b5b5;
5081
- color: #363636;
5080
+ border-color: hsl(0deg, 0%, 71%);
5081
+ color: hsl(0deg, 0%, 21%);
5082
5082
  }
5083
5083
  .button:focus, .button.is-focused {
5084
- border-color: #485fc7;
5085
- color: #363636;
5084
+ border-color: hsl(229deg, 53%, 53%);
5085
+ color: hsl(0deg, 0%, 21%);
5086
5086
  }
5087
5087
  .button:focus:not(:active), .button.is-focused:not(:active) {
5088
5088
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
5089
5089
  }
5090
5090
  .button:active, .button.is-active {
5091
- border-color: #4a4a4a;
5092
- color: #363636;
5091
+ border-color: hsl(0deg, 0%, 29%);
5092
+ color: hsl(0deg, 0%, 21%);
5093
5093
  }
5094
5094
  .button.is-text {
5095
5095
  background-color: transparent;
5096
5096
  border-color: transparent;
5097
- color: #4a4a4a;
5097
+ color: hsl(0deg, 0%, 29%);
5098
5098
  text-decoration: underline;
5099
5099
  }
5100
5100
  .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
5101
- background-color: whitesmoke;
5102
- color: #363636;
5101
+ background-color: hsl(0deg, 0%, 96%);
5102
+ color: hsl(0deg, 0%, 21%);
5103
5103
  }
5104
5104
  .button.is-text:active, .button.is-text.is-active {
5105
5105
  background-color: #e8e8e8;
5106
- color: #363636;
5106
+ color: hsl(0deg, 0%, 21%);
5107
5107
  }
5108
5108
  .button.is-text[disabled], fieldset[disabled] .button.is-text {
5109
5109
  background-color: transparent;
@@ -5113,26 +5113,26 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5113
5113
  .button.is-ghost {
5114
5114
  background: none;
5115
5115
  border-color: transparent;
5116
- color: #485fc7;
5116
+ color: hsl(229deg, 53%, 53%);
5117
5117
  text-decoration: none;
5118
5118
  }
5119
5119
  .button.is-ghost:hover, .button.is-ghost.is-hovered {
5120
- color: #485fc7;
5120
+ color: hsl(229deg, 53%, 53%);
5121
5121
  text-decoration: underline;
5122
5122
  }
5123
5123
  .button.is-white {
5124
- background-color: white;
5124
+ background-color: hsl(0deg, 0%, 100%);
5125
5125
  border-color: transparent;
5126
- color: #0a0a0a;
5126
+ color: hsl(0deg, 0%, 4%);
5127
5127
  }
5128
5128
  .button.is-white:hover, .button.is-white.is-hovered {
5129
5129
  background-color: #f9f9f9;
5130
5130
  border-color: transparent;
5131
- color: #0a0a0a;
5131
+ color: hsl(0deg, 0%, 4%);
5132
5132
  }
5133
5133
  .button.is-white:focus, .button.is-white.is-focused {
5134
5134
  border-color: transparent;
5135
- color: #0a0a0a;
5135
+ color: hsl(0deg, 0%, 4%);
5136
5136
  }
5137
5137
  .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
5138
5138
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
@@ -5140,82 +5140,82 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5140
5140
  .button.is-white:active, .button.is-white.is-active {
5141
5141
  background-color: #f2f2f2;
5142
5142
  border-color: transparent;
5143
- color: #0a0a0a;
5143
+ color: hsl(0deg, 0%, 4%);
5144
5144
  }
5145
5145
  .button.is-white[disabled], fieldset[disabled] .button.is-white {
5146
- background-color: white;
5146
+ background-color: hsl(0deg, 0%, 100%);
5147
5147
  border-color: transparent;
5148
5148
  box-shadow: none;
5149
5149
  }
5150
5150
  .button.is-white.is-inverted {
5151
- background-color: #0a0a0a;
5152
- color: white;
5151
+ background-color: hsl(0deg, 0%, 4%);
5152
+ color: hsl(0deg, 0%, 100%);
5153
5153
  }
5154
5154
  .button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
5155
5155
  background-color: black;
5156
5156
  }
5157
5157
  .button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
5158
- background-color: #0a0a0a;
5158
+ background-color: hsl(0deg, 0%, 4%);
5159
5159
  border-color: transparent;
5160
5160
  box-shadow: none;
5161
- color: white;
5161
+ color: hsl(0deg, 0%, 100%);
5162
5162
  }
5163
5163
  .button.is-white.is-loading::after {
5164
- border-color: transparent transparent #0a0a0a #0a0a0a !important;
5164
+ border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
5165
5165
  }
5166
5166
  .button.is-white.is-outlined {
5167
5167
  background-color: transparent;
5168
- border-color: white;
5169
- color: white;
5168
+ border-color: hsl(0deg, 0%, 100%);
5169
+ color: hsl(0deg, 0%, 100%);
5170
5170
  }
5171
5171
  .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 {
5172
- background-color: white;
5173
- border-color: white;
5174
- color: #0a0a0a;
5172
+ background-color: hsl(0deg, 0%, 100%);
5173
+ border-color: hsl(0deg, 0%, 100%);
5174
+ color: hsl(0deg, 0%, 4%);
5175
5175
  }
5176
5176
  .button.is-white.is-outlined.is-loading::after {
5177
- border-color: transparent transparent white white !important;
5177
+ border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
5178
5178
  }
5179
5179
  .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 {
5180
- border-color: transparent transparent #0a0a0a #0a0a0a !important;
5180
+ border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
5181
5181
  }
5182
5182
  .button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
5183
5183
  background-color: transparent;
5184
- border-color: white;
5184
+ border-color: hsl(0deg, 0%, 100%);
5185
5185
  box-shadow: none;
5186
- color: white;
5186
+ color: hsl(0deg, 0%, 100%);
5187
5187
  }
5188
5188
  .button.is-white.is-inverted.is-outlined {
5189
5189
  background-color: transparent;
5190
- border-color: #0a0a0a;
5191
- color: #0a0a0a;
5190
+ border-color: hsl(0deg, 0%, 4%);
5191
+ color: hsl(0deg, 0%, 4%);
5192
5192
  }
5193
5193
  .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 {
5194
- background-color: #0a0a0a;
5195
- color: white;
5194
+ background-color: hsl(0deg, 0%, 4%);
5195
+ color: hsl(0deg, 0%, 100%);
5196
5196
  }
5197
5197
  .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 {
5198
- border-color: transparent transparent white white !important;
5198
+ border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
5199
5199
  }
5200
5200
  .button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
5201
5201
  background-color: transparent;
5202
- border-color: #0a0a0a;
5202
+ border-color: hsl(0deg, 0%, 4%);
5203
5203
  box-shadow: none;
5204
- color: #0a0a0a;
5204
+ color: hsl(0deg, 0%, 4%);
5205
5205
  }
5206
5206
  .button.is-black {
5207
- background-color: #0a0a0a;
5207
+ background-color: hsl(0deg, 0%, 4%);
5208
5208
  border-color: transparent;
5209
- color: white;
5209
+ color: hsl(0deg, 0%, 100%);
5210
5210
  }
5211
5211
  .button.is-black:hover, .button.is-black.is-hovered {
5212
5212
  background-color: #040404;
5213
5213
  border-color: transparent;
5214
- color: white;
5214
+ color: hsl(0deg, 0%, 100%);
5215
5215
  }
5216
5216
  .button.is-black:focus, .button.is-black.is-focused {
5217
5217
  border-color: transparent;
5218
- color: white;
5218
+ color: hsl(0deg, 0%, 100%);
5219
5219
  }
5220
5220
  .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
5221
5221
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
@@ -5223,71 +5223,71 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5223
5223
  .button.is-black:active, .button.is-black.is-active {
5224
5224
  background-color: black;
5225
5225
  border-color: transparent;
5226
- color: white;
5226
+ color: hsl(0deg, 0%, 100%);
5227
5227
  }
5228
5228
  .button.is-black[disabled], fieldset[disabled] .button.is-black {
5229
- background-color: #0a0a0a;
5229
+ background-color: hsl(0deg, 0%, 4%);
5230
5230
  border-color: transparent;
5231
5231
  box-shadow: none;
5232
5232
  }
5233
5233
  .button.is-black.is-inverted {
5234
- background-color: white;
5235
- color: #0a0a0a;
5234
+ background-color: hsl(0deg, 0%, 100%);
5235
+ color: hsl(0deg, 0%, 4%);
5236
5236
  }
5237
5237
  .button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
5238
5238
  background-color: #f2f2f2;
5239
5239
  }
5240
5240
  .button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
5241
- background-color: white;
5241
+ background-color: hsl(0deg, 0%, 100%);
5242
5242
  border-color: transparent;
5243
5243
  box-shadow: none;
5244
- color: #0a0a0a;
5244
+ color: hsl(0deg, 0%, 4%);
5245
5245
  }
5246
5246
  .button.is-black.is-loading::after {
5247
- border-color: transparent transparent white white !important;
5247
+ border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
5248
5248
  }
5249
5249
  .button.is-black.is-outlined {
5250
5250
  background-color: transparent;
5251
- border-color: #0a0a0a;
5252
- color: #0a0a0a;
5251
+ border-color: hsl(0deg, 0%, 4%);
5252
+ color: hsl(0deg, 0%, 4%);
5253
5253
  }
5254
5254
  .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 {
5255
- background-color: #0a0a0a;
5256
- border-color: #0a0a0a;
5257
- color: white;
5255
+ background-color: hsl(0deg, 0%, 4%);
5256
+ border-color: hsl(0deg, 0%, 4%);
5257
+ color: hsl(0deg, 0%, 100%);
5258
5258
  }
5259
5259
  .button.is-black.is-outlined.is-loading::after {
5260
- border-color: transparent transparent #0a0a0a #0a0a0a !important;
5260
+ border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
5261
5261
  }
5262
5262
  .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 {
5263
- border-color: transparent transparent white white !important;
5263
+ border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
5264
5264
  }
5265
5265
  .button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
5266
5266
  background-color: transparent;
5267
- border-color: #0a0a0a;
5267
+ border-color: hsl(0deg, 0%, 4%);
5268
5268
  box-shadow: none;
5269
- color: #0a0a0a;
5269
+ color: hsl(0deg, 0%, 4%);
5270
5270
  }
5271
5271
  .button.is-black.is-inverted.is-outlined {
5272
5272
  background-color: transparent;
5273
- border-color: white;
5274
- color: white;
5273
+ border-color: hsl(0deg, 0%, 100%);
5274
+ color: hsl(0deg, 0%, 100%);
5275
5275
  }
5276
5276
  .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 {
5277
- background-color: white;
5278
- color: #0a0a0a;
5277
+ background-color: hsl(0deg, 0%, 100%);
5278
+ color: hsl(0deg, 0%, 4%);
5279
5279
  }
5280
5280
  .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 {
5281
- border-color: transparent transparent #0a0a0a #0a0a0a !important;
5281
+ border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
5282
5282
  }
5283
5283
  .button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
5284
5284
  background-color: transparent;
5285
- border-color: white;
5285
+ border-color: hsl(0deg, 0%, 100%);
5286
5286
  box-shadow: none;
5287
- color: white;
5287
+ color: hsl(0deg, 0%, 100%);
5288
5288
  }
5289
5289
  .button.is-light {
5290
- background-color: whitesmoke;
5290
+ background-color: hsl(0deg, 0%, 96%);
5291
5291
  border-color: transparent;
5292
5292
  color: rgba(0, 0, 0, 0.7);
5293
5293
  }
@@ -5309,13 +5309,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5309
5309
  color: rgba(0, 0, 0, 0.7);
5310
5310
  }
5311
5311
  .button.is-light[disabled], fieldset[disabled] .button.is-light {
5312
- background-color: whitesmoke;
5312
+ background-color: hsl(0deg, 0%, 96%);
5313
5313
  border-color: transparent;
5314
5314
  box-shadow: none;
5315
5315
  }
5316
5316
  .button.is-light.is-inverted {
5317
5317
  background-color: rgba(0, 0, 0, 0.7);
5318
- color: whitesmoke;
5318
+ color: hsl(0deg, 0%, 96%);
5319
5319
  }
5320
5320
  .button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
5321
5321
  background-color: rgba(0, 0, 0, 0.7);
@@ -5324,32 +5324,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5324
5324
  background-color: rgba(0, 0, 0, 0.7);
5325
5325
  border-color: transparent;
5326
5326
  box-shadow: none;
5327
- color: whitesmoke;
5327
+ color: hsl(0deg, 0%, 96%);
5328
5328
  }
5329
5329
  .button.is-light.is-loading::after {
5330
5330
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
5331
5331
  }
5332
5332
  .button.is-light.is-outlined {
5333
5333
  background-color: transparent;
5334
- border-color: whitesmoke;
5335
- color: whitesmoke;
5334
+ border-color: hsl(0deg, 0%, 96%);
5335
+ color: hsl(0deg, 0%, 96%);
5336
5336
  }
5337
5337
  .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 {
5338
- background-color: whitesmoke;
5339
- border-color: whitesmoke;
5338
+ background-color: hsl(0deg, 0%, 96%);
5339
+ border-color: hsl(0deg, 0%, 96%);
5340
5340
  color: rgba(0, 0, 0, 0.7);
5341
5341
  }
5342
5342
  .button.is-light.is-outlined.is-loading::after {
5343
- border-color: transparent transparent whitesmoke whitesmoke !important;
5343
+ border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important;
5344
5344
  }
5345
5345
  .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 {
5346
5346
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
5347
5347
  }
5348
5348
  .button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
5349
5349
  background-color: transparent;
5350
- border-color: whitesmoke;
5350
+ border-color: hsl(0deg, 0%, 96%);
5351
5351
  box-shadow: none;
5352
- color: whitesmoke;
5352
+ color: hsl(0deg, 0%, 96%);
5353
5353
  }
5354
5354
  .button.is-light.is-inverted.is-outlined {
5355
5355
  background-color: transparent;
@@ -5358,10 +5358,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5358
5358
  }
5359
5359
  .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 {
5360
5360
  background-color: rgba(0, 0, 0, 0.7);
5361
- color: whitesmoke;
5361
+ color: hsl(0deg, 0%, 96%);
5362
5362
  }
5363
5363
  .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 {
5364
- border-color: transparent transparent whitesmoke whitesmoke !important;
5364
+ border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important;
5365
5365
  }
5366
5366
  .button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
5367
5367
  background-color: transparent;
@@ -5370,7 +5370,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5370
5370
  color: rgba(0, 0, 0, 0.7);
5371
5371
  }
5372
5372
  .button.is-dark {
5373
- background-color: #363636;
5373
+ background-color: hsl(0deg, 0%, 21%);
5374
5374
  border-color: transparent;
5375
5375
  color: #fff;
5376
5376
  }
@@ -5392,13 +5392,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5392
5392
  color: #fff;
5393
5393
  }
5394
5394
  .button.is-dark[disabled], fieldset[disabled] .button.is-dark {
5395
- background-color: #363636;
5395
+ background-color: hsl(0deg, 0%, 21%);
5396
5396
  border-color: transparent;
5397
5397
  box-shadow: none;
5398
5398
  }
5399
5399
  .button.is-dark.is-inverted {
5400
5400
  background-color: #fff;
5401
- color: #363636;
5401
+ color: hsl(0deg, 0%, 21%);
5402
5402
  }
5403
5403
  .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
5404
5404
  background-color: #f2f2f2;
@@ -5407,32 +5407,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5407
5407
  background-color: #fff;
5408
5408
  border-color: transparent;
5409
5409
  box-shadow: none;
5410
- color: #363636;
5410
+ color: hsl(0deg, 0%, 21%);
5411
5411
  }
5412
5412
  .button.is-dark.is-loading::after {
5413
5413
  border-color: transparent transparent #fff #fff !important;
5414
5414
  }
5415
5415
  .button.is-dark.is-outlined {
5416
5416
  background-color: transparent;
5417
- border-color: #363636;
5418
- color: #363636;
5417
+ border-color: hsl(0deg, 0%, 21%);
5418
+ color: hsl(0deg, 0%, 21%);
5419
5419
  }
5420
5420
  .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 {
5421
- background-color: #363636;
5422
- border-color: #363636;
5421
+ background-color: hsl(0deg, 0%, 21%);
5422
+ border-color: hsl(0deg, 0%, 21%);
5423
5423
  color: #fff;
5424
5424
  }
5425
5425
  .button.is-dark.is-outlined.is-loading::after {
5426
- border-color: transparent transparent #363636 #363636 !important;
5426
+ border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important;
5427
5427
  }
5428
5428
  .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 {
5429
5429
  border-color: transparent transparent #fff #fff !important;
5430
5430
  }
5431
5431
  .button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
5432
5432
  background-color: transparent;
5433
- border-color: #363636;
5433
+ border-color: hsl(0deg, 0%, 21%);
5434
5434
  box-shadow: none;
5435
- color: #363636;
5435
+ color: hsl(0deg, 0%, 21%);
5436
5436
  }
5437
5437
  .button.is-dark.is-inverted.is-outlined {
5438
5438
  background-color: transparent;
@@ -5441,10 +5441,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5441
5441
  }
5442
5442
  .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 {
5443
5443
  background-color: #fff;
5444
- color: #363636;
5444
+ color: hsl(0deg, 0%, 21%);
5445
5445
  }
5446
5446
  .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 {
5447
- border-color: transparent transparent #363636 #363636 !important;
5447
+ border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important;
5448
5448
  }
5449
5449
  .button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
5450
5450
  background-color: transparent;
@@ -5550,7 +5550,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5550
5550
  color: #437c93;
5551
5551
  }
5552
5552
  .button.is-link {
5553
- background-color: #485fc7;
5553
+ background-color: hsl(229deg, 53%, 53%);
5554
5554
  border-color: transparent;
5555
5555
  color: #fff;
5556
5556
  }
@@ -5572,13 +5572,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5572
5572
  color: #fff;
5573
5573
  }
5574
5574
  .button.is-link[disabled], fieldset[disabled] .button.is-link {
5575
- background-color: #485fc7;
5575
+ background-color: hsl(229deg, 53%, 53%);
5576
5576
  border-color: transparent;
5577
5577
  box-shadow: none;
5578
5578
  }
5579
5579
  .button.is-link.is-inverted {
5580
5580
  background-color: #fff;
5581
- color: #485fc7;
5581
+ color: hsl(229deg, 53%, 53%);
5582
5582
  }
5583
5583
  .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
5584
5584
  background-color: #f2f2f2;
@@ -5587,32 +5587,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5587
5587
  background-color: #fff;
5588
5588
  border-color: transparent;
5589
5589
  box-shadow: none;
5590
- color: #485fc7;
5590
+ color: hsl(229deg, 53%, 53%);
5591
5591
  }
5592
5592
  .button.is-link.is-loading::after {
5593
5593
  border-color: transparent transparent #fff #fff !important;
5594
5594
  }
5595
5595
  .button.is-link.is-outlined {
5596
5596
  background-color: transparent;
5597
- border-color: #485fc7;
5598
- color: #485fc7;
5597
+ border-color: hsl(229deg, 53%, 53%);
5598
+ color: hsl(229deg, 53%, 53%);
5599
5599
  }
5600
5600
  .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 {
5601
- background-color: #485fc7;
5602
- border-color: #485fc7;
5601
+ background-color: hsl(229deg, 53%, 53%);
5602
+ border-color: hsl(229deg, 53%, 53%);
5603
5603
  color: #fff;
5604
5604
  }
5605
5605
  .button.is-link.is-outlined.is-loading::after {
5606
- border-color: transparent transparent #485fc7 #485fc7 !important;
5606
+ border-color: transparent transparent hsl(229deg, 53%, 53%) hsl(229deg, 53%, 53%) !important;
5607
5607
  }
5608
5608
  .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 {
5609
5609
  border-color: transparent transparent #fff #fff !important;
5610
5610
  }
5611
5611
  .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
5612
5612
  background-color: transparent;
5613
- border-color: #485fc7;
5613
+ border-color: hsl(229deg, 53%, 53%);
5614
5614
  box-shadow: none;
5615
- color: #485fc7;
5615
+ color: hsl(229deg, 53%, 53%);
5616
5616
  }
5617
5617
  .button.is-link.is-inverted.is-outlined {
5618
5618
  background-color: transparent;
@@ -5621,10 +5621,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5621
5621
  }
5622
5622
  .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 {
5623
5623
  background-color: #fff;
5624
- color: #485fc7;
5624
+ color: hsl(229deg, 53%, 53%);
5625
5625
  }
5626
5626
  .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 {
5627
- border-color: transparent transparent #485fc7 #485fc7 !important;
5627
+ border-color: transparent transparent hsl(229deg, 53%, 53%) hsl(229deg, 53%, 53%) !important;
5628
5628
  }
5629
5629
  .button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
5630
5630
  background-color: transparent;
@@ -5647,7 +5647,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5647
5647
  color: #3850b7;
5648
5648
  }
5649
5649
  .button.is-info {
5650
- background-color: #3e8ed0;
5650
+ background-color: hsl(207deg, 61%, 53%);
5651
5651
  border-color: transparent;
5652
5652
  color: #fff;
5653
5653
  }
@@ -5669,13 +5669,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5669
5669
  color: #fff;
5670
5670
  }
5671
5671
  .button.is-info[disabled], fieldset[disabled] .button.is-info {
5672
- background-color: #3e8ed0;
5672
+ background-color: hsl(207deg, 61%, 53%);
5673
5673
  border-color: transparent;
5674
5674
  box-shadow: none;
5675
5675
  }
5676
5676
  .button.is-info.is-inverted {
5677
5677
  background-color: #fff;
5678
- color: #3e8ed0;
5678
+ color: hsl(207deg, 61%, 53%);
5679
5679
  }
5680
5680
  .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
5681
5681
  background-color: #f2f2f2;
@@ -5684,32 +5684,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5684
5684
  background-color: #fff;
5685
5685
  border-color: transparent;
5686
5686
  box-shadow: none;
5687
- color: #3e8ed0;
5687
+ color: hsl(207deg, 61%, 53%);
5688
5688
  }
5689
5689
  .button.is-info.is-loading::after {
5690
5690
  border-color: transparent transparent #fff #fff !important;
5691
5691
  }
5692
5692
  .button.is-info.is-outlined {
5693
5693
  background-color: transparent;
5694
- border-color: #3e8ed0;
5695
- color: #3e8ed0;
5694
+ border-color: hsl(207deg, 61%, 53%);
5695
+ color: hsl(207deg, 61%, 53%);
5696
5696
  }
5697
5697
  .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 {
5698
- background-color: #3e8ed0;
5699
- border-color: #3e8ed0;
5698
+ background-color: hsl(207deg, 61%, 53%);
5699
+ border-color: hsl(207deg, 61%, 53%);
5700
5700
  color: #fff;
5701
5701
  }
5702
5702
  .button.is-info.is-outlined.is-loading::after {
5703
- border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
5703
+ border-color: transparent transparent hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !important;
5704
5704
  }
5705
5705
  .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 {
5706
5706
  border-color: transparent transparent #fff #fff !important;
5707
5707
  }
5708
5708
  .button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
5709
5709
  background-color: transparent;
5710
- border-color: #3e8ed0;
5710
+ border-color: hsl(207deg, 61%, 53%);
5711
5711
  box-shadow: none;
5712
- color: #3e8ed0;
5712
+ color: hsl(207deg, 61%, 53%);
5713
5713
  }
5714
5714
  .button.is-info.is-inverted.is-outlined {
5715
5715
  background-color: transparent;
@@ -5718,10 +5718,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5718
5718
  }
5719
5719
  .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 {
5720
5720
  background-color: #fff;
5721
- color: #3e8ed0;
5721
+ color: hsl(207deg, 61%, 53%);
5722
5722
  }
5723
5723
  .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 {
5724
- border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
5724
+ border-color: transparent transparent hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !important;
5725
5725
  }
5726
5726
  .button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
5727
5727
  background-color: transparent;
@@ -5938,7 +5938,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5938
5938
  color: #c25400;
5939
5939
  }
5940
5940
  .button.is-danger {
5941
- background-color: #f14668;
5941
+ background-color: hsl(348deg, 86%, 61%);
5942
5942
  border-color: transparent;
5943
5943
  color: #fff;
5944
5944
  }
@@ -5960,13 +5960,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5960
5960
  color: #fff;
5961
5961
  }
5962
5962
  .button.is-danger[disabled], fieldset[disabled] .button.is-danger {
5963
- background-color: #f14668;
5963
+ background-color: hsl(348deg, 86%, 61%);
5964
5964
  border-color: transparent;
5965
5965
  box-shadow: none;
5966
5966
  }
5967
5967
  .button.is-danger.is-inverted {
5968
5968
  background-color: #fff;
5969
- color: #f14668;
5969
+ color: hsl(348deg, 86%, 61%);
5970
5970
  }
5971
5971
  .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
5972
5972
  background-color: #f2f2f2;
@@ -5975,32 +5975,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
5975
5975
  background-color: #fff;
5976
5976
  border-color: transparent;
5977
5977
  box-shadow: none;
5978
- color: #f14668;
5978
+ color: hsl(348deg, 86%, 61%);
5979
5979
  }
5980
5980
  .button.is-danger.is-loading::after {
5981
5981
  border-color: transparent transparent #fff #fff !important;
5982
5982
  }
5983
5983
  .button.is-danger.is-outlined {
5984
5984
  background-color: transparent;
5985
- border-color: #f14668;
5986
- color: #f14668;
5985
+ border-color: hsl(348deg, 86%, 61%);
5986
+ color: hsl(348deg, 86%, 61%);
5987
5987
  }
5988
5988
  .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 {
5989
- background-color: #f14668;
5990
- border-color: #f14668;
5989
+ background-color: hsl(348deg, 86%, 61%);
5990
+ border-color: hsl(348deg, 86%, 61%);
5991
5991
  color: #fff;
5992
5992
  }
5993
5993
  .button.is-danger.is-outlined.is-loading::after {
5994
- border-color: transparent transparent #f14668 #f14668 !important;
5994
+ border-color: transparent transparent hsl(348deg, 86%, 61%) hsl(348deg, 86%, 61%) !important;
5995
5995
  }
5996
5996
  .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 {
5997
5997
  border-color: transparent transparent #fff #fff !important;
5998
5998
  }
5999
5999
  .button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
6000
6000
  background-color: transparent;
6001
- border-color: #f14668;
6001
+ border-color: hsl(348deg, 86%, 61%);
6002
6002
  box-shadow: none;
6003
- color: #f14668;
6003
+ color: hsl(348deg, 86%, 61%);
6004
6004
  }
6005
6005
  .button.is-danger.is-inverted.is-outlined {
6006
6006
  background-color: transparent;
@@ -6009,10 +6009,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6009
6009
  }
6010
6010
  .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 {
6011
6011
  background-color: #fff;
6012
- color: #f14668;
6012
+ color: hsl(348deg, 86%, 61%);
6013
6013
  }
6014
6014
  .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 {
6015
- border-color: transparent transparent #f14668 #f14668 !important;
6015
+ border-color: transparent transparent hsl(348deg, 86%, 61%) hsl(348deg, 86%, 61%) !important;
6016
6016
  }
6017
6017
  .button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
6018
6018
  background-color: transparent;
@@ -6050,8 +6050,8 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6050
6050
  font-size: 1.5rem;
6051
6051
  }
6052
6052
  .button[disabled], fieldset[disabled] .button {
6053
- background-color: white;
6054
- border-color: #dbdbdb;
6053
+ background-color: hsl(0deg, 0%, 100%);
6054
+ border-color: hsl(0deg, 0%, 86%);
6055
6055
  box-shadow: none;
6056
6056
  opacity: 0.5;
6057
6057
  }
@@ -6070,9 +6070,9 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6070
6070
  position: absolute !important;
6071
6071
  }
6072
6072
  .button.is-static {
6073
- background-color: whitesmoke;
6074
- border-color: #dbdbdb;
6075
- color: #7a7a7a;
6073
+ background-color: hsl(0deg, 0%, 96%);
6074
+ border-color: hsl(0deg, 0%, 86%);
6075
+ color: hsl(0deg, 0%, 48%);
6076
6076
  box-shadow: none;
6077
6077
  pointer-events: none;
6078
6078
  }
@@ -6176,7 +6176,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6176
6176
  }
6177
6177
 
6178
6178
  .title {
6179
- color: #0a0a0a;
6179
+ color: hsl(0deg, 0%, 4%);
6180
6180
  font-size: 2rem;
6181
6181
  font-weight: 200;
6182
6182
  line-height: 1.125;
@@ -6211,13 +6211,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6211
6211
  }
6212
6212
 
6213
6213
  .subtitle {
6214
- color: #4a4a4a;
6214
+ color: hsl(0deg, 0%, 29%);
6215
6215
  font-size: 1.25rem;
6216
6216
  font-weight: 400;
6217
6217
  line-height: 1.25;
6218
6218
  }
6219
6219
  .subtitle strong {
6220
- color: #363636;
6220
+ color: hsl(0deg, 0%, 21%);
6221
6221
  font-weight: 600;
6222
6222
  }
6223
6223
  .subtitle:not(.is-spaced) + .title {
@@ -6246,7 +6246,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6246
6246
  }
6247
6247
 
6248
6248
  .notification {
6249
- background-color: whitesmoke;
6249
+ background-color: hsl(0deg, 0%, 96%);
6250
6250
  border-radius: 4px;
6251
6251
  position: relative;
6252
6252
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
@@ -6260,7 +6260,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6260
6260
  }
6261
6261
  .notification code,
6262
6262
  .notification pre {
6263
- background: white;
6263
+ background: hsl(0deg, 0%, 100%);
6264
6264
  }
6265
6265
  .notification pre code {
6266
6266
  background: transparent;
@@ -6276,19 +6276,19 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6276
6276
  color: currentColor;
6277
6277
  }
6278
6278
  .notification.is-white {
6279
- background-color: white;
6280
- color: #0a0a0a;
6279
+ background-color: hsl(0deg, 0%, 100%);
6280
+ color: hsl(0deg, 0%, 4%);
6281
6281
  }
6282
6282
  .notification.is-black {
6283
- background-color: #0a0a0a;
6284
- color: white;
6283
+ background-color: hsl(0deg, 0%, 4%);
6284
+ color: hsl(0deg, 0%, 100%);
6285
6285
  }
6286
6286
  .notification.is-light {
6287
- background-color: whitesmoke;
6287
+ background-color: hsl(0deg, 0%, 96%);
6288
6288
  color: rgba(0, 0, 0, 0.7);
6289
6289
  }
6290
6290
  .notification.is-dark {
6291
- background-color: #363636;
6291
+ background-color: hsl(0deg, 0%, 21%);
6292
6292
  color: #fff;
6293
6293
  }
6294
6294
  .notification.is-primary {
@@ -6300,7 +6300,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6300
6300
  color: #437c93;
6301
6301
  }
6302
6302
  .notification.is-link {
6303
- background-color: #485fc7;
6303
+ background-color: hsl(229deg, 53%, 53%);
6304
6304
  color: #fff;
6305
6305
  }
6306
6306
  .notification.is-link.is-light {
@@ -6308,7 +6308,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6308
6308
  color: #3850b7;
6309
6309
  }
6310
6310
  .notification.is-info {
6311
- background-color: #3e8ed0;
6311
+ background-color: hsl(207deg, 61%, 53%);
6312
6312
  color: #fff;
6313
6313
  }
6314
6314
  .notification.is-info.is-light {
@@ -6332,7 +6332,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6332
6332
  color: #c25400;
6333
6333
  }
6334
6334
  .notification.is-danger {
6335
- background-color: #f14668;
6335
+ background-color: hsl(348deg, 86%, 61%);
6336
6336
  color: #fff;
6337
6337
  }
6338
6338
  .notification.is-danger.is-light {
@@ -6358,7 +6358,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6358
6358
  .content h4,
6359
6359
  .content h5,
6360
6360
  .content h6 {
6361
- color: #363636;
6361
+ color: hsl(0deg, 0%, 21%);
6362
6362
  font-weight: 600;
6363
6363
  line-height: 1.125;
6364
6364
  }
@@ -6396,8 +6396,8 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6396
6396
  margin-bottom: 1em;
6397
6397
  }
6398
6398
  .content blockquote {
6399
- background-color: whitesmoke;
6400
- border-left: 5px solid #dbdbdb;
6399
+ background-color: hsl(0deg, 0%, 96%);
6400
+ border-left: 5px solid hsl(0deg, 0%, 86%);
6401
6401
  padding: 1.25em 1.5em;
6402
6402
  }
6403
6403
  .content ol {
@@ -6468,13 +6468,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6468
6468
  }
6469
6469
  .content table td,
6470
6470
  .content table th {
6471
- border: 1px solid #dbdbdb;
6471
+ border: 1px solid hsl(0deg, 0%, 86%);
6472
6472
  border-width: 0 0 1px;
6473
6473
  padding: 0.5em 0.75em;
6474
6474
  vertical-align: top;
6475
6475
  }
6476
6476
  .content table th {
6477
- color: #363636;
6477
+ color: hsl(0deg, 0%, 21%);
6478
6478
  }
6479
6479
  .content table th:not([align]) {
6480
6480
  text-align: inherit;
@@ -6482,12 +6482,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6482
6482
  .content table thead td,
6483
6483
  .content table thead th {
6484
6484
  border-width: 0 0 2px;
6485
- color: #363636;
6485
+ color: hsl(0deg, 0%, 21%);
6486
6486
  }
6487
6487
  .content table tfoot td,
6488
6488
  .content table tfoot th {
6489
6489
  border-width: 2px 0 0;
6490
- color: #363636;
6490
+ color: hsl(0deg, 0%, 21%);
6491
6491
  }
6492
6492
  .content table tbody tr:last-child td,
6493
6493
  .content table tbody tr:last-child th {
@@ -6632,7 +6632,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6632
6632
  }
6633
6633
 
6634
6634
  .modal-background, .modal-background-faded {
6635
- background-color: #dbdbdb;
6635
+ background-color: hsl(0deg, 0%, 86%);
6636
6636
  }
6637
6637
 
6638
6638
  .modal-content,
@@ -6672,7 +6672,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6672
6672
  .modal-card-head,
6673
6673
  .modal-card-foot {
6674
6674
  align-items: center;
6675
- background-color: white;
6675
+ background-color: hsl(0deg, 0%, 100%);
6676
6676
  display: flex;
6677
6677
  flex-shrink: 0;
6678
6678
  justify-content: flex-start;
@@ -6687,7 +6687,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6687
6687
  }
6688
6688
 
6689
6689
  .modal-card-title {
6690
- color: #363636;
6690
+ color: hsl(0deg, 0%, 21%);
6691
6691
  flex-grow: 1;
6692
6692
  flex-shrink: 0;
6693
6693
  font-size: 1.5rem;
@@ -6705,7 +6705,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6705
6705
 
6706
6706
  .modal-card-body {
6707
6707
  -webkit-overflow-scrolling: touch;
6708
- background-color: white;
6708
+ background-color: hsl(0deg, 0%, 100%);
6709
6709
  flex-grow: 1;
6710
6710
  flex-shrink: 1;
6711
6711
  overflow: auto;
@@ -6713,10 +6713,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6713
6713
  }
6714
6714
 
6715
6715
  .card {
6716
- background-color: white;
6716
+ background-color: hsl(0deg, 0%, 100%);
6717
6717
  border-radius: 0.25rem;
6718
6718
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
6719
- color: #4a4a4a;
6719
+ color: hsl(0deg, 0%, 29%);
6720
6720
  max-width: 100%;
6721
6721
  position: relative;
6722
6722
  }
@@ -6739,7 +6739,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6739
6739
 
6740
6740
  .card-header-title {
6741
6741
  align-items: center;
6742
- color: #363636;
6742
+ color: hsl(0deg, 0%, 21%);
6743
6743
  display: flex;
6744
6744
  flex-grow: 1;
6745
6745
  font-weight: 700;
@@ -6787,7 +6787,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6787
6787
 
6788
6788
  .card-footer {
6789
6789
  background-color: transparent;
6790
- border-top: 1px solid #ededed;
6790
+ border-top: 1px solid hsl(0deg, 0%, 93%);
6791
6791
  align-items: stretch;
6792
6792
  display: flex;
6793
6793
  }
@@ -6802,7 +6802,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6802
6802
  padding: 0.75rem;
6803
6803
  }
6804
6804
  .card-footer-item:not(:last-child) {
6805
- border-right: 1px solid #ededed;
6805
+ border-right: 1px solid hsl(0deg, 0%, 93%);
6806
6806
  }
6807
6807
 
6808
6808
  .card .media:not(:last-child) {
@@ -6839,7 +6839,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6839
6839
  }
6840
6840
 
6841
6841
  .dropdown-content {
6842
- background-color: white;
6842
+ background-color: hsl(0deg, 0%, 100%);
6843
6843
  border-radius: 4px;
6844
6844
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
6845
6845
  padding-bottom: 0.5rem;
@@ -6847,7 +6847,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6847
6847
  }
6848
6848
 
6849
6849
  .dropdown-item {
6850
- color: #4a4a4a;
6850
+ color: hsl(0deg, 0%, 29%);
6851
6851
  display: block;
6852
6852
  font-size: 0.875rem;
6853
6853
  line-height: 1.5;
@@ -6864,17 +6864,17 @@ button.dropdown-item {
6864
6864
  }
6865
6865
  a.dropdown-item:hover,
6866
6866
  button.dropdown-item:hover {
6867
- background-color: whitesmoke;
6868
- color: #0a0a0a;
6867
+ background-color: hsl(0deg, 0%, 96%);
6868
+ color: hsl(0deg, 0%, 4%);
6869
6869
  }
6870
6870
  a.dropdown-item.is-active,
6871
6871
  button.dropdown-item.is-active {
6872
- background-color: #485fc7;
6872
+ background-color: hsl(229deg, 53%, 53%);
6873
6873
  color: #fff;
6874
6874
  }
6875
6875
 
6876
6876
  .dropdown-divider {
6877
- background-color: #ededed;
6877
+ background-color: hsl(0deg, 0%, 93%);
6878
6878
  border: none;
6879
6879
  display: block;
6880
6880
  height: 1px;
@@ -6907,18 +6907,18 @@ button.dropdown-item.is-active {
6907
6907
  position: absolute;
6908
6908
  }
6909
6909
  .steps .step-item::before {
6910
- background: linear-gradient(to left, #dbdbdb 50%, #4c8da7 50%);
6910
+ background: linear-gradient(to left, hsl(0deg, 0%, 86%) 50%, #4c8da7 50%);
6911
6911
  background-size: 200% 100%;
6912
6912
  background-position: right bottom;
6913
6913
  }
6914
6914
  .steps .step-item::before .step-marker {
6915
- color: white;
6915
+ color: hsl(0deg, 0%, 100%);
6916
6916
  }
6917
6917
  .steps .step-item.is-active::before {
6918
6918
  background-position: left bottom;
6919
6919
  }
6920
6920
  .steps .step-item.is-active .step-marker {
6921
- background-color: white;
6921
+ background-color: hsl(0deg, 0%, 100%);
6922
6922
  border-color: #4c8da7;
6923
6923
  color: #4c8da7;
6924
6924
  }
@@ -6926,7 +6926,7 @@ button.dropdown-item.is-active {
6926
6926
  background-position: left bottom;
6927
6927
  }
6928
6928
  .steps .step-item.is-completed .step-marker {
6929
- color: white;
6929
+ color: hsl(0deg, 0%, 100%);
6930
6930
  background-color: #4c8da7;
6931
6931
  }
6932
6932
  .steps .step-item .step-marker {
@@ -6935,8 +6935,8 @@ button.dropdown-item.is-active {
6935
6935
  border-radius: 50%;
6936
6936
  font-weight: 700;
6937
6937
  justify-content: center;
6938
- background: #b5b5b5;
6939
- color: white;
6938
+ background: hsl(0deg, 0%, 71%);
6939
+ color: hsl(0deg, 0%, 100%);
6940
6940
  border: 0.2em solid #fff;
6941
6941
  z-index: 1;
6942
6942
  }
@@ -6944,7 +6944,7 @@ button.dropdown-item.is-active {
6944
6944
  text-align: center;
6945
6945
  }
6946
6946
  .steps .step-item.is-white::before {
6947
- background: linear-gradient(to left, #dbdbdb 50%, white 50%);
6947
+ background: linear-gradient(to left, hsl(0deg, 0%, 86%) 50%, hsl(0deg, 0%, 100%) 50%);
6948
6948
  background-size: 200% 100%;
6949
6949
  background-position: right bottom;
6950
6950
  }
@@ -6952,19 +6952,19 @@ button.dropdown-item.is-active {
6952
6952
  background-position: left bottom;
6953
6953
  }
6954
6954
  .steps .step-item.is-white.is-active .step-marker {
6955
- background-color: white;
6956
- border-color: white;
6957
- color: white;
6955
+ background-color: hsl(0deg, 0%, 100%);
6956
+ border-color: hsl(0deg, 0%, 100%);
6957
+ color: hsl(0deg, 0%, 100%);
6958
6958
  }
6959
6959
  .steps .step-item.is-white.is-completed::before {
6960
6960
  background-position: left bottom;
6961
6961
  }
6962
6962
  .steps .step-item.is-white.is-completed .step-marker {
6963
- color: #0a0a0a;
6964
- background-color: white;
6963
+ color: hsl(0deg, 0%, 4%);
6964
+ background-color: hsl(0deg, 0%, 100%);
6965
6965
  }
6966
6966
  .steps .step-item.is-black::before {
6967
- background: linear-gradient(to left, #dbdbdb 50%, #0a0a0a 50%);
6967
+ background: linear-gradient(to left, hsl(0deg, 0%, 86%) 50%, hsl(0deg, 0%, 4%) 50%);
6968
6968
  background-size: 200% 100%;
6969
6969
  background-position: right bottom;
6970
6970
  }
@@ -6972,19 +6972,19 @@ button.dropdown-item.is-active {
6972
6972
  background-position: left bottom;
6973
6973
  }
6974
6974
  .steps .step-item.is-black.is-active .step-marker {
6975
- background-color: white;
6976
- border-color: #0a0a0a;
6977
- color: #0a0a0a;
6975
+ background-color: hsl(0deg, 0%, 100%);
6976
+ border-color: hsl(0deg, 0%, 4%);
6977
+ color: hsl(0deg, 0%, 4%);
6978
6978
  }
6979
6979
  .steps .step-item.is-black.is-completed::before {
6980
6980
  background-position: left bottom;
6981
6981
  }
6982
6982
  .steps .step-item.is-black.is-completed .step-marker {
6983
- color: white;
6984
- background-color: #0a0a0a;
6983
+ color: hsl(0deg, 0%, 100%);
6984
+ background-color: hsl(0deg, 0%, 4%);
6985
6985
  }
6986
6986
  .steps .step-item.is-light::before {
6987
- background: linear-gradient(to left, #dbdbdb 50%, whitesmoke 50%);
6987
+ background: linear-gradient(to left, hsl(0deg, 0%, 86%) 50%, hsl(0deg, 0%, 96%) 50%);
6988
6988
  background-size: 200% 100%;
6989
6989
  background-position: right bottom;
6990
6990
  }
@@ -6992,19 +6992,19 @@ button.dropdown-item.is-active {
6992
6992
  background-position: left bottom;
6993
6993
  }
6994
6994
  .steps .step-item.is-light.is-active .step-marker {
6995
- background-color: white;
6996
- border-color: whitesmoke;
6997
- color: whitesmoke;
6995
+ background-color: hsl(0deg, 0%, 100%);
6996
+ border-color: hsl(0deg, 0%, 96%);
6997
+ color: hsl(0deg, 0%, 96%);
6998
6998
  }
6999
6999
  .steps .step-item.is-light.is-completed::before {
7000
7000
  background-position: left bottom;
7001
7001
  }
7002
7002
  .steps .step-item.is-light.is-completed .step-marker {
7003
7003
  color: rgba(0, 0, 0, 0.7);
7004
- background-color: whitesmoke;
7004
+ background-color: hsl(0deg, 0%, 96%);
7005
7005
  }
7006
7006
  .steps .step-item.is-dark::before {
7007
- background: linear-gradient(to left, #dbdbdb 50%, #363636 50%);
7007
+ background: linear-gradient(to left, hsl(0deg, 0%, 86%) 50%, hsl(0deg, 0%, 21%) 50%);
7008
7008
  background-size: 200% 100%;
7009
7009
  background-position: right bottom;
7010
7010
  }
@@ -7012,19 +7012,19 @@ button.dropdown-item.is-active {
7012
7012
  background-position: left bottom;
7013
7013
  }
7014
7014
  .steps .step-item.is-dark.is-active .step-marker {
7015
- background-color: white;
7016
- border-color: #363636;
7017
- color: #363636;
7015
+ background-color: hsl(0deg, 0%, 100%);
7016
+ border-color: hsl(0deg, 0%, 21%);
7017
+ color: hsl(0deg, 0%, 21%);
7018
7018
  }
7019
7019
  .steps .step-item.is-dark.is-completed::before {
7020
7020
  background-position: left bottom;
7021
7021
  }
7022
7022
  .steps .step-item.is-dark.is-completed .step-marker {
7023
7023
  color: #fff;
7024
- background-color: #363636;
7024
+ background-color: hsl(0deg, 0%, 21%);
7025
7025
  }
7026
7026
  .steps .step-item.is-primary::before {
7027
- background: linear-gradient(to left, #dbdbdb 50%, #4c8da7 50%);
7027
+ background: linear-gradient(to left, hsl(0deg, 0%, 86%) 50%, #4c8da7 50%);
7028
7028
  background-size: 200% 100%;
7029
7029
  background-position: right bottom;
7030
7030
  }
@@ -7032,7 +7032,7 @@ button.dropdown-item.is-active {
7032
7032
  background-position: left bottom;
7033
7033
  }
7034
7034
  .steps .step-item.is-primary.is-active .step-marker {
7035
- background-color: white;
7035
+ background-color: hsl(0deg, 0%, 100%);
7036
7036
  border-color: #4c8da7;
7037
7037
  color: #4c8da7;
7038
7038
  }
@@ -7044,7 +7044,7 @@ button.dropdown-item.is-active {
7044
7044
  background-color: #4c8da7;
7045
7045
  }
7046
7046
  .steps .step-item.is-link::before {
7047
- background: linear-gradient(to left, #dbdbdb 50%, #485fc7 50%);
7047
+ background: linear-gradient(to left, hsl(0deg, 0%, 86%) 50%, hsl(229deg, 53%, 53%) 50%);
7048
7048
  background-size: 200% 100%;
7049
7049
  background-position: right bottom;
7050
7050
  }
@@ -7052,19 +7052,19 @@ button.dropdown-item.is-active {
7052
7052
  background-position: left bottom;
7053
7053
  }
7054
7054
  .steps .step-item.is-link.is-active .step-marker {
7055
- background-color: white;
7056
- border-color: #485fc7;
7057
- color: #485fc7;
7055
+ background-color: hsl(0deg, 0%, 100%);
7056
+ border-color: hsl(229deg, 53%, 53%);
7057
+ color: hsl(229deg, 53%, 53%);
7058
7058
  }
7059
7059
  .steps .step-item.is-link.is-completed::before {
7060
7060
  background-position: left bottom;
7061
7061
  }
7062
7062
  .steps .step-item.is-link.is-completed .step-marker {
7063
7063
  color: #fff;
7064
- background-color: #485fc7;
7064
+ background-color: hsl(229deg, 53%, 53%);
7065
7065
  }
7066
7066
  .steps .step-item.is-info::before {
7067
- background: linear-gradient(to left, #dbdbdb 50%, #3e8ed0 50%);
7067
+ background: linear-gradient(to left, hsl(0deg, 0%, 86%) 50%, hsl(207deg, 61%, 53%) 50%);
7068
7068
  background-size: 200% 100%;
7069
7069
  background-position: right bottom;
7070
7070
  }
@@ -7072,19 +7072,19 @@ button.dropdown-item.is-active {
7072
7072
  background-position: left bottom;
7073
7073
  }
7074
7074
  .steps .step-item.is-info.is-active .step-marker {
7075
- background-color: white;
7076
- border-color: #3e8ed0;
7077
- color: #3e8ed0;
7075
+ background-color: hsl(0deg, 0%, 100%);
7076
+ border-color: hsl(207deg, 61%, 53%);
7077
+ color: hsl(207deg, 61%, 53%);
7078
7078
  }
7079
7079
  .steps .step-item.is-info.is-completed::before {
7080
7080
  background-position: left bottom;
7081
7081
  }
7082
7082
  .steps .step-item.is-info.is-completed .step-marker {
7083
7083
  color: #fff;
7084
- background-color: #3e8ed0;
7084
+ background-color: hsl(207deg, 61%, 53%);
7085
7085
  }
7086
7086
  .steps .step-item.is-success::before {
7087
- background: linear-gradient(to left, #dbdbdb 50%, #4caf50 50%);
7087
+ background: linear-gradient(to left, hsl(0deg, 0%, 86%) 50%, #4caf50 50%);
7088
7088
  background-size: 200% 100%;
7089
7089
  background-position: right bottom;
7090
7090
  }
@@ -7092,7 +7092,7 @@ button.dropdown-item.is-active {
7092
7092
  background-position: left bottom;
7093
7093
  }
7094
7094
  .steps .step-item.is-success.is-active .step-marker {
7095
- background-color: white;
7095
+ background-color: hsl(0deg, 0%, 100%);
7096
7096
  border-color: #4caf50;
7097
7097
  color: #4caf50;
7098
7098
  }
@@ -7104,7 +7104,7 @@ button.dropdown-item.is-active {
7104
7104
  background-color: #4caf50;
7105
7105
  }
7106
7106
  .steps .step-item.is-warning::before {
7107
- background: linear-gradient(to left, #dbdbdb 50%, #ff6f00 50%);
7107
+ background: linear-gradient(to left, hsl(0deg, 0%, 86%) 50%, #ff6f00 50%);
7108
7108
  background-size: 200% 100%;
7109
7109
  background-position: right bottom;
7110
7110
  }
@@ -7112,7 +7112,7 @@ button.dropdown-item.is-active {
7112
7112
  background-position: left bottom;
7113
7113
  }
7114
7114
  .steps .step-item.is-warning.is-active .step-marker {
7115
- background-color: white;
7115
+ background-color: hsl(0deg, 0%, 100%);
7116
7116
  border-color: #ff6f00;
7117
7117
  color: #ff6f00;
7118
7118
  }
@@ -7124,7 +7124,7 @@ button.dropdown-item.is-active {
7124
7124
  background-color: #ff6f00;
7125
7125
  }
7126
7126
  .steps .step-item.is-danger::before {
7127
- background: linear-gradient(to left, #dbdbdb 50%, #f14668 50%);
7127
+ background: linear-gradient(to left, hsl(0deg, 0%, 86%) 50%, hsl(348deg, 86%, 61%) 50%);
7128
7128
  background-size: 200% 100%;
7129
7129
  background-position: right bottom;
7130
7130
  }
@@ -7132,16 +7132,16 @@ button.dropdown-item.is-active {
7132
7132
  background-position: left bottom;
7133
7133
  }
7134
7134
  .steps .step-item.is-danger.is-active .step-marker {
7135
- background-color: white;
7136
- border-color: #f14668;
7137
- color: #f14668;
7135
+ background-color: hsl(0deg, 0%, 100%);
7136
+ border-color: hsl(348deg, 86%, 61%);
7137
+ color: hsl(348deg, 86%, 61%);
7138
7138
  }
7139
7139
  .steps .step-item.is-danger.is-completed::before {
7140
7140
  background-position: left bottom;
7141
7141
  }
7142
7142
  .steps .step-item.is-danger.is-completed .step-marker {
7143
7143
  color: #fff;
7144
- background-color: #f14668;
7144
+ background-color: hsl(348deg, 86%, 61%);
7145
7145
  }
7146
7146
  .steps .steps-content {
7147
7147
  align-items: stretch;
@@ -7315,7 +7315,7 @@ input[type=range].slider:not([orient=vertical])::-ms-track {
7315
7315
  }
7316
7316
  input[type=range].slider:not([orient=vertical]).has-output + output, input[type=range].slider:not([orient=vertical]).has-output-tooltip + output {
7317
7317
  width: 3rem;
7318
- background: #4a4a4a;
7318
+ background: hsl(0deg, 0%, 29%);
7319
7319
  border-radius: 4px;
7320
7320
  padding: 0.4rem 0.8rem;
7321
7321
  font-size: 0.75rem;
@@ -7323,7 +7323,7 @@ input[type=range].slider:not([orient=vertical]).has-output + output, input[type=
7323
7323
  text-align: center;
7324
7324
  text-overflow: ellipsis;
7325
7325
  white-space: nowrap;
7326
- color: white;
7326
+ color: hsl(0deg, 0%, 100%);
7327
7327
  overflow: hidden;
7328
7328
  pointer-events: none;
7329
7329
  z-index: 200;
@@ -7365,33 +7365,33 @@ input[type=range].slider[orient=vertical]::-ms-track {
7365
7365
  input[type=range].slider::-webkit-slider-runnable-track {
7366
7366
  cursor: pointer;
7367
7367
  animate: 0.2s;
7368
- box-shadow: 0px 0px 0px #7a7a7a;
7369
- background: #dbdbdb;
7368
+ box-shadow: 0px 0px 0px hsl(0deg, 0%, 48%);
7369
+ background: hsl(0deg, 0%, 86%);
7370
7370
  border-radius: 4px;
7371
- border: 0px solid #7a7a7a;
7371
+ border: 0px solid hsl(0deg, 0%, 48%);
7372
7372
  }
7373
7373
  input[type=range].slider::-moz-range-track {
7374
7374
  cursor: pointer;
7375
7375
  animate: 0.2s;
7376
- box-shadow: 0px 0px 0px #7a7a7a;
7377
- background: #dbdbdb;
7376
+ box-shadow: 0px 0px 0px hsl(0deg, 0%, 48%);
7377
+ background: hsl(0deg, 0%, 86%);
7378
7378
  border-radius: 4px;
7379
- border: 0px solid #7a7a7a;
7379
+ border: 0px solid hsl(0deg, 0%, 48%);
7380
7380
  }
7381
7381
  input[type=range].slider::-ms-track {
7382
7382
  cursor: pointer;
7383
7383
  animate: 0.2s;
7384
- box-shadow: 0px 0px 0px #7a7a7a;
7385
- background: #dbdbdb;
7384
+ box-shadow: 0px 0px 0px hsl(0deg, 0%, 48%);
7385
+ background: hsl(0deg, 0%, 86%);
7386
7386
  border-radius: 4px;
7387
- border: 0px solid #7a7a7a;
7387
+ border: 0px solid hsl(0deg, 0%, 48%);
7388
7388
  }
7389
7389
  input[type=range].slider::-ms-fill-lower {
7390
- background: #dbdbdb;
7390
+ background: hsl(0deg, 0%, 86%);
7391
7391
  border-radius: 4px;
7392
7392
  }
7393
7393
  input[type=range].slider::-ms-fill-upper {
7394
- background: #dbdbdb;
7394
+ background: hsl(0deg, 0%, 86%);
7395
7395
  border-radius: 4px;
7396
7396
  }
7397
7397
  input[type=range].slider::-webkit-slider-thumb {
@@ -7625,83 +7625,83 @@ input[type=range].slider.is-large[orient=vertical]::-webkit-slider-thumb {
7625
7625
  margin-left: -0.375rem;
7626
7626
  }
7627
7627
  input[type=range].slider.is-white::-moz-range-track {
7628
- background: white !important;
7628
+ background: hsl(0deg, 0%, 100%) !important;
7629
7629
  }
7630
7630
  input[type=range].slider.is-white::-webkit-slider-runnable-track {
7631
- background: white !important;
7631
+ background: hsl(0deg, 0%, 100%) !important;
7632
7632
  }
7633
7633
  input[type=range].slider.is-white::-ms-track {
7634
- background: white !important;
7634
+ background: hsl(0deg, 0%, 100%) !important;
7635
7635
  }
7636
7636
  input[type=range].slider.is-white::-ms-fill-lower {
7637
- background: white;
7637
+ background: hsl(0deg, 0%, 100%);
7638
7638
  }
7639
7639
  input[type=range].slider.is-white::-ms-fill-upper {
7640
- background: white;
7640
+ background: hsl(0deg, 0%, 100%);
7641
7641
  }
7642
7642
  input[type=range].slider.is-white.has-output + output,
7643
7643
  input[type=range].slider.is-white .has-output-tooltip + output {
7644
- background-color: white;
7645
- color: #0a0a0a;
7644
+ background-color: hsl(0deg, 0%, 100%);
7645
+ color: hsl(0deg, 0%, 4%);
7646
7646
  }
7647
7647
  input[type=range].slider.is-black::-moz-range-track {
7648
- background: #0a0a0a !important;
7648
+ background: hsl(0deg, 0%, 4%) !important;
7649
7649
  }
7650
7650
  input[type=range].slider.is-black::-webkit-slider-runnable-track {
7651
- background: #0a0a0a !important;
7651
+ background: hsl(0deg, 0%, 4%) !important;
7652
7652
  }
7653
7653
  input[type=range].slider.is-black::-ms-track {
7654
- background: #0a0a0a !important;
7654
+ background: hsl(0deg, 0%, 4%) !important;
7655
7655
  }
7656
7656
  input[type=range].slider.is-black::-ms-fill-lower {
7657
- background: #0a0a0a;
7657
+ background: hsl(0deg, 0%, 4%);
7658
7658
  }
7659
7659
  input[type=range].slider.is-black::-ms-fill-upper {
7660
- background: #0a0a0a;
7660
+ background: hsl(0deg, 0%, 4%);
7661
7661
  }
7662
7662
  input[type=range].slider.is-black.has-output + output,
7663
7663
  input[type=range].slider.is-black .has-output-tooltip + output {
7664
- background-color: #0a0a0a;
7665
- color: white;
7664
+ background-color: hsl(0deg, 0%, 4%);
7665
+ color: hsl(0deg, 0%, 100%);
7666
7666
  }
7667
7667
  input[type=range].slider.is-light::-moz-range-track {
7668
- background: whitesmoke !important;
7668
+ background: hsl(0deg, 0%, 96%) !important;
7669
7669
  }
7670
7670
  input[type=range].slider.is-light::-webkit-slider-runnable-track {
7671
- background: whitesmoke !important;
7671
+ background: hsl(0deg, 0%, 96%) !important;
7672
7672
  }
7673
7673
  input[type=range].slider.is-light::-ms-track {
7674
- background: whitesmoke !important;
7674
+ background: hsl(0deg, 0%, 96%) !important;
7675
7675
  }
7676
7676
  input[type=range].slider.is-light::-ms-fill-lower {
7677
- background: whitesmoke;
7677
+ background: hsl(0deg, 0%, 96%);
7678
7678
  }
7679
7679
  input[type=range].slider.is-light::-ms-fill-upper {
7680
- background: whitesmoke;
7680
+ background: hsl(0deg, 0%, 96%);
7681
7681
  }
7682
7682
  input[type=range].slider.is-light.has-output + output,
7683
7683
  input[type=range].slider.is-light .has-output-tooltip + output {
7684
- background-color: whitesmoke;
7684
+ background-color: hsl(0deg, 0%, 96%);
7685
7685
  color: rgba(0, 0, 0, 0.7);
7686
7686
  }
7687
7687
  input[type=range].slider.is-dark::-moz-range-track {
7688
- background: #363636 !important;
7688
+ background: hsl(0deg, 0%, 21%) !important;
7689
7689
  }
7690
7690
  input[type=range].slider.is-dark::-webkit-slider-runnable-track {
7691
- background: #363636 !important;
7691
+ background: hsl(0deg, 0%, 21%) !important;
7692
7692
  }
7693
7693
  input[type=range].slider.is-dark::-ms-track {
7694
- background: #363636 !important;
7694
+ background: hsl(0deg, 0%, 21%) !important;
7695
7695
  }
7696
7696
  input[type=range].slider.is-dark::-ms-fill-lower {
7697
- background: #363636;
7697
+ background: hsl(0deg, 0%, 21%);
7698
7698
  }
7699
7699
  input[type=range].slider.is-dark::-ms-fill-upper {
7700
- background: #363636;
7700
+ background: hsl(0deg, 0%, 21%);
7701
7701
  }
7702
7702
  input[type=range].slider.is-dark.has-output + output,
7703
7703
  input[type=range].slider.is-dark .has-output-tooltip + output {
7704
- background-color: #363636;
7704
+ background-color: hsl(0deg, 0%, 21%);
7705
7705
  color: #fff;
7706
7706
  }
7707
7707
  input[type=range].slider.is-primary::-moz-range-track {
@@ -7725,43 +7725,43 @@ input[type=range].slider.is-primary .has-output-tooltip + output {
7725
7725
  color: #fff;
7726
7726
  }
7727
7727
  input[type=range].slider.is-link::-moz-range-track {
7728
- background: #485fc7 !important;
7728
+ background: hsl(229deg, 53%, 53%) !important;
7729
7729
  }
7730
7730
  input[type=range].slider.is-link::-webkit-slider-runnable-track {
7731
- background: #485fc7 !important;
7731
+ background: hsl(229deg, 53%, 53%) !important;
7732
7732
  }
7733
7733
  input[type=range].slider.is-link::-ms-track {
7734
- background: #485fc7 !important;
7734
+ background: hsl(229deg, 53%, 53%) !important;
7735
7735
  }
7736
7736
  input[type=range].slider.is-link::-ms-fill-lower {
7737
- background: #485fc7;
7737
+ background: hsl(229deg, 53%, 53%);
7738
7738
  }
7739
7739
  input[type=range].slider.is-link::-ms-fill-upper {
7740
- background: #485fc7;
7740
+ background: hsl(229deg, 53%, 53%);
7741
7741
  }
7742
7742
  input[type=range].slider.is-link.has-output + output,
7743
7743
  input[type=range].slider.is-link .has-output-tooltip + output {
7744
- background-color: #485fc7;
7744
+ background-color: hsl(229deg, 53%, 53%);
7745
7745
  color: #fff;
7746
7746
  }
7747
7747
  input[type=range].slider.is-info::-moz-range-track {
7748
- background: #3e8ed0 !important;
7748
+ background: hsl(207deg, 61%, 53%) !important;
7749
7749
  }
7750
7750
  input[type=range].slider.is-info::-webkit-slider-runnable-track {
7751
- background: #3e8ed0 !important;
7751
+ background: hsl(207deg, 61%, 53%) !important;
7752
7752
  }
7753
7753
  input[type=range].slider.is-info::-ms-track {
7754
- background: #3e8ed0 !important;
7754
+ background: hsl(207deg, 61%, 53%) !important;
7755
7755
  }
7756
7756
  input[type=range].slider.is-info::-ms-fill-lower {
7757
- background: #3e8ed0;
7757
+ background: hsl(207deg, 61%, 53%);
7758
7758
  }
7759
7759
  input[type=range].slider.is-info::-ms-fill-upper {
7760
- background: #3e8ed0;
7760
+ background: hsl(207deg, 61%, 53%);
7761
7761
  }
7762
7762
  input[type=range].slider.is-info.has-output + output,
7763
7763
  input[type=range].slider.is-info .has-output-tooltip + output {
7764
- background-color: #3e8ed0;
7764
+ background-color: hsl(207deg, 61%, 53%);
7765
7765
  color: #fff;
7766
7766
  }
7767
7767
  input[type=range].slider.is-success::-moz-range-track {
@@ -7805,30 +7805,30 @@ input[type=range].slider.is-warning .has-output-tooltip + output {
7805
7805
  color: #fff;
7806
7806
  }
7807
7807
  input[type=range].slider.is-danger::-moz-range-track {
7808
- background: #f14668 !important;
7808
+ background: hsl(348deg, 86%, 61%) !important;
7809
7809
  }
7810
7810
  input[type=range].slider.is-danger::-webkit-slider-runnable-track {
7811
- background: #f14668 !important;
7811
+ background: hsl(348deg, 86%, 61%) !important;
7812
7812
  }
7813
7813
  input[type=range].slider.is-danger::-ms-track {
7814
- background: #f14668 !important;
7814
+ background: hsl(348deg, 86%, 61%) !important;
7815
7815
  }
7816
7816
  input[type=range].slider.is-danger::-ms-fill-lower {
7817
- background: #f14668;
7817
+ background: hsl(348deg, 86%, 61%);
7818
7818
  }
7819
7819
  input[type=range].slider.is-danger::-ms-fill-upper {
7820
- background: #f14668;
7820
+ background: hsl(348deg, 86%, 61%);
7821
7821
  }
7822
7822
  input[type=range].slider.is-danger.has-output + output,
7823
7823
  input[type=range].slider.is-danger .has-output-tooltip + output {
7824
- background-color: #f14668;
7824
+ background-color: hsl(348deg, 86%, 61%);
7825
7825
  color: #fff;
7826
7826
  }
7827
7827
 
7828
7828
  .on-loading {
7829
7829
  margin: auto;
7830
7830
  border-style: solid;
7831
- border-color: #dbdbdb;
7831
+ border-color: hsl(0deg, 0%, 86%);
7832
7832
  border-top-color: #4c8da7;
7833
7833
  border-radius: 50%;
7834
7834
  -webkit-animation: spin 0.75s linear infinite;
@@ -8102,7 +8102,7 @@ button on-loading {
8102
8102
  max-height: 1024px;
8103
8103
  max-width: 1024px;
8104
8104
  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);
8105
- background: white;
8105
+ background: hsl(0deg, 0%, 100%);
8106
8106
  display: flex;
8107
8107
  flex-direction: column;
8108
8108
  }
@@ -8112,11 +8112,11 @@ button on-loading {
8112
8112
  display: flex;
8113
8113
  align-items: center;
8114
8114
  justify-content: center;
8115
- background: whitesmoke;
8115
+ background: hsl(0deg, 0%, 96%);
8116
8116
  }
8117
8117
 
8118
8118
  .ob-annotation__signature-pad {
8119
- background: white;
8119
+ background: hsl(0deg, 0%, 100%);
8120
8120
  }
8121
8121
 
8122
8122
  .ob-annotation__buttons {
@@ -8135,7 +8135,7 @@ button on-loading {
8135
8135
 
8136
8136
  .ob-annotation__buttons-colours {
8137
8137
  height: calc(0.5rem * 2 + 60px);
8138
- background: white;
8138
+ background: hsl(0deg, 0%, 100%);
8139
8139
  overflow-x: auto;
8140
8140
  overflow-y: hidden;
8141
8141
  }
@@ -8661,10 +8661,10 @@ button on-loading {
8661
8661
  min-width: 0;
8662
8662
  }
8663
8663
  .ob-repeatable-set.odd > .ob-repeatable-set__container {
8664
- background-color: white;
8664
+ background-color: hsl(0deg, 0%, 100%);
8665
8665
  }
8666
8666
  .ob-repeatable-set.even > .ob-repeatable-set__container {
8667
- background-color: #fafafa;
8667
+ background-color: hsl(0deg, 0%, 98%);
8668
8668
  }
8669
8669
 
8670
8670
  .ob-image__content {
@@ -8678,7 +8678,7 @@ button on-loading {
8678
8678
 
8679
8679
  .ob-files__box {
8680
8680
  position: relative;
8681
- background-color: whitesmoke;
8681
+ background-color: hsl(0deg, 0%, 96%);
8682
8682
  height: 100%;
8683
8683
  }
8684
8684
 
@@ -8709,7 +8709,7 @@ button on-loading {
8709
8709
  }
8710
8710
 
8711
8711
  .ob-files__file-name {
8712
- background: #dbdbdb;
8712
+ background: hsl(0deg, 0%, 86%);
8713
8713
  padding: 0.75rem;
8714
8714
  white-space: nowrap;
8715
8715
  display: flex;
@@ -8727,13 +8727,13 @@ button on-loading {
8727
8727
  height: auto;
8728
8728
  border-style: dashed;
8729
8729
  border-width: 3px;
8730
- border-color: #dbdbdb;
8731
- color: #dbdbdb;
8732
- background-color: whitesmoke;
8730
+ border-color: hsl(0deg, 0%, 86%);
8731
+ color: hsl(0deg, 0%, 86%);
8732
+ background-color: hsl(0deg, 0%, 96%);
8733
8733
  }
8734
8734
  .ob-files__add-new-button:active, .ob-files__add-new-button:focus, .ob-files__add-new-button:hover {
8735
- border-color: #b5b5b5;
8736
- color: #b5b5b5;
8735
+ border-color: hsl(0deg, 0%, 71%);
8736
+ color: hsl(0deg, 0%, 71%);
8737
8737
  }
8738
8738
 
8739
8739
  .ob-files__menu-remove-hidden {
@@ -8745,8 +8745,8 @@ button on-loading {
8745
8745
  }
8746
8746
 
8747
8747
  .ob-number__output {
8748
- background-color: #b5b5b5;
8749
- color: white;
8748
+ background-color: hsl(0deg, 0%, 71%);
8749
+ color: hsl(0deg, 0%, 100%);
8750
8750
  text-align: center;
8751
8751
  padding: 0.5rem;
8752
8752
  border-radius: 4px;
@@ -8768,7 +8768,7 @@ button on-loading {
8768
8768
  margin: 0 auto;
8769
8769
  width: 0;
8770
8770
  height: 0;
8771
- border-top: solid 6px #b5b5b5;
8771
+ border-top: solid 6px hsl(0deg, 0%, 71%);
8772
8772
  border-left: solid 6px transparent;
8773
8773
  border-right: solid 6px transparent;
8774
8774
  -webkit-transition: border-top-color 0.2s ease;
@@ -8851,7 +8851,7 @@ button on-loading {
8851
8851
  border-color: transparent;
8852
8852
  }
8853
8853
  .ob-form-container .steps .step-item.is-error .step-marker .material-icons {
8854
- background-color: white;
8854
+ background-color: hsl(0deg, 0%, 100%);
8855
8855
  }
8856
8856
  .ob-form-container .steps .steps-content {
8857
8857
  width: 100%;
@@ -8945,7 +8945,7 @@ button on-loading {
8945
8945
  height: 3rem;
8946
8946
  display: flex;
8947
8947
  align-items: center;
8948
- background-color: whitesmoke;
8948
+ background-color: hsl(0deg, 0%, 96%);
8949
8949
  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);
8950
8950
  -webkit-transition: box-shadow 0.2s ease;
8951
8951
  -moz-transition: box-shadow 0.2s ease;
@@ -8991,7 +8991,7 @@ button on-loading {
8991
8991
  top: 3rem;
8992
8992
  right: 0;
8993
8993
  left: 0;
8994
- background-color: white;
8994
+ background-color: hsl(0deg, 0%, 100%);
8995
8995
  box-shadow: none;
8996
8996
  max-height: 0;
8997
8997
  overflow-y: auto;
@@ -9009,7 +9009,7 @@ button on-loading {
9009
9009
  }
9010
9010
 
9011
9011
  .ob-steps-navigation__background.is-active {
9012
- background-color: #0a0a0a;
9012
+ background-color: hsl(0deg, 0%, 4%);
9013
9013
  opacity: 0.2;
9014
9014
  z-index: 20;
9015
9015
  position: absolute;
@@ -9032,7 +9032,7 @@ button on-loading {
9032
9032
 
9033
9033
  input:not([type=checkbox]):not([type=radio]):disabled,
9034
9034
  textarea:disabled {
9035
- -webkit-text-fill-color: #7a7a7a;
9035
+ -webkit-text-fill-color: hsl(0deg, 0%, 48%);
9036
9036
  -webkit-opacity: 1;
9037
9037
  opacity: 1;
9038
9038
  }
@@ -9145,7 +9145,7 @@ textarea:disabled {
9145
9145
 
9146
9146
  .ob-figure {
9147
9147
  position: relative;
9148
- background-color: whitesmoke;
9148
+ background-color: hsl(0deg, 0%, 96%);
9149
9149
  text-align: center;
9150
9150
  margin-bottom: 0.75rem;
9151
9151
  border-radius: 4px;
@@ -9257,10 +9257,10 @@ textarea:disabled {
9257
9257
  }
9258
9258
 
9259
9259
  .ob-compliance.odd > .ob-compliance__container {
9260
- background-color: white;
9260
+ background-color: hsl(0deg, 0%, 100%);
9261
9261
  }
9262
9262
  .ob-compliance.even > .ob-compliance__container {
9263
- background-color: #fafafa;
9263
+ background-color: hsl(0deg, 0%, 98%);
9264
9264
  }
9265
9265
 
9266
9266
  .ob-compliance__container {
@@ -9295,7 +9295,7 @@ textarea:disabled {
9295
9295
  padding: 1rem 0.5rem;
9296
9296
  }
9297
9297
  .ob-section__header:hover {
9298
- background-color: whitesmoke;
9298
+ background-color: hsl(0deg, 0%, 96%);
9299
9299
  }
9300
9300
 
9301
9301
  .ob-section__header-text {
@@ -9525,6 +9525,10 @@ textarea:disabled {
9525
9525
 
9526
9526
  .flatpickr-months .flatpickr-prev-month,
9527
9527
  .flatpickr-months .flatpickr-next-month {
9528
+ -webkit-user-select: none;
9529
+ -moz-user-select: none;
9530
+ -ms-user-select: none;
9531
+ user-select: none;
9528
9532
  text-decoration: none;
9529
9533
  cursor: pointer;
9530
9534
  position: absolute;