@oneblink/apps-react 5.4.0 → 5.5.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/renderer/FormElementLabelContainer.js +1 -1
- package/dist/components/renderer/FormElementLabelContainer.js.map +1 -1
- package/dist/components/renderer/OneBlinkFormElements.js +1 -1
- package/dist/components/renderer/OneBlinkFormElements.js.map +1 -1
- package/dist/form-elements/FormElementCompliance.d.ts +1 -2
- package/dist/form-elements/FormElementCompliance.js +2 -2
- package/dist/form-elements/FormElementCompliance.js.map +1 -1
- package/dist/styles/compliance.scss +2 -9
- package/dist/styles/list.scss +1 -1
- package/dist/styles/number.scss +2 -2
- package/dist/styles/ob-files.scss +4 -4
- package/dist/styles/repeatable-set.scss +7 -0
- package/dist/styles.css +311 -310
- package/dist/styles.scss +16 -4
- package/package.json +1 -1
package/dist/styles.css
CHANGED
@@ -446,39 +446,39 @@ a.has-text-dark:hover, a.has-text-dark:focus {
|
|
446
446
|
}
|
447
447
|
|
448
448
|
.has-text-primary {
|
449
|
-
color: #
|
449
|
+
color: #407E8C !important;
|
450
450
|
}
|
451
451
|
|
452
452
|
a.has-text-primary:hover, a.has-text-primary:focus {
|
453
|
-
color: #
|
453
|
+
color: #305f69 !important;
|
454
454
|
}
|
455
455
|
|
456
456
|
.has-background-primary {
|
457
|
-
background-color: #
|
457
|
+
background-color: #407E8C !important;
|
458
458
|
}
|
459
459
|
|
460
460
|
.has-text-primary-light {
|
461
|
-
color: #
|
461
|
+
color: #f1f7f9 !important;
|
462
462
|
}
|
463
463
|
|
464
464
|
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
|
465
|
-
color: #
|
465
|
+
color: #cee4e9 !important;
|
466
466
|
}
|
467
467
|
|
468
468
|
.has-background-primary-light {
|
469
|
-
background-color: #
|
469
|
+
background-color: #f1f7f9 !important;
|
470
470
|
}
|
471
471
|
|
472
472
|
.has-text-primary-dark {
|
473
|
-
color: #
|
473
|
+
color: #488e9e !important;
|
474
474
|
}
|
475
475
|
|
476
476
|
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
|
477
|
-
color: #
|
477
|
+
color: #62a7b7 !important;
|
478
478
|
}
|
479
479
|
|
480
480
|
.has-background-primary-dark {
|
481
|
-
background-color: #
|
481
|
+
background-color: #488e9e !important;
|
482
482
|
}
|
483
483
|
|
484
484
|
.has-text-link {
|
@@ -518,15 +518,15 @@ a.has-text-link-dark:hover, a.has-text-link-dark:focus {
|
|
518
518
|
}
|
519
519
|
|
520
520
|
.has-text-info {
|
521
|
-
color:
|
521
|
+
color: #2D7AB9 !important;
|
522
522
|
}
|
523
523
|
|
524
524
|
a.has-text-info:hover, a.has-text-info:focus {
|
525
|
-
color: #
|
525
|
+
color: #235f90 !important;
|
526
526
|
}
|
527
527
|
|
528
528
|
.has-background-info {
|
529
|
-
background-color:
|
529
|
+
background-color: #2D7AB9 !important;
|
530
530
|
}
|
531
531
|
|
532
532
|
.has-text-info-light {
|
@@ -542,27 +542,27 @@ a.has-text-info-light:hover, a.has-text-info-light:focus {
|
|
542
542
|
}
|
543
543
|
|
544
544
|
.has-text-info-dark {
|
545
|
-
color: #
|
545
|
+
color: #2d7ab9 !important;
|
546
546
|
}
|
547
547
|
|
548
548
|
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
|
549
|
-
color: #
|
549
|
+
color: #4693d2 !important;
|
550
550
|
}
|
551
551
|
|
552
552
|
.has-background-info-dark {
|
553
|
-
background-color: #
|
553
|
+
background-color: #2d7ab9 !important;
|
554
554
|
}
|
555
555
|
|
556
556
|
.has-text-success {
|
557
|
-
color: #
|
557
|
+
color: #3A833C !important;
|
558
558
|
}
|
559
559
|
|
560
560
|
a.has-text-success:hover, a.has-text-success:focus {
|
561
|
-
color: #
|
561
|
+
color: #2a602c !important;
|
562
562
|
}
|
563
563
|
|
564
564
|
.has-background-success {
|
565
|
-
background-color: #
|
565
|
+
background-color: #3A833C !important;
|
566
566
|
}
|
567
567
|
|
568
568
|
.has-text-success-light {
|
@@ -570,7 +570,7 @@ a.has-text-success:hover, a.has-text-success:focus {
|
|
570
570
|
}
|
571
571
|
|
572
572
|
a.has-text-success-light:hover, a.has-text-success-light:focus {
|
573
|
-
color: #
|
573
|
+
color: #cee9ce !important;
|
574
574
|
}
|
575
575
|
|
576
576
|
.has-background-success-light {
|
@@ -578,27 +578,27 @@ a.has-text-success-light:hover, a.has-text-success-light:focus {
|
|
578
578
|
}
|
579
579
|
|
580
580
|
.has-text-success-dark {
|
581
|
-
color: #
|
581
|
+
color: #469f49 !important;
|
582
582
|
}
|
583
583
|
|
584
584
|
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
|
585
|
-
color: #
|
585
|
+
color: #60b962 !important;
|
586
586
|
}
|
587
587
|
|
588
588
|
.has-background-success-dark {
|
589
|
-
background-color: #
|
589
|
+
background-color: #469f49 !important;
|
590
590
|
}
|
591
591
|
|
592
592
|
.has-text-warning {
|
593
|
-
color: #
|
593
|
+
color: #B85000 !important;
|
594
594
|
}
|
595
595
|
|
596
596
|
a.has-text-warning:hover, a.has-text-warning:focus {
|
597
|
-
color: #
|
597
|
+
color: #853a00 !important;
|
598
598
|
}
|
599
599
|
|
600
600
|
.has-background-warning {
|
601
|
-
background-color: #
|
601
|
+
background-color: #B85000 !important;
|
602
602
|
}
|
603
603
|
|
604
604
|
.has-text-warning-light {
|
@@ -614,27 +614,27 @@ a.has-text-warning-light:hover, a.has-text-warning-light:focus {
|
|
614
614
|
}
|
615
615
|
|
616
616
|
.has-text-warning-dark {
|
617
|
-
color: #
|
617
|
+
color: #eb6600 !important;
|
618
618
|
}
|
619
619
|
|
620
620
|
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
|
621
|
-
color: #
|
621
|
+
color: #ff801f !important;
|
622
622
|
}
|
623
623
|
|
624
624
|
.has-background-warning-dark {
|
625
|
-
background-color: #
|
625
|
+
background-color: #eb6600 !important;
|
626
626
|
}
|
627
627
|
|
628
628
|
.has-text-danger {
|
629
|
-
color:
|
629
|
+
color: #E8113C !important;
|
630
630
|
}
|
631
631
|
|
632
632
|
a.has-text-danger:hover, a.has-text-danger:focus {
|
633
|
-
color: #
|
633
|
+
color: #b80e30 !important;
|
634
634
|
}
|
635
635
|
|
636
636
|
.has-background-danger {
|
637
|
-
background-color:
|
637
|
+
background-color: #E8113C !important;
|
638
638
|
}
|
639
639
|
|
640
640
|
.has-text-danger-light {
|
@@ -642,7 +642,7 @@ a.has-text-danger:hover, a.has-text-danger:focus {
|
|
642
642
|
}
|
643
643
|
|
644
644
|
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
|
645
|
-
color: #
|
645
|
+
color: #fabcc9 !important;
|
646
646
|
}
|
647
647
|
|
648
648
|
.has-background-danger-light {
|
@@ -650,15 +650,15 @@ a.has-text-danger-light:hover, a.has-text-danger-light:focus {
|
|
650
650
|
}
|
651
651
|
|
652
652
|
.has-text-danger-dark {
|
653
|
-
color: #
|
653
|
+
color: #df103a !important;
|
654
654
|
}
|
655
655
|
|
656
656
|
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
657
|
-
color: #
|
657
|
+
color: #f03359 !important;
|
658
658
|
}
|
659
659
|
|
660
660
|
.has-background-danger-dark {
|
661
|
-
background-color: #
|
661
|
+
background-color: #df103a !important;
|
662
662
|
}
|
663
663
|
|
664
664
|
.has-text-black-bis {
|
@@ -694,11 +694,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
694
694
|
}
|
695
695
|
|
696
696
|
.has-text-grey {
|
697
|
-
color:
|
697
|
+
color: #757575 !important;
|
698
698
|
}
|
699
699
|
|
700
700
|
.has-background-grey {
|
701
|
-
background-color:
|
701
|
+
background-color: #757575 !important;
|
702
702
|
}
|
703
703
|
|
704
704
|
.has-text-grey-light {
|
@@ -3938,19 +3938,19 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
3938
3938
|
background-color: hsl(0, 0%, 96%);
|
3939
3939
|
border-color: hsl(0, 0%, 96%);
|
3940
3940
|
box-shadow: none;
|
3941
|
-
color:
|
3941
|
+
color: #757575;
|
3942
3942
|
}
|
3943
3943
|
.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 {
|
3944
|
-
color: rgba(
|
3944
|
+
color: rgba(117, 117, 117, 0.3);
|
3945
3945
|
}
|
3946
3946
|
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
|
3947
|
-
color: rgba(
|
3947
|
+
color: rgba(117, 117, 117, 0.3);
|
3948
3948
|
}
|
3949
3949
|
.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 {
|
3950
|
-
color: rgba(
|
3950
|
+
color: rgba(117, 117, 117, 0.3);
|
3951
3951
|
}
|
3952
3952
|
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
|
3953
|
-
color: rgba(
|
3953
|
+
color: rgba(117, 117, 117, 0.3);
|
3954
3954
|
}
|
3955
3955
|
|
3956
3956
|
.textarea, .input {
|
@@ -3986,10 +3986,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
3986
3986
|
box-shadow: none rgba(54, 54, 54, 0.25);
|
3987
3987
|
}
|
3988
3988
|
.is-primary.textarea, .is-primary.input {
|
3989
|
-
border-color: #
|
3989
|
+
border-color: #407E8C;
|
3990
3990
|
}
|
3991
3991
|
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
|
3992
|
-
box-shadow: none rgba(
|
3992
|
+
box-shadow: none rgba(64, 126, 140, 0.25);
|
3993
3993
|
}
|
3994
3994
|
.is-link.textarea, .is-link.input {
|
3995
3995
|
border-color: hsl(229, 53%, 53%);
|
@@ -3998,28 +3998,28 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
3998
3998
|
box-shadow: none rgba(72, 95, 199, 0.25);
|
3999
3999
|
}
|
4000
4000
|
.is-info.textarea, .is-info.input {
|
4001
|
-
border-color:
|
4001
|
+
border-color: #2D7AB9;
|
4002
4002
|
}
|
4003
4003
|
.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 {
|
4004
|
-
box-shadow: none rgba(
|
4004
|
+
box-shadow: none rgba(45, 122, 185, 0.25);
|
4005
4005
|
}
|
4006
4006
|
.is-success.textarea, .is-success.input {
|
4007
|
-
border-color: #
|
4007
|
+
border-color: #3A833C;
|
4008
4008
|
}
|
4009
4009
|
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
|
4010
|
-
box-shadow: none rgba(
|
4010
|
+
box-shadow: none rgba(58, 131, 60, 0.25);
|
4011
4011
|
}
|
4012
4012
|
.is-warning.textarea, .is-warning.input {
|
4013
|
-
border-color: #
|
4013
|
+
border-color: #B85000;
|
4014
4014
|
}
|
4015
4015
|
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
|
4016
|
-
box-shadow: none rgba(
|
4016
|
+
box-shadow: none rgba(184, 80, 0, 0.25);
|
4017
4017
|
}
|
4018
4018
|
.is-danger.textarea, .is-danger.input {
|
4019
|
-
border-color:
|
4019
|
+
border-color: #E8113C;
|
4020
4020
|
}
|
4021
4021
|
.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 {
|
4022
|
-
box-shadow: none rgba(
|
4022
|
+
box-shadow: none rgba(232, 17, 60, 0.25);
|
4023
4023
|
}
|
4024
4024
|
.is-small.textarea, .is-small.input {
|
4025
4025
|
border-radius: 2px;
|
@@ -4086,7 +4086,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4086
4086
|
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
|
4087
4087
|
.radio input[disabled],
|
4088
4088
|
.checkbox input[disabled] {
|
4089
|
-
color:
|
4089
|
+
color: #757575;
|
4090
4090
|
cursor: not-allowed;
|
4091
4091
|
}
|
4092
4092
|
|
@@ -4187,16 +4187,16 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4187
4187
|
box-shadow: none rgba(54, 54, 54, 0.25);
|
4188
4188
|
}
|
4189
4189
|
.select.is-primary:not(:hover)::after {
|
4190
|
-
border-color: #
|
4190
|
+
border-color: #407E8C;
|
4191
4191
|
}
|
4192
4192
|
.select.is-primary select {
|
4193
|
-
border-color: #
|
4193
|
+
border-color: #407E8C;
|
4194
4194
|
}
|
4195
4195
|
.select.is-primary select:hover, .select.is-primary select.is-hovered {
|
4196
|
-
border-color: #
|
4196
|
+
border-color: #386e7b;
|
4197
4197
|
}
|
4198
4198
|
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
|
4199
|
-
box-shadow: none rgba(
|
4199
|
+
box-shadow: none rgba(64, 126, 140, 0.25);
|
4200
4200
|
}
|
4201
4201
|
.select.is-link:not(:hover)::after {
|
4202
4202
|
border-color: hsl(229, 53%, 53%);
|
@@ -4211,52 +4211,52 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4211
4211
|
box-shadow: none rgba(72, 95, 199, 0.25);
|
4212
4212
|
}
|
4213
4213
|
.select.is-info:not(:hover)::after {
|
4214
|
-
border-color:
|
4214
|
+
border-color: #2D7AB9;
|
4215
4215
|
}
|
4216
4216
|
.select.is-info select {
|
4217
|
-
border-color:
|
4217
|
+
border-color: #2D7AB9;
|
4218
4218
|
}
|
4219
4219
|
.select.is-info select:hover, .select.is-info select.is-hovered {
|
4220
|
-
border-color: #
|
4220
|
+
border-color: #286ca4;
|
4221
4221
|
}
|
4222
4222
|
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
|
4223
|
-
box-shadow: none rgba(
|
4223
|
+
box-shadow: none rgba(45, 122, 185, 0.25);
|
4224
4224
|
}
|
4225
4225
|
.select.is-success:not(:hover)::after {
|
4226
|
-
border-color: #
|
4226
|
+
border-color: #3A833C;
|
4227
4227
|
}
|
4228
4228
|
.select.is-success select {
|
4229
|
-
border-color: #
|
4229
|
+
border-color: #3A833C;
|
4230
4230
|
}
|
4231
4231
|
.select.is-success select:hover, .select.is-success select.is-hovered {
|
4232
|
-
border-color: #
|
4232
|
+
border-color: #327134;
|
4233
4233
|
}
|
4234
4234
|
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
|
4235
|
-
box-shadow: none rgba(
|
4235
|
+
box-shadow: none rgba(58, 131, 60, 0.25);
|
4236
4236
|
}
|
4237
4237
|
.select.is-warning:not(:hover)::after {
|
4238
|
-
border-color: #
|
4238
|
+
border-color: #B85000;
|
4239
4239
|
}
|
4240
4240
|
.select.is-warning select {
|
4241
|
-
border-color: #
|
4241
|
+
border-color: #B85000;
|
4242
4242
|
}
|
4243
4243
|
.select.is-warning select:hover, .select.is-warning select.is-hovered {
|
4244
|
-
border-color: #
|
4244
|
+
border-color: #9f4500;
|
4245
4245
|
}
|
4246
4246
|
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
|
4247
|
-
box-shadow: none rgba(
|
4247
|
+
box-shadow: none rgba(184, 80, 0, 0.25);
|
4248
4248
|
}
|
4249
4249
|
.select.is-danger:not(:hover)::after {
|
4250
|
-
border-color:
|
4250
|
+
border-color: #E8113C;
|
4251
4251
|
}
|
4252
4252
|
.select.is-danger select {
|
4253
|
-
border-color:
|
4253
|
+
border-color: #E8113C;
|
4254
4254
|
}
|
4255
4255
|
.select.is-danger select:hover, .select.is-danger select.is-hovered {
|
4256
|
-
border-color: #
|
4256
|
+
border-color: #d00f36;
|
4257
4257
|
}
|
4258
4258
|
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
|
4259
|
-
box-shadow: none rgba(
|
4259
|
+
box-shadow: none rgba(232, 17, 60, 0.25);
|
4260
4260
|
}
|
4261
4261
|
.select.is-small {
|
4262
4262
|
border-radius: 2px;
|
@@ -4269,7 +4269,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4269
4269
|
font-size: 1.5rem;
|
4270
4270
|
}
|
4271
4271
|
.select.is-disabled::after {
|
4272
|
-
border-color:
|
4272
|
+
border-color: #757575 !important;
|
4273
4273
|
opacity: 0.5;
|
4274
4274
|
}
|
4275
4275
|
.select.is-fullwidth {
|
@@ -4382,22 +4382,22 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4382
4382
|
color: #fff;
|
4383
4383
|
}
|
4384
4384
|
.file.is-primary .file-cta {
|
4385
|
-
background-color: #
|
4385
|
+
background-color: #407E8C;
|
4386
4386
|
border-color: transparent;
|
4387
4387
|
color: #fff;
|
4388
4388
|
}
|
4389
4389
|
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
|
4390
|
-
background-color: #
|
4390
|
+
background-color: #3c7683;
|
4391
4391
|
border-color: transparent;
|
4392
4392
|
color: #fff;
|
4393
4393
|
}
|
4394
4394
|
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
|
4395
4395
|
border-color: transparent;
|
4396
|
-
box-shadow: 0 0 0.5em rgba(
|
4396
|
+
box-shadow: 0 0 0.5em rgba(64, 126, 140, 0.25);
|
4397
4397
|
color: #fff;
|
4398
4398
|
}
|
4399
4399
|
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
|
4400
|
-
background-color: #
|
4400
|
+
background-color: #386e7b;
|
4401
4401
|
border-color: transparent;
|
4402
4402
|
color: #fff;
|
4403
4403
|
}
|
@@ -4422,82 +4422,82 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4422
4422
|
color: #fff;
|
4423
4423
|
}
|
4424
4424
|
.file.is-info .file-cta {
|
4425
|
-
background-color:
|
4425
|
+
background-color: #2D7AB9;
|
4426
4426
|
border-color: transparent;
|
4427
4427
|
color: #fff;
|
4428
4428
|
}
|
4429
4429
|
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
|
4430
|
-
background-color: #
|
4430
|
+
background-color: #2b73af;
|
4431
4431
|
border-color: transparent;
|
4432
4432
|
color: #fff;
|
4433
4433
|
}
|
4434
4434
|
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
|
4435
4435
|
border-color: transparent;
|
4436
|
-
box-shadow: 0 0 0.5em rgba(
|
4436
|
+
box-shadow: 0 0 0.5em rgba(45, 122, 185, 0.25);
|
4437
4437
|
color: #fff;
|
4438
4438
|
}
|
4439
4439
|
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
|
4440
|
-
background-color: #
|
4440
|
+
background-color: #286ca4;
|
4441
4441
|
border-color: transparent;
|
4442
4442
|
color: #fff;
|
4443
4443
|
}
|
4444
4444
|
.file.is-success .file-cta {
|
4445
|
-
background-color: #
|
4445
|
+
background-color: #3A833C;
|
4446
4446
|
border-color: transparent;
|
4447
4447
|
color: #fff;
|
4448
4448
|
}
|
4449
4449
|
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
|
4450
|
-
background-color: #
|
4450
|
+
background-color: #367a38;
|
4451
4451
|
border-color: transparent;
|
4452
4452
|
color: #fff;
|
4453
4453
|
}
|
4454
4454
|
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
|
4455
4455
|
border-color: transparent;
|
4456
|
-
box-shadow: 0 0 0.5em rgba(
|
4456
|
+
box-shadow: 0 0 0.5em rgba(58, 131, 60, 0.25);
|
4457
4457
|
color: #fff;
|
4458
4458
|
}
|
4459
4459
|
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
|
4460
|
-
background-color: #
|
4460
|
+
background-color: #327134;
|
4461
4461
|
border-color: transparent;
|
4462
4462
|
color: #fff;
|
4463
4463
|
}
|
4464
4464
|
.file.is-warning .file-cta {
|
4465
|
-
background-color: #
|
4465
|
+
background-color: #B85000;
|
4466
4466
|
border-color: transparent;
|
4467
4467
|
color: #fff;
|
4468
4468
|
}
|
4469
4469
|
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
|
4470
|
-
background-color: #
|
4470
|
+
background-color: #ab4a00;
|
4471
4471
|
border-color: transparent;
|
4472
4472
|
color: #fff;
|
4473
4473
|
}
|
4474
4474
|
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
|
4475
4475
|
border-color: transparent;
|
4476
|
-
box-shadow: 0 0 0.5em rgba(
|
4476
|
+
box-shadow: 0 0 0.5em rgba(184, 80, 0, 0.25);
|
4477
4477
|
color: #fff;
|
4478
4478
|
}
|
4479
4479
|
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
|
4480
|
-
background-color: #
|
4480
|
+
background-color: #9f4500;
|
4481
4481
|
border-color: transparent;
|
4482
4482
|
color: #fff;
|
4483
4483
|
}
|
4484
4484
|
.file.is-danger .file-cta {
|
4485
|
-
background-color:
|
4485
|
+
background-color: #E8113C;
|
4486
4486
|
border-color: transparent;
|
4487
4487
|
color: #fff;
|
4488
4488
|
}
|
4489
4489
|
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
|
4490
|
-
background-color: #
|
4490
|
+
background-color: #dc1039;
|
4491
4491
|
border-color: transparent;
|
4492
4492
|
color: #fff;
|
4493
4493
|
}
|
4494
4494
|
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
|
4495
4495
|
border-color: transparent;
|
4496
|
-
box-shadow: 0 0 0.5em rgba(
|
4496
|
+
box-shadow: 0 0 0.5em rgba(232, 17, 60, 0.25);
|
4497
4497
|
color: #fff;
|
4498
4498
|
}
|
4499
4499
|
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
|
4500
|
-
background-color: #
|
4500
|
+
background-color: #d00f36;
|
4501
4501
|
border-color: transparent;
|
4502
4502
|
color: #fff;
|
4503
4503
|
}
|
@@ -4697,22 +4697,22 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4697
4697
|
color: hsl(0, 0%, 21%);
|
4698
4698
|
}
|
4699
4699
|
.help.is-primary {
|
4700
|
-
color: #
|
4700
|
+
color: #407E8C;
|
4701
4701
|
}
|
4702
4702
|
.help.is-link {
|
4703
4703
|
color: hsl(229, 53%, 53%);
|
4704
4704
|
}
|
4705
4705
|
.help.is-info {
|
4706
|
-
color:
|
4706
|
+
color: #2D7AB9;
|
4707
4707
|
}
|
4708
4708
|
.help.is-success {
|
4709
|
-
color: #
|
4709
|
+
color: #3A833C;
|
4710
4710
|
}
|
4711
4711
|
.help.is-warning {
|
4712
|
-
color: #
|
4712
|
+
color: #B85000;
|
4713
4713
|
}
|
4714
4714
|
.help.is-danger {
|
4715
|
-
color:
|
4715
|
+
color: #E8113C;
|
4716
4716
|
}
|
4717
4717
|
|
4718
4718
|
.field:not(:last-child) {
|
@@ -4891,7 +4891,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4891
4891
|
.control.has-icons-left .input:focus ~ .icon,
|
4892
4892
|
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
|
4893
4893
|
.control.has-icons-right .select:focus ~ .icon {
|
4894
|
-
color: hsl(0, 0%,
|
4894
|
+
color: hsl(0, 0%, 21%);
|
4895
4895
|
}
|
4896
4896
|
.control.has-icons-left .input.is-small ~ .icon,
|
4897
4897
|
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
|
@@ -4909,7 +4909,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
4909
4909
|
font-size: 1.5rem;
|
4910
4910
|
}
|
4911
4911
|
.control.has-icons-left .icon, .control.has-icons-right .icon {
|
4912
|
-
color:
|
4912
|
+
color: #757575;
|
4913
4913
|
height: 2.5em;
|
4914
4914
|
pointer-events: none;
|
4915
4915
|
position: absolute;
|
@@ -5418,12 +5418,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5418
5418
|
color: #fff;
|
5419
5419
|
}
|
5420
5420
|
.button.is-primary {
|
5421
|
-
background-color: #
|
5421
|
+
background-color: #407E8C;
|
5422
5422
|
border-color: transparent;
|
5423
5423
|
color: #fff;
|
5424
5424
|
}
|
5425
5425
|
.button.is-primary:hover, .button.is-primary.is-hovered {
|
5426
|
-
background-color: #
|
5426
|
+
background-color: #3c7683;
|
5427
5427
|
border-color: transparent;
|
5428
5428
|
color: #fff;
|
5429
5429
|
}
|
@@ -5432,21 +5432,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5432
5432
|
color: #fff;
|
5433
5433
|
}
|
5434
5434
|
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
|
5435
|
-
box-shadow: 0 0 0 0.125em rgba(
|
5435
|
+
box-shadow: 0 0 0 0.125em rgba(64, 126, 140, 0.25);
|
5436
5436
|
}
|
5437
5437
|
.button.is-primary:active, .button.is-primary.is-active {
|
5438
|
-
background-color: #
|
5438
|
+
background-color: #386e7b;
|
5439
5439
|
border-color: transparent;
|
5440
5440
|
color: #fff;
|
5441
5441
|
}
|
5442
5442
|
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
|
5443
|
-
background-color: #
|
5444
|
-
border-color: #
|
5443
|
+
background-color: #407E8C;
|
5444
|
+
border-color: #407E8C;
|
5445
5445
|
box-shadow: none;
|
5446
5446
|
}
|
5447
5447
|
.button.is-primary.is-inverted {
|
5448
5448
|
background-color: #fff;
|
5449
|
-
color: #
|
5449
|
+
color: #407E8C;
|
5450
5450
|
}
|
5451
5451
|
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
|
5452
5452
|
background-color: #f2f2f2;
|
@@ -5455,32 +5455,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5455
5455
|
background-color: #fff;
|
5456
5456
|
border-color: transparent;
|
5457
5457
|
box-shadow: none;
|
5458
|
-
color: #
|
5458
|
+
color: #407E8C;
|
5459
5459
|
}
|
5460
5460
|
.button.is-primary.is-loading::after {
|
5461
5461
|
border-color: transparent transparent #fff #fff !important;
|
5462
5462
|
}
|
5463
5463
|
.button.is-primary.is-outlined {
|
5464
5464
|
background-color: transparent;
|
5465
|
-
border-color: #
|
5466
|
-
color: #
|
5465
|
+
border-color: #407E8C;
|
5466
|
+
color: #407E8C;
|
5467
5467
|
}
|
5468
5468
|
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
|
5469
|
-
background-color: #
|
5470
|
-
border-color: #
|
5469
|
+
background-color: #407E8C;
|
5470
|
+
border-color: #407E8C;
|
5471
5471
|
color: #fff;
|
5472
5472
|
}
|
5473
5473
|
.button.is-primary.is-outlined.is-loading::after {
|
5474
|
-
border-color: transparent transparent #
|
5474
|
+
border-color: transparent transparent #407E8C #407E8C !important;
|
5475
5475
|
}
|
5476
5476
|
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
|
5477
5477
|
border-color: transparent transparent #fff #fff !important;
|
5478
5478
|
}
|
5479
5479
|
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
|
5480
5480
|
background-color: transparent;
|
5481
|
-
border-color: #
|
5481
|
+
border-color: #407E8C;
|
5482
5482
|
box-shadow: none;
|
5483
|
-
color: #
|
5483
|
+
color: #407E8C;
|
5484
5484
|
}
|
5485
5485
|
.button.is-primary.is-inverted.is-outlined {
|
5486
5486
|
background-color: transparent;
|
@@ -5489,10 +5489,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5489
5489
|
}
|
5490
5490
|
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
|
5491
5491
|
background-color: #fff;
|
5492
|
-
color: #
|
5492
|
+
color: #407E8C;
|
5493
5493
|
}
|
5494
5494
|
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
|
5495
|
-
border-color: transparent transparent #
|
5495
|
+
border-color: transparent transparent #407E8C #407E8C !important;
|
5496
5496
|
}
|
5497
5497
|
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
|
5498
5498
|
background-color: transparent;
|
@@ -5501,18 +5501,18 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5501
5501
|
color: #fff;
|
5502
5502
|
}
|
5503
5503
|
.button.is-primary.is-light {
|
5504
|
-
background-color: #
|
5505
|
-
color: #
|
5504
|
+
background-color: #f1f7f9;
|
5505
|
+
color: #488e9e;
|
5506
5506
|
}
|
5507
5507
|
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
|
5508
|
-
background-color: #
|
5508
|
+
background-color: #e8f2f5;
|
5509
5509
|
border-color: transparent;
|
5510
|
-
color: #
|
5510
|
+
color: #488e9e;
|
5511
5511
|
}
|
5512
5512
|
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
|
5513
|
-
background-color: #
|
5513
|
+
background-color: #e0edf1;
|
5514
5514
|
border-color: transparent;
|
5515
|
-
color: #
|
5515
|
+
color: #488e9e;
|
5516
5516
|
}
|
5517
5517
|
.button.is-link {
|
5518
5518
|
background-color: hsl(229, 53%, 53%);
|
@@ -5612,12 +5612,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5612
5612
|
color: #3850b7;
|
5613
5613
|
}
|
5614
5614
|
.button.is-info {
|
5615
|
-
background-color:
|
5615
|
+
background-color: #2D7AB9;
|
5616
5616
|
border-color: transparent;
|
5617
5617
|
color: #fff;
|
5618
5618
|
}
|
5619
5619
|
.button.is-info:hover, .button.is-info.is-hovered {
|
5620
|
-
background-color: #
|
5620
|
+
background-color: #2b73af;
|
5621
5621
|
border-color: transparent;
|
5622
5622
|
color: #fff;
|
5623
5623
|
}
|
@@ -5626,21 +5626,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5626
5626
|
color: #fff;
|
5627
5627
|
}
|
5628
5628
|
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
|
5629
|
-
box-shadow: 0 0 0 0.125em rgba(
|
5629
|
+
box-shadow: 0 0 0 0.125em rgba(45, 122, 185, 0.25);
|
5630
5630
|
}
|
5631
5631
|
.button.is-info:active, .button.is-info.is-active {
|
5632
|
-
background-color: #
|
5632
|
+
background-color: #286ca4;
|
5633
5633
|
border-color: transparent;
|
5634
5634
|
color: #fff;
|
5635
5635
|
}
|
5636
5636
|
.button.is-info[disabled], fieldset[disabled] .button.is-info {
|
5637
|
-
background-color:
|
5638
|
-
border-color:
|
5637
|
+
background-color: #2D7AB9;
|
5638
|
+
border-color: #2D7AB9;
|
5639
5639
|
box-shadow: none;
|
5640
5640
|
}
|
5641
5641
|
.button.is-info.is-inverted {
|
5642
5642
|
background-color: #fff;
|
5643
|
-
color:
|
5643
|
+
color: #2D7AB9;
|
5644
5644
|
}
|
5645
5645
|
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
|
5646
5646
|
background-color: #f2f2f2;
|
@@ -5649,32 +5649,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5649
5649
|
background-color: #fff;
|
5650
5650
|
border-color: transparent;
|
5651
5651
|
box-shadow: none;
|
5652
|
-
color:
|
5652
|
+
color: #2D7AB9;
|
5653
5653
|
}
|
5654
5654
|
.button.is-info.is-loading::after {
|
5655
5655
|
border-color: transparent transparent #fff #fff !important;
|
5656
5656
|
}
|
5657
5657
|
.button.is-info.is-outlined {
|
5658
5658
|
background-color: transparent;
|
5659
|
-
border-color:
|
5660
|
-
color:
|
5659
|
+
border-color: #2D7AB9;
|
5660
|
+
color: #2D7AB9;
|
5661
5661
|
}
|
5662
5662
|
.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 {
|
5663
|
-
background-color:
|
5664
|
-
border-color:
|
5663
|
+
background-color: #2D7AB9;
|
5664
|
+
border-color: #2D7AB9;
|
5665
5665
|
color: #fff;
|
5666
5666
|
}
|
5667
5667
|
.button.is-info.is-outlined.is-loading::after {
|
5668
|
-
border-color: transparent transparent
|
5668
|
+
border-color: transparent transparent #2D7AB9 #2D7AB9 !important;
|
5669
5669
|
}
|
5670
5670
|
.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 {
|
5671
5671
|
border-color: transparent transparent #fff #fff !important;
|
5672
5672
|
}
|
5673
5673
|
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
|
5674
5674
|
background-color: transparent;
|
5675
|
-
border-color:
|
5675
|
+
border-color: #2D7AB9;
|
5676
5676
|
box-shadow: none;
|
5677
|
-
color:
|
5677
|
+
color: #2D7AB9;
|
5678
5678
|
}
|
5679
5679
|
.button.is-info.is-inverted.is-outlined {
|
5680
5680
|
background-color: transparent;
|
@@ -5683,10 +5683,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5683
5683
|
}
|
5684
5684
|
.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 {
|
5685
5685
|
background-color: #fff;
|
5686
|
-
color:
|
5686
|
+
color: #2D7AB9;
|
5687
5687
|
}
|
5688
5688
|
.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 {
|
5689
|
-
border-color: transparent transparent
|
5689
|
+
border-color: transparent transparent #2D7AB9 #2D7AB9 !important;
|
5690
5690
|
}
|
5691
5691
|
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
|
5692
5692
|
background-color: transparent;
|
@@ -5696,25 +5696,25 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5696
5696
|
}
|
5697
5697
|
.button.is-info.is-light {
|
5698
5698
|
background-color: #eff5fb;
|
5699
|
-
color: #
|
5699
|
+
color: #2d7ab9;
|
5700
5700
|
}
|
5701
5701
|
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
|
5702
5702
|
background-color: #e4eff9;
|
5703
5703
|
border-color: transparent;
|
5704
|
-
color: #
|
5704
|
+
color: #2d7ab9;
|
5705
5705
|
}
|
5706
5706
|
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
|
5707
5707
|
background-color: #dae9f6;
|
5708
5708
|
border-color: transparent;
|
5709
|
-
color: #
|
5709
|
+
color: #2d7ab9;
|
5710
5710
|
}
|
5711
5711
|
.button.is-success {
|
5712
|
-
background-color: #
|
5712
|
+
background-color: #3A833C;
|
5713
5713
|
border-color: transparent;
|
5714
5714
|
color: #fff;
|
5715
5715
|
}
|
5716
5716
|
.button.is-success:hover, .button.is-success.is-hovered {
|
5717
|
-
background-color: #
|
5717
|
+
background-color: #367a38;
|
5718
5718
|
border-color: transparent;
|
5719
5719
|
color: #fff;
|
5720
5720
|
}
|
@@ -5723,21 +5723,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5723
5723
|
color: #fff;
|
5724
5724
|
}
|
5725
5725
|
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
|
5726
|
-
box-shadow: 0 0 0 0.125em rgba(
|
5726
|
+
box-shadow: 0 0 0 0.125em rgba(58, 131, 60, 0.25);
|
5727
5727
|
}
|
5728
5728
|
.button.is-success:active, .button.is-success.is-active {
|
5729
|
-
background-color: #
|
5729
|
+
background-color: #327134;
|
5730
5730
|
border-color: transparent;
|
5731
5731
|
color: #fff;
|
5732
5732
|
}
|
5733
5733
|
.button.is-success[disabled], fieldset[disabled] .button.is-success {
|
5734
|
-
background-color: #
|
5735
|
-
border-color: #
|
5734
|
+
background-color: #3A833C;
|
5735
|
+
border-color: #3A833C;
|
5736
5736
|
box-shadow: none;
|
5737
5737
|
}
|
5738
5738
|
.button.is-success.is-inverted {
|
5739
5739
|
background-color: #fff;
|
5740
|
-
color: #
|
5740
|
+
color: #3A833C;
|
5741
5741
|
}
|
5742
5742
|
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
|
5743
5743
|
background-color: #f2f2f2;
|
@@ -5746,32 +5746,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5746
5746
|
background-color: #fff;
|
5747
5747
|
border-color: transparent;
|
5748
5748
|
box-shadow: none;
|
5749
|
-
color: #
|
5749
|
+
color: #3A833C;
|
5750
5750
|
}
|
5751
5751
|
.button.is-success.is-loading::after {
|
5752
5752
|
border-color: transparent transparent #fff #fff !important;
|
5753
5753
|
}
|
5754
5754
|
.button.is-success.is-outlined {
|
5755
5755
|
background-color: transparent;
|
5756
|
-
border-color: #
|
5757
|
-
color: #
|
5756
|
+
border-color: #3A833C;
|
5757
|
+
color: #3A833C;
|
5758
5758
|
}
|
5759
5759
|
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
|
5760
|
-
background-color: #
|
5761
|
-
border-color: #
|
5760
|
+
background-color: #3A833C;
|
5761
|
+
border-color: #3A833C;
|
5762
5762
|
color: #fff;
|
5763
5763
|
}
|
5764
5764
|
.button.is-success.is-outlined.is-loading::after {
|
5765
|
-
border-color: transparent transparent #
|
5765
|
+
border-color: transparent transparent #3A833C #3A833C !important;
|
5766
5766
|
}
|
5767
5767
|
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
|
5768
5768
|
border-color: transparent transparent #fff #fff !important;
|
5769
5769
|
}
|
5770
5770
|
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
|
5771
5771
|
background-color: transparent;
|
5772
|
-
border-color: #
|
5772
|
+
border-color: #3A833C;
|
5773
5773
|
box-shadow: none;
|
5774
|
-
color: #
|
5774
|
+
color: #3A833C;
|
5775
5775
|
}
|
5776
5776
|
.button.is-success.is-inverted.is-outlined {
|
5777
5777
|
background-color: transparent;
|
@@ -5780,10 +5780,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5780
5780
|
}
|
5781
5781
|
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
|
5782
5782
|
background-color: #fff;
|
5783
|
-
color: #
|
5783
|
+
color: #3A833C;
|
5784
5784
|
}
|
5785
5785
|
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
|
5786
|
-
border-color: transparent transparent #
|
5786
|
+
border-color: transparent transparent #3A833C #3A833C !important;
|
5787
5787
|
}
|
5788
5788
|
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
|
5789
5789
|
background-color: transparent;
|
@@ -5793,25 +5793,25 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5793
5793
|
}
|
5794
5794
|
.button.is-success.is-light {
|
5795
5795
|
background-color: #f1f9f1;
|
5796
|
-
color: #
|
5796
|
+
color: #469f49;
|
5797
5797
|
}
|
5798
5798
|
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
|
5799
5799
|
background-color: #e8f5e8;
|
5800
5800
|
border-color: transparent;
|
5801
|
-
color: #
|
5801
|
+
color: #469f49;
|
5802
5802
|
}
|
5803
5803
|
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
|
5804
5804
|
background-color: #dff1e0;
|
5805
5805
|
border-color: transparent;
|
5806
|
-
color: #
|
5806
|
+
color: #469f49;
|
5807
5807
|
}
|
5808
5808
|
.button.is-warning {
|
5809
|
-
background-color: #
|
5809
|
+
background-color: #B85000;
|
5810
5810
|
border-color: transparent;
|
5811
5811
|
color: #fff;
|
5812
5812
|
}
|
5813
5813
|
.button.is-warning:hover, .button.is-warning.is-hovered {
|
5814
|
-
background-color: #
|
5814
|
+
background-color: #ab4a00;
|
5815
5815
|
border-color: transparent;
|
5816
5816
|
color: #fff;
|
5817
5817
|
}
|
@@ -5820,21 +5820,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5820
5820
|
color: #fff;
|
5821
5821
|
}
|
5822
5822
|
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
|
5823
|
-
box-shadow: 0 0 0 0.125em rgba(
|
5823
|
+
box-shadow: 0 0 0 0.125em rgba(184, 80, 0, 0.25);
|
5824
5824
|
}
|
5825
5825
|
.button.is-warning:active, .button.is-warning.is-active {
|
5826
|
-
background-color: #
|
5826
|
+
background-color: #9f4500;
|
5827
5827
|
border-color: transparent;
|
5828
5828
|
color: #fff;
|
5829
5829
|
}
|
5830
5830
|
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
|
5831
|
-
background-color: #
|
5832
|
-
border-color: #
|
5831
|
+
background-color: #B85000;
|
5832
|
+
border-color: #B85000;
|
5833
5833
|
box-shadow: none;
|
5834
5834
|
}
|
5835
5835
|
.button.is-warning.is-inverted {
|
5836
5836
|
background-color: #fff;
|
5837
|
-
color: #
|
5837
|
+
color: #B85000;
|
5838
5838
|
}
|
5839
5839
|
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
|
5840
5840
|
background-color: #f2f2f2;
|
@@ -5843,32 +5843,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5843
5843
|
background-color: #fff;
|
5844
5844
|
border-color: transparent;
|
5845
5845
|
box-shadow: none;
|
5846
|
-
color: #
|
5846
|
+
color: #B85000;
|
5847
5847
|
}
|
5848
5848
|
.button.is-warning.is-loading::after {
|
5849
5849
|
border-color: transparent transparent #fff #fff !important;
|
5850
5850
|
}
|
5851
5851
|
.button.is-warning.is-outlined {
|
5852
5852
|
background-color: transparent;
|
5853
|
-
border-color: #
|
5854
|
-
color: #
|
5853
|
+
border-color: #B85000;
|
5854
|
+
color: #B85000;
|
5855
5855
|
}
|
5856
5856
|
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
|
5857
|
-
background-color: #
|
5858
|
-
border-color: #
|
5857
|
+
background-color: #B85000;
|
5858
|
+
border-color: #B85000;
|
5859
5859
|
color: #fff;
|
5860
5860
|
}
|
5861
5861
|
.button.is-warning.is-outlined.is-loading::after {
|
5862
|
-
border-color: transparent transparent #
|
5862
|
+
border-color: transparent transparent #B85000 #B85000 !important;
|
5863
5863
|
}
|
5864
5864
|
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
|
5865
5865
|
border-color: transparent transparent #fff #fff !important;
|
5866
5866
|
}
|
5867
5867
|
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
|
5868
5868
|
background-color: transparent;
|
5869
|
-
border-color: #
|
5869
|
+
border-color: #B85000;
|
5870
5870
|
box-shadow: none;
|
5871
|
-
color: #
|
5871
|
+
color: #B85000;
|
5872
5872
|
}
|
5873
5873
|
.button.is-warning.is-inverted.is-outlined {
|
5874
5874
|
background-color: transparent;
|
@@ -5877,10 +5877,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5877
5877
|
}
|
5878
5878
|
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
|
5879
5879
|
background-color: #fff;
|
5880
|
-
color: #
|
5880
|
+
color: #B85000;
|
5881
5881
|
}
|
5882
5882
|
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
|
5883
|
-
border-color: transparent transparent #
|
5883
|
+
border-color: transparent transparent #B85000 #B85000 !important;
|
5884
5884
|
}
|
5885
5885
|
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
|
5886
5886
|
background-color: transparent;
|
@@ -5890,25 +5890,25 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5890
5890
|
}
|
5891
5891
|
.button.is-warning.is-light {
|
5892
5892
|
background-color: #fff3eb;
|
5893
|
-
color: #
|
5893
|
+
color: #eb6600;
|
5894
5894
|
}
|
5895
5895
|
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
|
5896
5896
|
background-color: #ffecde;
|
5897
5897
|
border-color: transparent;
|
5898
|
-
color: #
|
5898
|
+
color: #eb6600;
|
5899
5899
|
}
|
5900
5900
|
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
|
5901
5901
|
background-color: #ffe5d1;
|
5902
5902
|
border-color: transparent;
|
5903
|
-
color: #
|
5903
|
+
color: #eb6600;
|
5904
5904
|
}
|
5905
5905
|
.button.is-danger {
|
5906
|
-
background-color:
|
5906
|
+
background-color: #E8113C;
|
5907
5907
|
border-color: transparent;
|
5908
5908
|
color: #fff;
|
5909
5909
|
}
|
5910
5910
|
.button.is-danger:hover, .button.is-danger.is-hovered {
|
5911
|
-
background-color: #
|
5911
|
+
background-color: #dc1039;
|
5912
5912
|
border-color: transparent;
|
5913
5913
|
color: #fff;
|
5914
5914
|
}
|
@@ -5917,21 +5917,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5917
5917
|
color: #fff;
|
5918
5918
|
}
|
5919
5919
|
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
|
5920
|
-
box-shadow: 0 0 0 0.125em rgba(
|
5920
|
+
box-shadow: 0 0 0 0.125em rgba(232, 17, 60, 0.25);
|
5921
5921
|
}
|
5922
5922
|
.button.is-danger:active, .button.is-danger.is-active {
|
5923
|
-
background-color: #
|
5923
|
+
background-color: #d00f36;
|
5924
5924
|
border-color: transparent;
|
5925
5925
|
color: #fff;
|
5926
5926
|
}
|
5927
5927
|
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
|
5928
|
-
background-color:
|
5929
|
-
border-color:
|
5928
|
+
background-color: #E8113C;
|
5929
|
+
border-color: #E8113C;
|
5930
5930
|
box-shadow: none;
|
5931
5931
|
}
|
5932
5932
|
.button.is-danger.is-inverted {
|
5933
5933
|
background-color: #fff;
|
5934
|
-
color:
|
5934
|
+
color: #E8113C;
|
5935
5935
|
}
|
5936
5936
|
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
|
5937
5937
|
background-color: #f2f2f2;
|
@@ -5940,32 +5940,32 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5940
5940
|
background-color: #fff;
|
5941
5941
|
border-color: transparent;
|
5942
5942
|
box-shadow: none;
|
5943
|
-
color:
|
5943
|
+
color: #E8113C;
|
5944
5944
|
}
|
5945
5945
|
.button.is-danger.is-loading::after {
|
5946
5946
|
border-color: transparent transparent #fff #fff !important;
|
5947
5947
|
}
|
5948
5948
|
.button.is-danger.is-outlined {
|
5949
5949
|
background-color: transparent;
|
5950
|
-
border-color:
|
5951
|
-
color:
|
5950
|
+
border-color: #E8113C;
|
5951
|
+
color: #E8113C;
|
5952
5952
|
}
|
5953
5953
|
.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 {
|
5954
|
-
background-color:
|
5955
|
-
border-color:
|
5954
|
+
background-color: #E8113C;
|
5955
|
+
border-color: #E8113C;
|
5956
5956
|
color: #fff;
|
5957
5957
|
}
|
5958
5958
|
.button.is-danger.is-outlined.is-loading::after {
|
5959
|
-
border-color: transparent transparent
|
5959
|
+
border-color: transparent transparent #E8113C #E8113C !important;
|
5960
5960
|
}
|
5961
5961
|
.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 {
|
5962
5962
|
border-color: transparent transparent #fff #fff !important;
|
5963
5963
|
}
|
5964
5964
|
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
|
5965
5965
|
background-color: transparent;
|
5966
|
-
border-color:
|
5966
|
+
border-color: #E8113C;
|
5967
5967
|
box-shadow: none;
|
5968
|
-
color:
|
5968
|
+
color: #E8113C;
|
5969
5969
|
}
|
5970
5970
|
.button.is-danger.is-inverted.is-outlined {
|
5971
5971
|
background-color: transparent;
|
@@ -5974,10 +5974,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5974
5974
|
}
|
5975
5975
|
.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 {
|
5976
5976
|
background-color: #fff;
|
5977
|
-
color:
|
5977
|
+
color: #E8113C;
|
5978
5978
|
}
|
5979
5979
|
.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 {
|
5980
|
-
border-color: transparent transparent
|
5980
|
+
border-color: transparent transparent #E8113C #E8113C !important;
|
5981
5981
|
}
|
5982
5982
|
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
|
5983
5983
|
background-color: transparent;
|
@@ -5987,17 +5987,17 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
5987
5987
|
}
|
5988
5988
|
.button.is-danger.is-light {
|
5989
5989
|
background-color: #feecf0;
|
5990
|
-
color: #
|
5990
|
+
color: #df103a;
|
5991
5991
|
}
|
5992
5992
|
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
|
5993
5993
|
background-color: #fde0e6;
|
5994
5994
|
border-color: transparent;
|
5995
|
-
color: #
|
5995
|
+
color: #df103a;
|
5996
5996
|
}
|
5997
5997
|
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
|
5998
5998
|
background-color: #fcd4dc;
|
5999
5999
|
border-color: transparent;
|
6000
|
-
color: #
|
6000
|
+
color: #df103a;
|
6001
6001
|
}
|
6002
6002
|
.button.is-small {
|
6003
6003
|
font-size: 0.75rem;
|
@@ -6037,7 +6037,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6037
6037
|
.button.is-static {
|
6038
6038
|
background-color: hsl(0, 0%, 96%);
|
6039
6039
|
border-color: hsl(0, 0%, 86%);
|
6040
|
-
color:
|
6040
|
+
color: #757575;
|
6041
6041
|
box-shadow: none;
|
6042
6042
|
pointer-events: none;
|
6043
6043
|
}
|
@@ -6287,12 +6287,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6287
6287
|
color: #fff;
|
6288
6288
|
}
|
6289
6289
|
.notification.is-primary {
|
6290
|
-
background-color: #
|
6290
|
+
background-color: #407E8C;
|
6291
6291
|
color: #fff;
|
6292
6292
|
}
|
6293
6293
|
.notification.is-primary.is-light {
|
6294
|
-
background-color: #
|
6295
|
-
color: #
|
6294
|
+
background-color: #f1f7f9;
|
6295
|
+
color: #488e9e;
|
6296
6296
|
}
|
6297
6297
|
.notification.is-link {
|
6298
6298
|
background-color: hsl(229, 53%, 53%);
|
@@ -6303,36 +6303,36 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
|
6303
6303
|
color: #3850b7;
|
6304
6304
|
}
|
6305
6305
|
.notification.is-info {
|
6306
|
-
background-color:
|
6306
|
+
background-color: #2D7AB9;
|
6307
6307
|
color: #fff;
|
6308
6308
|
}
|
6309
6309
|
.notification.is-info.is-light {
|
6310
6310
|
background-color: #eff5fb;
|
6311
|
-
color: #
|
6311
|
+
color: #2d7ab9;
|
6312
6312
|
}
|
6313
6313
|
.notification.is-success {
|
6314
|
-
background-color: #
|
6314
|
+
background-color: #3A833C;
|
6315
6315
|
color: #fff;
|
6316
6316
|
}
|
6317
6317
|
.notification.is-success.is-light {
|
6318
6318
|
background-color: #f1f9f1;
|
6319
|
-
color: #
|
6319
|
+
color: #469f49;
|
6320
6320
|
}
|
6321
6321
|
.notification.is-warning {
|
6322
|
-
background-color: #
|
6322
|
+
background-color: #B85000;
|
6323
6323
|
color: #fff;
|
6324
6324
|
}
|
6325
6325
|
.notification.is-warning.is-light {
|
6326
6326
|
background-color: #fff3eb;
|
6327
|
-
color: #
|
6327
|
+
color: #eb6600;
|
6328
6328
|
}
|
6329
6329
|
.notification.is-danger {
|
6330
|
-
background-color:
|
6330
|
+
background-color: #E8113C;
|
6331
6331
|
color: #fff;
|
6332
6332
|
}
|
6333
6333
|
.notification.is-danger.is-light {
|
6334
6334
|
background-color: #feecf0;
|
6335
|
-
color: #
|
6335
|
+
color: #df103a;
|
6336
6336
|
}
|
6337
6337
|
|
6338
6338
|
.content li + li {
|
@@ -6902,7 +6902,7 @@ button.dropdown-item.is-active {
|
|
6902
6902
|
position: absolute;
|
6903
6903
|
}
|
6904
6904
|
.steps .step-item::before {
|
6905
|
-
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #
|
6905
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #407E8C 50%);
|
6906
6906
|
background-size: 200% 100%;
|
6907
6907
|
background-position: right bottom;
|
6908
6908
|
}
|
@@ -6914,15 +6914,15 @@ button.dropdown-item.is-active {
|
|
6914
6914
|
}
|
6915
6915
|
.steps .step-item.is-active .step-marker {
|
6916
6916
|
background-color: hsl(0, 0%, 100%);
|
6917
|
-
border-color: #
|
6918
|
-
color: #
|
6917
|
+
border-color: #407E8C;
|
6918
|
+
color: #407E8C;
|
6919
6919
|
}
|
6920
6920
|
.steps .step-item.is-completed::before {
|
6921
6921
|
background-position: left bottom;
|
6922
6922
|
}
|
6923
6923
|
.steps .step-item.is-completed .step-marker {
|
6924
6924
|
color: hsl(0, 0%, 100%);
|
6925
|
-
background-color: #
|
6925
|
+
background-color: #407E8C;
|
6926
6926
|
}
|
6927
6927
|
.steps .step-item .step-marker {
|
6928
6928
|
align-items: center;
|
@@ -6930,7 +6930,7 @@ button.dropdown-item.is-active {
|
|
6930
6930
|
border-radius: 50%;
|
6931
6931
|
font-weight: 700;
|
6932
6932
|
justify-content: center;
|
6933
|
-
background:
|
6933
|
+
background: #757575;
|
6934
6934
|
color: hsl(0, 0%, 100%);
|
6935
6935
|
border: 0.2em solid #fff;
|
6936
6936
|
z-index: 1;
|
@@ -7019,7 +7019,7 @@ button.dropdown-item.is-active {
|
|
7019
7019
|
background-color: hsl(0, 0%, 21%);
|
7020
7020
|
}
|
7021
7021
|
.steps .step-item.is-primary::before {
|
7022
|
-
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #
|
7022
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #407E8C 50%);
|
7023
7023
|
background-size: 200% 100%;
|
7024
7024
|
background-position: right bottom;
|
7025
7025
|
}
|
@@ -7028,15 +7028,15 @@ button.dropdown-item.is-active {
|
|
7028
7028
|
}
|
7029
7029
|
.steps .step-item.is-primary.is-active .step-marker {
|
7030
7030
|
background-color: hsl(0, 0%, 100%);
|
7031
|
-
border-color: #
|
7032
|
-
color: #
|
7031
|
+
border-color: #407E8C;
|
7032
|
+
color: #407E8C;
|
7033
7033
|
}
|
7034
7034
|
.steps .step-item.is-primary.is-completed::before {
|
7035
7035
|
background-position: left bottom;
|
7036
7036
|
}
|
7037
7037
|
.steps .step-item.is-primary.is-completed .step-marker {
|
7038
7038
|
color: #fff;
|
7039
|
-
background-color: #
|
7039
|
+
background-color: #407E8C;
|
7040
7040
|
}
|
7041
7041
|
.steps .step-item.is-link::before {
|
7042
7042
|
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(229, 53%, 53%) 50%);
|
@@ -7059,7 +7059,7 @@ button.dropdown-item.is-active {
|
|
7059
7059
|
background-color: hsl(229, 53%, 53%);
|
7060
7060
|
}
|
7061
7061
|
.steps .step-item.is-info::before {
|
7062
|
-
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%,
|
7062
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #2D7AB9 50%);
|
7063
7063
|
background-size: 200% 100%;
|
7064
7064
|
background-position: right bottom;
|
7065
7065
|
}
|
@@ -7068,18 +7068,18 @@ button.dropdown-item.is-active {
|
|
7068
7068
|
}
|
7069
7069
|
.steps .step-item.is-info.is-active .step-marker {
|
7070
7070
|
background-color: hsl(0, 0%, 100%);
|
7071
|
-
border-color:
|
7072
|
-
color:
|
7071
|
+
border-color: #2D7AB9;
|
7072
|
+
color: #2D7AB9;
|
7073
7073
|
}
|
7074
7074
|
.steps .step-item.is-info.is-completed::before {
|
7075
7075
|
background-position: left bottom;
|
7076
7076
|
}
|
7077
7077
|
.steps .step-item.is-info.is-completed .step-marker {
|
7078
7078
|
color: #fff;
|
7079
|
-
background-color:
|
7079
|
+
background-color: #2D7AB9;
|
7080
7080
|
}
|
7081
7081
|
.steps .step-item.is-success::before {
|
7082
|
-
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #
|
7082
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #3A833C 50%);
|
7083
7083
|
background-size: 200% 100%;
|
7084
7084
|
background-position: right bottom;
|
7085
7085
|
}
|
@@ -7088,18 +7088,18 @@ button.dropdown-item.is-active {
|
|
7088
7088
|
}
|
7089
7089
|
.steps .step-item.is-success.is-active .step-marker {
|
7090
7090
|
background-color: hsl(0, 0%, 100%);
|
7091
|
-
border-color: #
|
7092
|
-
color: #
|
7091
|
+
border-color: #3A833C;
|
7092
|
+
color: #3A833C;
|
7093
7093
|
}
|
7094
7094
|
.steps .step-item.is-success.is-completed::before {
|
7095
7095
|
background-position: left bottom;
|
7096
7096
|
}
|
7097
7097
|
.steps .step-item.is-success.is-completed .step-marker {
|
7098
7098
|
color: #fff;
|
7099
|
-
background-color: #
|
7099
|
+
background-color: #3A833C;
|
7100
7100
|
}
|
7101
7101
|
.steps .step-item.is-warning::before {
|
7102
|
-
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #
|
7102
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #B85000 50%);
|
7103
7103
|
background-size: 200% 100%;
|
7104
7104
|
background-position: right bottom;
|
7105
7105
|
}
|
@@ -7108,18 +7108,18 @@ button.dropdown-item.is-active {
|
|
7108
7108
|
}
|
7109
7109
|
.steps .step-item.is-warning.is-active .step-marker {
|
7110
7110
|
background-color: hsl(0, 0%, 100%);
|
7111
|
-
border-color: #
|
7112
|
-
color: #
|
7111
|
+
border-color: #B85000;
|
7112
|
+
color: #B85000;
|
7113
7113
|
}
|
7114
7114
|
.steps .step-item.is-warning.is-completed::before {
|
7115
7115
|
background-position: left bottom;
|
7116
7116
|
}
|
7117
7117
|
.steps .step-item.is-warning.is-completed .step-marker {
|
7118
7118
|
color: #fff;
|
7119
|
-
background-color: #
|
7119
|
+
background-color: #B85000;
|
7120
7120
|
}
|
7121
7121
|
.steps .step-item.is-danger::before {
|
7122
|
-
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%,
|
7122
|
+
background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #E8113C 50%);
|
7123
7123
|
background-size: 200% 100%;
|
7124
7124
|
background-position: right bottom;
|
7125
7125
|
}
|
@@ -7128,15 +7128,15 @@ button.dropdown-item.is-active {
|
|
7128
7128
|
}
|
7129
7129
|
.steps .step-item.is-danger.is-active .step-marker {
|
7130
7130
|
background-color: hsl(0, 0%, 100%);
|
7131
|
-
border-color:
|
7132
|
-
color:
|
7131
|
+
border-color: #E8113C;
|
7132
|
+
color: #E8113C;
|
7133
7133
|
}
|
7134
7134
|
.steps .step-item.is-danger.is-completed::before {
|
7135
7135
|
background-position: left bottom;
|
7136
7136
|
}
|
7137
7137
|
.steps .step-item.is-danger.is-completed .step-marker {
|
7138
7138
|
color: #fff;
|
7139
|
-
background-color:
|
7139
|
+
background-color: #E8113C;
|
7140
7140
|
}
|
7141
7141
|
.steps .steps-content {
|
7142
7142
|
align-items: stretch;
|
@@ -7360,26 +7360,26 @@ input[type=range].slider[orient=vertical]::-ms-track {
|
|
7360
7360
|
input[type=range].slider::-webkit-slider-runnable-track {
|
7361
7361
|
cursor: pointer;
|
7362
7362
|
animate: 0.2s;
|
7363
|
-
box-shadow: 0px 0px 0px
|
7363
|
+
box-shadow: 0px 0px 0px #757575;
|
7364
7364
|
background: hsl(0, 0%, 86%);
|
7365
7365
|
border-radius: 4px;
|
7366
|
-
border: 0px solid
|
7366
|
+
border: 0px solid #757575;
|
7367
7367
|
}
|
7368
7368
|
input[type=range].slider::-moz-range-track {
|
7369
7369
|
cursor: pointer;
|
7370
7370
|
animate: 0.2s;
|
7371
|
-
box-shadow: 0px 0px 0px
|
7371
|
+
box-shadow: 0px 0px 0px #757575;
|
7372
7372
|
background: hsl(0, 0%, 86%);
|
7373
7373
|
border-radius: 4px;
|
7374
|
-
border: 0px solid
|
7374
|
+
border: 0px solid #757575;
|
7375
7375
|
}
|
7376
7376
|
input[type=range].slider::-ms-track {
|
7377
7377
|
cursor: pointer;
|
7378
7378
|
animate: 0.2s;
|
7379
|
-
box-shadow: 0px 0px 0px
|
7379
|
+
box-shadow: 0px 0px 0px #757575;
|
7380
7380
|
background: hsl(0, 0%, 86%);
|
7381
7381
|
border-radius: 4px;
|
7382
|
-
border: 0px solid
|
7382
|
+
border: 0px solid #757575;
|
7383
7383
|
}
|
7384
7384
|
input[type=range].slider::-ms-fill-lower {
|
7385
7385
|
background: hsl(0, 0%, 86%);
|
@@ -7391,23 +7391,23 @@ input[type=range].slider::-ms-fill-upper {
|
|
7391
7391
|
}
|
7392
7392
|
input[type=range].slider::-webkit-slider-thumb {
|
7393
7393
|
box-shadow: none;
|
7394
|
-
border: 1px solid #
|
7394
|
+
border: 1px solid #407E8C;
|
7395
7395
|
border-radius: 4px;
|
7396
|
-
background: #
|
7396
|
+
background: #407E8C;
|
7397
7397
|
cursor: pointer;
|
7398
7398
|
}
|
7399
7399
|
input[type=range].slider::-moz-range-thumb {
|
7400
7400
|
box-shadow: none;
|
7401
|
-
border: 1px solid #
|
7401
|
+
border: 1px solid #407E8C;
|
7402
7402
|
border-radius: 4px;
|
7403
|
-
background: #
|
7403
|
+
background: #407E8C;
|
7404
7404
|
cursor: pointer;
|
7405
7405
|
}
|
7406
7406
|
input[type=range].slider::-ms-thumb {
|
7407
7407
|
box-shadow: none;
|
7408
|
-
border: 1px solid #
|
7408
|
+
border: 1px solid #407E8C;
|
7409
7409
|
border-radius: 4px;
|
7410
|
-
background: #
|
7410
|
+
background: #407E8C;
|
7411
7411
|
cursor: pointer;
|
7412
7412
|
}
|
7413
7413
|
input[type=range].slider::-webkit-slider-thumb {
|
@@ -7700,23 +7700,23 @@ input[type=range].slider.is-dark .has-output-tooltip + output {
|
|
7700
7700
|
color: #fff;
|
7701
7701
|
}
|
7702
7702
|
input[type=range].slider.is-primary::-moz-range-track {
|
7703
|
-
background: #
|
7703
|
+
background: #407E8C !important;
|
7704
7704
|
}
|
7705
7705
|
input[type=range].slider.is-primary::-webkit-slider-runnable-track {
|
7706
|
-
background: #
|
7706
|
+
background: #407E8C !important;
|
7707
7707
|
}
|
7708
7708
|
input[type=range].slider.is-primary::-ms-track {
|
7709
|
-
background: #
|
7709
|
+
background: #407E8C !important;
|
7710
7710
|
}
|
7711
7711
|
input[type=range].slider.is-primary::-ms-fill-lower {
|
7712
|
-
background: #
|
7712
|
+
background: #407E8C;
|
7713
7713
|
}
|
7714
7714
|
input[type=range].slider.is-primary::-ms-fill-upper {
|
7715
|
-
background: #
|
7715
|
+
background: #407E8C;
|
7716
7716
|
}
|
7717
7717
|
input[type=range].slider.is-primary.has-output + output,
|
7718
7718
|
input[type=range].slider.is-primary .has-output-tooltip + output {
|
7719
|
-
background-color: #
|
7719
|
+
background-color: #407E8C;
|
7720
7720
|
color: #fff;
|
7721
7721
|
}
|
7722
7722
|
input[type=range].slider.is-link::-moz-range-track {
|
@@ -7740,83 +7740,83 @@ input[type=range].slider.is-link .has-output-tooltip + output {
|
|
7740
7740
|
color: #fff;
|
7741
7741
|
}
|
7742
7742
|
input[type=range].slider.is-info::-moz-range-track {
|
7743
|
-
background:
|
7743
|
+
background: #2D7AB9 !important;
|
7744
7744
|
}
|
7745
7745
|
input[type=range].slider.is-info::-webkit-slider-runnable-track {
|
7746
|
-
background:
|
7746
|
+
background: #2D7AB9 !important;
|
7747
7747
|
}
|
7748
7748
|
input[type=range].slider.is-info::-ms-track {
|
7749
|
-
background:
|
7749
|
+
background: #2D7AB9 !important;
|
7750
7750
|
}
|
7751
7751
|
input[type=range].slider.is-info::-ms-fill-lower {
|
7752
|
-
background:
|
7752
|
+
background: #2D7AB9;
|
7753
7753
|
}
|
7754
7754
|
input[type=range].slider.is-info::-ms-fill-upper {
|
7755
|
-
background:
|
7755
|
+
background: #2D7AB9;
|
7756
7756
|
}
|
7757
7757
|
input[type=range].slider.is-info.has-output + output,
|
7758
7758
|
input[type=range].slider.is-info .has-output-tooltip + output {
|
7759
|
-
background-color:
|
7759
|
+
background-color: #2D7AB9;
|
7760
7760
|
color: #fff;
|
7761
7761
|
}
|
7762
7762
|
input[type=range].slider.is-success::-moz-range-track {
|
7763
|
-
background: #
|
7763
|
+
background: #3A833C !important;
|
7764
7764
|
}
|
7765
7765
|
input[type=range].slider.is-success::-webkit-slider-runnable-track {
|
7766
|
-
background: #
|
7766
|
+
background: #3A833C !important;
|
7767
7767
|
}
|
7768
7768
|
input[type=range].slider.is-success::-ms-track {
|
7769
|
-
background: #
|
7769
|
+
background: #3A833C !important;
|
7770
7770
|
}
|
7771
7771
|
input[type=range].slider.is-success::-ms-fill-lower {
|
7772
|
-
background: #
|
7772
|
+
background: #3A833C;
|
7773
7773
|
}
|
7774
7774
|
input[type=range].slider.is-success::-ms-fill-upper {
|
7775
|
-
background: #
|
7775
|
+
background: #3A833C;
|
7776
7776
|
}
|
7777
7777
|
input[type=range].slider.is-success.has-output + output,
|
7778
7778
|
input[type=range].slider.is-success .has-output-tooltip + output {
|
7779
|
-
background-color: #
|
7779
|
+
background-color: #3A833C;
|
7780
7780
|
color: #fff;
|
7781
7781
|
}
|
7782
7782
|
input[type=range].slider.is-warning::-moz-range-track {
|
7783
|
-
background: #
|
7783
|
+
background: #B85000 !important;
|
7784
7784
|
}
|
7785
7785
|
input[type=range].slider.is-warning::-webkit-slider-runnable-track {
|
7786
|
-
background: #
|
7786
|
+
background: #B85000 !important;
|
7787
7787
|
}
|
7788
7788
|
input[type=range].slider.is-warning::-ms-track {
|
7789
|
-
background: #
|
7789
|
+
background: #B85000 !important;
|
7790
7790
|
}
|
7791
7791
|
input[type=range].slider.is-warning::-ms-fill-lower {
|
7792
|
-
background: #
|
7792
|
+
background: #B85000;
|
7793
7793
|
}
|
7794
7794
|
input[type=range].slider.is-warning::-ms-fill-upper {
|
7795
|
-
background: #
|
7795
|
+
background: #B85000;
|
7796
7796
|
}
|
7797
7797
|
input[type=range].slider.is-warning.has-output + output,
|
7798
7798
|
input[type=range].slider.is-warning .has-output-tooltip + output {
|
7799
|
-
background-color: #
|
7799
|
+
background-color: #B85000;
|
7800
7800
|
color: #fff;
|
7801
7801
|
}
|
7802
7802
|
input[type=range].slider.is-danger::-moz-range-track {
|
7803
|
-
background:
|
7803
|
+
background: #E8113C !important;
|
7804
7804
|
}
|
7805
7805
|
input[type=range].slider.is-danger::-webkit-slider-runnable-track {
|
7806
|
-
background:
|
7806
|
+
background: #E8113C !important;
|
7807
7807
|
}
|
7808
7808
|
input[type=range].slider.is-danger::-ms-track {
|
7809
|
-
background:
|
7809
|
+
background: #E8113C !important;
|
7810
7810
|
}
|
7811
7811
|
input[type=range].slider.is-danger::-ms-fill-lower {
|
7812
|
-
background:
|
7812
|
+
background: #E8113C;
|
7813
7813
|
}
|
7814
7814
|
input[type=range].slider.is-danger::-ms-fill-upper {
|
7815
|
-
background:
|
7815
|
+
background: #E8113C;
|
7816
7816
|
}
|
7817
7817
|
input[type=range].slider.is-danger.has-output + output,
|
7818
7818
|
input[type=range].slider.is-danger .has-output-tooltip + output {
|
7819
|
-
background-color:
|
7819
|
+
background-color: #E8113C;
|
7820
7820
|
color: #fff;
|
7821
7821
|
}
|
7822
7822
|
|
@@ -7824,7 +7824,7 @@ input[type=range].slider.is-danger .has-output-tooltip + output {
|
|
7824
7824
|
margin: auto;
|
7825
7825
|
border-style: solid;
|
7826
7826
|
border-color: hsl(0, 0%, 86%);
|
7827
|
-
border-top-color: #
|
7827
|
+
border-top-color: #407E8C;
|
7828
7828
|
border-radius: 50%;
|
7829
7829
|
-webkit-animation: spin 0.75s linear infinite; /* Safari, Chrome and Opera > 12.1 */
|
7830
7830
|
-moz-animation: spin 0.75s linear infinite; /* Firefox < 16 */
|
@@ -7854,7 +7854,7 @@ input[type=range].slider.is-danger .has-output-tooltip + output {
|
|
7854
7854
|
border-width: 2px;
|
7855
7855
|
width: 24px;
|
7856
7856
|
height: 24px;
|
7857
|
-
border-right-color: #
|
7857
|
+
border-right-color: #407E8C;
|
7858
7858
|
}
|
7859
7859
|
button .on-loading {
|
7860
7860
|
border-width: 2px;
|
@@ -8603,10 +8603,13 @@ button on-loading {
|
|
8603
8603
|
.ob-repeatable-set .ob-repeatable-set__container {
|
8604
8604
|
position: relative;
|
8605
8605
|
padding: 1.25rem;
|
8606
|
+
padding-top: 0.75rem;
|
8606
8607
|
margin-bottom: 1.25rem;
|
8607
8608
|
}
|
8608
8609
|
.ob-repeatable-set .ob-repeatable-set__container > .ob-button_remove {
|
8609
8610
|
margin-bottom: 0.5rem;
|
8611
|
+
border: #757575 solid 1px;
|
8612
|
+
background: hsl(0, 0%, 100%);
|
8610
8613
|
}
|
8611
8614
|
@media only screen and (min-width: 1024px) {
|
8612
8615
|
.ob-repeatable-set .ob-repeatable-set__container > .ob-button_remove {
|
@@ -8616,6 +8619,9 @@ button on-loading {
|
|
8616
8619
|
margin-left: 0.75rem;
|
8617
8620
|
}
|
8618
8621
|
}
|
8622
|
+
.ob-repeatable-set .ob-repeatable-set__container .ob-element:nth-child(2) {
|
8623
|
+
margin-top: 1rem;
|
8624
|
+
}
|
8619
8625
|
.ob-repeatable-set > .ob-button__add {
|
8620
8626
|
margin-bottom: 0;
|
8621
8627
|
min-width: 0;
|
@@ -8688,13 +8694,13 @@ button on-loading {
|
|
8688
8694
|
height: auto;
|
8689
8695
|
border-style: dashed;
|
8690
8696
|
border-width: 3px;
|
8691
|
-
border-color: hsl(0, 0%,
|
8692
|
-
color: hsl(0, 0%,
|
8697
|
+
border-color: hsl(0, 0%, 29%);
|
8698
|
+
color: hsl(0, 0%, 29%);
|
8693
8699
|
background-color: hsl(0, 0%, 96%);
|
8694
8700
|
}
|
8695
8701
|
.ob-files__add-new-button:active, .ob-files__add-new-button:focus, .ob-files__add-new-button:hover {
|
8696
|
-
border-color: hsl(0, 0%,
|
8697
|
-
color: hsl(0, 0%,
|
8702
|
+
border-color: hsl(0, 0%, 21%);
|
8703
|
+
color: hsl(0, 0%, 21%);
|
8698
8704
|
}
|
8699
8705
|
|
8700
8706
|
.ob-files__menu-remove-hidden {
|
@@ -8706,7 +8712,7 @@ button on-loading {
|
|
8706
8712
|
}
|
8707
8713
|
|
8708
8714
|
.ob-number__output {
|
8709
|
-
background-color:
|
8715
|
+
background-color: #757575;
|
8710
8716
|
color: hsl(0, 0%, 100%);
|
8711
8717
|
text-align: center;
|
8712
8718
|
padding: 0.5rem;
|
@@ -8729,7 +8735,7 @@ button on-loading {
|
|
8729
8735
|
margin: 0 auto;
|
8730
8736
|
width: 0;
|
8731
8737
|
height: 0;
|
8732
|
-
border-top: solid 6px
|
8738
|
+
border-top: solid 6px #757575;
|
8733
8739
|
border-left: solid 6px transparent;
|
8734
8740
|
border-right: solid 6px transparent;
|
8735
8741
|
-webkit-transition: border-top-color 0.2s ease;
|
@@ -8738,11 +8744,11 @@ button on-loading {
|
|
8738
8744
|
transition: border-top-color 0.2s ease;
|
8739
8745
|
}
|
8740
8746
|
.ob-number__output.is-dragging {
|
8741
|
-
background-color: #
|
8747
|
+
background-color: #407E8C;
|
8742
8748
|
color: #fff;
|
8743
8749
|
}
|
8744
8750
|
.ob-number__output.is-dragging:after {
|
8745
|
-
border-top-color: #
|
8751
|
+
border-top-color: #407E8C;
|
8746
8752
|
}
|
8747
8753
|
|
8748
8754
|
.ob-input.flatpickr-input[disabled] {
|
@@ -8835,8 +8841,8 @@ button on-loading {
|
|
8835
8841
|
}
|
8836
8842
|
|
8837
8843
|
.steps-header-active-page-icon {
|
8838
|
-
color: #
|
8839
|
-
border: 0.2em solid #
|
8844
|
+
color: #407E8C;
|
8845
|
+
border: 0.2em solid #407E8C;
|
8840
8846
|
border-radius: 50%;
|
8841
8847
|
min-height: 1.5rem;
|
8842
8848
|
min-width: 1.5rem;
|
@@ -8989,7 +8995,7 @@ button on-loading {
|
|
8989
8995
|
|
8990
8996
|
input:not([type=checkbox]):not([type=radio]):disabled,
|
8991
8997
|
textarea:disabled {
|
8992
|
-
-webkit-text-fill-color:
|
8998
|
+
-webkit-text-fill-color: #757575;
|
8993
8999
|
-webkit-opacity: 1;
|
8994
9000
|
opacity: 1;
|
8995
9001
|
}
|
@@ -9151,25 +9157,25 @@ textarea:disabled {
|
|
9151
9157
|
transition: border-left-color 0.5s;
|
9152
9158
|
}
|
9153
9159
|
.has-thick-border-left.is-primary-thick-border-left {
|
9154
|
-
border-left-color: #
|
9160
|
+
border-left-color: #407E8C;
|
9155
9161
|
}
|
9156
9162
|
.has-thick-border-left.is-link-thick-border-left {
|
9157
9163
|
border-left-color: hsl(229, 53%, 53%);
|
9158
9164
|
}
|
9159
9165
|
.has-thick-border-left.is-link-thick-border-left {
|
9160
|
-
border-left-color: #
|
9166
|
+
border-left-color: #407E8C;
|
9161
9167
|
}
|
9162
9168
|
.has-thick-border-left.is-info-thick-border-left {
|
9163
|
-
border-left-color:
|
9169
|
+
border-left-color: #2D7AB9;
|
9164
9170
|
}
|
9165
9171
|
.has-thick-border-left.is-success-thick-border-left {
|
9166
|
-
border-left-color: #
|
9172
|
+
border-left-color: #3A833C;
|
9167
9173
|
}
|
9168
9174
|
.has-thick-border-left.is-warning-thick-border-left {
|
9169
|
-
border-left-color: #
|
9175
|
+
border-left-color: #B85000;
|
9170
9176
|
}
|
9171
9177
|
.has-thick-border-left.is-danger-thick-border-left {
|
9172
|
-
border-left-color:
|
9178
|
+
border-left-color: #E8113C;
|
9173
9179
|
}
|
9174
9180
|
|
9175
9181
|
.title.is-5 {
|
@@ -9324,17 +9330,12 @@ textarea:disabled {
|
|
9324
9330
|
margin-bottom: 1rem;
|
9325
9331
|
}
|
9326
9332
|
|
9327
|
-
.ob-compliance.odd > .ob-compliance__container {
|
9328
|
-
background-color: hsl(0, 0%, 100%);
|
9329
|
-
}
|
9330
|
-
.ob-compliance.even > .ob-compliance__container {
|
9331
|
-
background-color: hsl(0, 0%, 98%);
|
9332
|
-
}
|
9333
|
-
|
9334
9333
|
.ob-compliance__container {
|
9335
9334
|
padding: 1.25rem;
|
9336
9335
|
margin-bottom: 1.25rem;
|
9337
9336
|
border-radius: 4px;
|
9337
|
+
background-color: hsl(0, 0%, 100%);
|
9338
|
+
border: #757575 solid 1px;
|
9338
9339
|
}
|
9339
9340
|
|
9340
9341
|
.ob-buttons-compliance {
|
@@ -9482,7 +9483,7 @@ textarea:disabled {
|
|
9482
9483
|
.ob-list__text-tertiary,
|
9483
9484
|
.ob-list__text-secondary {
|
9484
9485
|
font-size: 0.8rem;
|
9485
|
-
color:
|
9486
|
+
color: #757575;
|
9486
9487
|
}
|
9487
9488
|
|
9488
9489
|
.ob-button.ob-list__button {
|