@transferwise/neptune-css 0.0.0-experimental-bca35d9 → 0.0.0-experimental-e674a91
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/css/accordion.css +7 -10
- package/dist/css/alerts.css +142 -14
- package/dist/css/background.css +2 -2
- package/dist/css/badge.css +3 -1
- package/dist/css/breadcrumbs.css +1 -1
- package/dist/css/button-groups.css +6 -2
- package/dist/css/buttons.css +176 -151
- package/dist/css/chevron.css +1 -1
- package/dist/css/circles.css +11 -10
- package/dist/css/close.css +3 -2
- package/dist/css/column-layout.css +1 -0
- package/dist/css/currency-flags.css +1 -1
- package/dist/css/decision.css +6 -9
- package/dist/css/dropdowns.css +20 -12
- package/dist/css/droppable.css +9 -12
- package/dist/css/footer.css +43 -8
- package/dist/css/input-groups.css +139 -146
- package/dist/css/list-group.css +33 -12
- package/dist/css/modals.css +4 -3
- package/dist/css/navbar.css +133 -41
- package/dist/css/navs.css +20 -8
- package/dist/css/neptune-addons.css +85 -8
- package/dist/css/neptune-core.css +94 -42
- package/dist/css/neptune.css +1187 -640
- package/dist/css/popovers.css +12 -10
- package/dist/css/process.css +8 -8
- package/dist/css/progress-bars.css +7 -2
- package/dist/css/ring.css +2 -2
- package/dist/css/select.css +2 -2
- package/dist/css/sequences.css +95 -39
- package/dist/css/table.css +48 -14
- package/dist/css/tick.css +1 -0
- package/dist/css/tooltip.css +2 -1
- package/dist/css/wells.css +5 -5
- package/dist/less/neptune-tokens.less +175 -81
- package/dist/props/neptune-tokens.css +40 -80
- package/package.json +2 -2
- package/src/less/addons/_background-utilities.less +37 -0
- package/src/less/alerts.less +36 -0
- package/src/less/background.less +1 -0
- package/src/less/buttons.less +22 -0
- package/src/less/column-layout.less +1 -0
- package/src/less/core/_scaffolding.less +22 -3
- package/src/less/core/_typography-utilities.less +29 -0
- package/src/less/dropdowns.less +8 -0
- package/src/less/footer.less +33 -0
- package/src/less/mixins/_sequence.less +2 -2
- package/src/less/modals.less +1 -0
- package/src/less/navbar.less +31 -0
- package/src/less/navs.less +10 -0
- package/src/less/sequences.less +26 -0
- package/src/less/table.less +8 -0
- package/src/variables/neptune-tokens.less +10 -1
|
@@ -22,7 +22,7 @@ label {
|
|
|
22
22
|
}
|
|
23
23
|
label,
|
|
24
24
|
.secondary {
|
|
25
|
-
color: #
|
|
25
|
+
color: #5d7079;
|
|
26
26
|
color: var(--color-content-secondary);
|
|
27
27
|
transition: color ease-in-out 0.15s;
|
|
28
28
|
font-size: 0.875rem;
|
|
@@ -73,18 +73,18 @@ output {
|
|
|
73
73
|
font-size: var(--font-size-16);
|
|
74
74
|
line-height: 1.2;
|
|
75
75
|
line-height: var(--line-height-control);
|
|
76
|
-
color: #
|
|
76
|
+
color: #37517e;
|
|
77
77
|
color: var(--color-content-primary);
|
|
78
78
|
}
|
|
79
79
|
.form-control {
|
|
80
80
|
display: block;
|
|
81
81
|
width: 100%;
|
|
82
|
-
color: #
|
|
82
|
+
color: #37517e;
|
|
83
83
|
color: var(--color-content-primary);
|
|
84
84
|
background-color: #ffffff;
|
|
85
85
|
background-color: var(--color-background-screen);
|
|
86
86
|
background-image: none;
|
|
87
|
-
border: 1px solid #
|
|
87
|
+
border: 1px solid #c9cbce;
|
|
88
88
|
border: 1px solid var(--color-interactive-secondary);
|
|
89
89
|
transition: border-color ease-in-out 0.15s;
|
|
90
90
|
min-height: var(--input-height-base);
|
|
@@ -106,16 +106,16 @@ select[multiple].form-control {
|
|
|
106
106
|
height: auto;
|
|
107
107
|
}
|
|
108
108
|
.form-control:not(.disabled):not(:disabled):focus {
|
|
109
|
-
border-color: #
|
|
109
|
+
border-color: #0081ba;
|
|
110
110
|
border-color: var(--color-interactive-accent-active);
|
|
111
111
|
outline: 0;
|
|
112
112
|
}
|
|
113
113
|
.form-control::-moz-placeholder {
|
|
114
|
-
color: #
|
|
114
|
+
color: #768e9c;
|
|
115
115
|
color: var(--color-content-tertiary);
|
|
116
116
|
}
|
|
117
117
|
.form-control::placeholder {
|
|
118
|
-
color: #
|
|
118
|
+
color: #768e9c;
|
|
119
119
|
color: var(--color-content-tertiary);
|
|
120
120
|
}
|
|
121
121
|
textarea.form-control {
|
|
@@ -132,20 +132,18 @@ textarea.form-control {
|
|
|
132
132
|
margin-top: 8px;
|
|
133
133
|
}
|
|
134
134
|
.form-control:focus {
|
|
135
|
-
border-color: #
|
|
135
|
+
border-color: #0081ba;
|
|
136
136
|
border-color: var(--color-interactive-accent-active);
|
|
137
137
|
}
|
|
138
138
|
.np-theme-personal .form-control:not(.disabled):not(:disabled):focus {
|
|
139
|
-
border-color: #163300;
|
|
140
139
|
border-color: var(--color-interactive-primary);
|
|
141
140
|
outline: 0;
|
|
142
141
|
}
|
|
143
142
|
.np-theme-personal .form-control:hover {
|
|
144
|
-
border-color: #
|
|
143
|
+
border-color: #b5b7ba;
|
|
145
144
|
border-color: var(--color-interactive-secondary-hover);
|
|
146
145
|
}
|
|
147
146
|
.np-theme-personal .form-control:focus {
|
|
148
|
-
border-color: #163300;
|
|
149
147
|
border-color: var(--color-interactive-primary);
|
|
150
148
|
}
|
|
151
149
|
input[type='search'] {
|
|
@@ -190,7 +188,7 @@ input[type='search'] {
|
|
|
190
188
|
}
|
|
191
189
|
.form-group:focus-within .control-label,
|
|
192
190
|
.form-group:focus-within > label {
|
|
193
|
-
color: #
|
|
191
|
+
color: #37517e;
|
|
194
192
|
color: var(--color-content-primary);
|
|
195
193
|
}
|
|
196
194
|
.row-equal-height > [class*='col-'] > .form-group {
|
|
@@ -282,11 +280,11 @@ fieldset[disabled] .checkbox label {
|
|
|
282
280
|
margin-bottom: 0;
|
|
283
281
|
min-height: calc(1.2 * 2);
|
|
284
282
|
min-height: calc(var(--line-height-control) * 2);
|
|
285
|
-
color: #
|
|
283
|
+
color: #5d7079;
|
|
286
284
|
color: var(--color-content-secondary);
|
|
287
|
-
background-color: rgba(
|
|
285
|
+
background-color: rgba(134,167,189,0.10196);
|
|
288
286
|
background-color: var(--color-background-neutral);
|
|
289
|
-
border: 1px solid #
|
|
287
|
+
border: 1px solid #c9cbce;
|
|
290
288
|
border: 1px solid var(--color-interactive-secondary);
|
|
291
289
|
border-radius: 3px;
|
|
292
290
|
padding: var(--input-padding);
|
|
@@ -456,17 +454,17 @@ select[multiple].input-lg {
|
|
|
456
454
|
}
|
|
457
455
|
.focus .control-label,
|
|
458
456
|
.has-focus .control-label {
|
|
459
|
-
color: #
|
|
457
|
+
color: #37517e;
|
|
460
458
|
color: var(--color-content-primary);
|
|
461
459
|
}
|
|
462
460
|
.focus .input-group-addon,
|
|
463
461
|
.has-focus .input-group-addon {
|
|
464
|
-
border-color: #
|
|
462
|
+
border-color: #c9cbce;
|
|
465
463
|
border-color: var(--color-interactive-secondary);
|
|
466
464
|
}
|
|
467
465
|
.focus .input-group-addon:active,
|
|
468
466
|
.has-focus .input-group-addon:active {
|
|
469
|
-
border-color: #
|
|
467
|
+
border-color: #a7a9ab;
|
|
470
468
|
border-color: var(--color-interactive-secondary-active);
|
|
471
469
|
}
|
|
472
470
|
.help-block,
|
|
@@ -485,11 +483,11 @@ select[multiple].input-lg {
|
|
|
485
483
|
color: inherit;
|
|
486
484
|
}
|
|
487
485
|
.help-block {
|
|
488
|
-
color: #
|
|
486
|
+
color: #5d7079;
|
|
489
487
|
color: var(--color-content-secondary);
|
|
490
|
-
border-color: #
|
|
488
|
+
border-color: #c9cbce;
|
|
491
489
|
border-color: var(--color-interactive-secondary);
|
|
492
|
-
background-color: rgba(
|
|
490
|
+
background-color: rgba(134,167,189,0.10196);
|
|
493
491
|
background-color: var(--color-background-neutral);
|
|
494
492
|
display: block;
|
|
495
493
|
position: relative;
|
|
@@ -562,10 +560,11 @@ select[multiple].input-lg {
|
|
|
562
560
|
}
|
|
563
561
|
.focus .alert,
|
|
564
562
|
.has-focus .alert {
|
|
565
|
-
border-color: #
|
|
563
|
+
border-color: #0081ba;
|
|
566
564
|
border-color: var(--color-interactive-accent-active);
|
|
567
565
|
}
|
|
568
566
|
.has-success {
|
|
567
|
+
border-color: #2ead4b !important;
|
|
569
568
|
border-color: var(--color-interactive-positive) !important;
|
|
570
569
|
}
|
|
571
570
|
.has-success .control-label,
|
|
@@ -582,7 +581,9 @@ select[multiple].input-lg {
|
|
|
582
581
|
.has-success .radio-inline label,
|
|
583
582
|
.has-success .checkbox-inline label,
|
|
584
583
|
.has-success .input-group-addon {
|
|
584
|
+
color: #008026 !important;
|
|
585
585
|
color: var(--color-content-positive) !important;
|
|
586
|
+
border-color: #2ead4b !important;
|
|
586
587
|
border-color: var(--color-interactive-positive) !important;
|
|
587
588
|
}
|
|
588
589
|
.has-success .form-control,
|
|
@@ -591,6 +592,7 @@ select[multiple].input-lg {
|
|
|
591
592
|
.has-success .btn-input:not(.disabled):not(:disabled):hover,
|
|
592
593
|
.has-success .input-group-addon,
|
|
593
594
|
.has-success .alert {
|
|
595
|
+
border-color: #2ead4b !important;
|
|
594
596
|
border-color: var(--color-interactive-positive) !important;
|
|
595
597
|
}
|
|
596
598
|
.has-success:active .form-control,
|
|
@@ -614,27 +616,32 @@ select[multiple].input-lg {
|
|
|
614
616
|
.has-success:active .alert,
|
|
615
617
|
.has-success:focus .alert,
|
|
616
618
|
.has-success:focus-within .alert {
|
|
619
|
+
border-color: #069939 !important;
|
|
617
620
|
border-color: var(--color-interactive-positive-hover) !important;
|
|
618
621
|
}
|
|
619
622
|
.has-success:not(.disabled):not(:disabled):hover.radio label,
|
|
620
623
|
.has-success:not(.disabled):not(:disabled):hover.checkbox label,
|
|
621
624
|
.has-success:not(.disabled):not(:disabled):hover .btn-input,
|
|
622
625
|
.has-success:not(.disabled):not(:disabled):hover .alert {
|
|
626
|
+
border-color: #069939 !important;
|
|
623
627
|
border-color: var(--color-interactive-positive-hover) !important;
|
|
624
628
|
}
|
|
625
629
|
.has-success .form-control-feedback {
|
|
630
|
+
color: #008026;
|
|
626
631
|
color: var(--color-content-positive);
|
|
627
632
|
}
|
|
628
633
|
.has-success .radio > label:not(.disabled):not(:disabled),
|
|
629
634
|
.has-success.checkbox > label:not(.disabled):not(:disabled) {
|
|
635
|
+
border-color: #2ead4b;
|
|
630
636
|
border-color: var(--color-interactive-positive);
|
|
631
|
-
color: #
|
|
637
|
+
color: #37517e;
|
|
632
638
|
color: var(--color-content-primary);
|
|
633
639
|
}
|
|
634
640
|
.has-success .radio > label:not(.disabled):not(:disabled):hover,
|
|
635
641
|
.has-success.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
636
642
|
.has-success .radio > label:focus-within,
|
|
637
643
|
.has-success.checkbox > label:focus-within {
|
|
644
|
+
border-color: #069939 !important;
|
|
638
645
|
border-color: var(--color-interactive-positive-hover) !important;
|
|
639
646
|
}
|
|
640
647
|
.has-success .radio > label:not(.disabled):not(:disabled):hover .tw-checkbox-button,
|
|
@@ -645,16 +652,17 @@ select[multiple].input-lg {
|
|
|
645
652
|
.has-success.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
646
653
|
.has-success .radio > label:focus-within .tw-radio-button,
|
|
647
654
|
.has-success.checkbox > label:focus-within .tw-radio-button {
|
|
655
|
+
border-color: #069939 !important;
|
|
648
656
|
border-color: var(--color-interactive-positive-hover) !important;
|
|
649
657
|
}
|
|
650
658
|
.has-success .radio .tw-checkbox-button,
|
|
651
659
|
.has-success.checkbox .tw-checkbox-button,
|
|
652
660
|
.has-success .radio .tw-radio-button,
|
|
653
661
|
.has-success.checkbox .tw-radio-button {
|
|
662
|
+
border-color: #2ead4b;
|
|
654
663
|
border-color: var(--color-interactive-positive);
|
|
655
664
|
}
|
|
656
665
|
.np-theme-personal .has-success {
|
|
657
|
-
border-color: #054d28 !important;
|
|
658
666
|
border-color: var(--color-sentiment-positive) !important;
|
|
659
667
|
}
|
|
660
668
|
.np-theme-personal .has-success .control-label,
|
|
@@ -671,9 +679,8 @@ select[multiple].input-lg {
|
|
|
671
679
|
.np-theme-personal .has-success .radio-inline label,
|
|
672
680
|
.np-theme-personal .has-success .checkbox-inline label,
|
|
673
681
|
.np-theme-personal .has-success .input-group-addon {
|
|
674
|
-
color: #
|
|
682
|
+
color: #37517e !important;
|
|
675
683
|
color: var(--color-content-primary) !important;
|
|
676
|
-
border-color: #054d28 !important;
|
|
677
684
|
border-color: var(--color-sentiment-positive) !important;
|
|
678
685
|
}
|
|
679
686
|
.np-theme-personal .has-success .form-control,
|
|
@@ -682,7 +689,6 @@ select[multiple].input-lg {
|
|
|
682
689
|
.np-theme-personal .has-success .btn-input:not(.disabled):not(:disabled):hover,
|
|
683
690
|
.np-theme-personal .has-success .input-group-addon,
|
|
684
691
|
.np-theme-personal .has-success .alert {
|
|
685
|
-
border-color: #054d28 !important;
|
|
686
692
|
border-color: var(--color-sentiment-positive) !important;
|
|
687
693
|
}
|
|
688
694
|
.np-theme-personal .has-success:active .form-control,
|
|
@@ -706,32 +712,28 @@ select[multiple].input-lg {
|
|
|
706
712
|
.np-theme-personal .has-success:active .alert,
|
|
707
713
|
.np-theme-personal .has-success:focus .alert,
|
|
708
714
|
.np-theme-personal .has-success:focus-within .alert {
|
|
709
|
-
border-color: #054d28 !important;
|
|
710
715
|
border-color: var(--color-sentiment-positive) !important;
|
|
711
716
|
}
|
|
712
717
|
.np-theme-personal .has-success:not(.disabled):not(:disabled):hover.radio label,
|
|
713
718
|
.np-theme-personal .has-success:not(.disabled):not(:disabled):hover.checkbox label,
|
|
714
719
|
.np-theme-personal .has-success:not(.disabled):not(:disabled):hover .btn-input,
|
|
715
720
|
.np-theme-personal .has-success:not(.disabled):not(:disabled):hover .alert {
|
|
716
|
-
border-color: #054d28 !important;
|
|
717
721
|
border-color: var(--color-sentiment-positive) !important;
|
|
718
722
|
}
|
|
719
723
|
.np-theme-personal .has-success .form-control-feedback {
|
|
720
|
-
color: #
|
|
724
|
+
color: #37517e;
|
|
721
725
|
color: var(--color-content-primary);
|
|
722
726
|
}
|
|
723
727
|
.np-theme-personal .has-success .radio > label:not(.disabled):not(:disabled),
|
|
724
728
|
.np-theme-personal .has-success.checkbox > label:not(.disabled):not(:disabled) {
|
|
725
|
-
border-color: #054d28;
|
|
726
729
|
border-color: var(--color-sentiment-positive);
|
|
727
|
-
color: #
|
|
730
|
+
color: #37517e;
|
|
728
731
|
color: var(--color-content-primary);
|
|
729
732
|
}
|
|
730
733
|
.np-theme-personal .has-success .radio > label:not(.disabled):not(:disabled):hover,
|
|
731
734
|
.np-theme-personal .has-success.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
732
735
|
.np-theme-personal .has-success .radio > label:focus-within,
|
|
733
736
|
.np-theme-personal .has-success.checkbox > label:focus-within {
|
|
734
|
-
border-color: #054d28 !important;
|
|
735
737
|
border-color: var(--color-sentiment-positive) !important;
|
|
736
738
|
}
|
|
737
739
|
.np-theme-personal .has-success .radio > label:not(.disabled):not(:disabled):hover .tw-checkbox-button,
|
|
@@ -742,18 +744,16 @@ select[multiple].input-lg {
|
|
|
742
744
|
.np-theme-personal .has-success.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
743
745
|
.np-theme-personal .has-success .radio > label:focus-within .tw-radio-button,
|
|
744
746
|
.np-theme-personal .has-success.checkbox > label:focus-within .tw-radio-button {
|
|
745
|
-
border-color: #054d28 !important;
|
|
746
747
|
border-color: var(--color-sentiment-positive) !important;
|
|
747
748
|
}
|
|
748
749
|
.np-theme-personal .has-success .radio .tw-checkbox-button,
|
|
749
750
|
.np-theme-personal .has-success.checkbox .tw-checkbox-button,
|
|
750
751
|
.np-theme-personal .has-success .radio .tw-radio-button,
|
|
751
752
|
.np-theme-personal .has-success.checkbox .tw-radio-button {
|
|
752
|
-
border-color: #054d28;
|
|
753
753
|
border-color: var(--color-sentiment-positive);
|
|
754
754
|
}
|
|
755
755
|
.has-info {
|
|
756
|
-
border-color: #
|
|
756
|
+
border-color: #00a2dd !important;
|
|
757
757
|
border-color: var(--color-interactive-accent) !important;
|
|
758
758
|
}
|
|
759
759
|
.has-info .control-label,
|
|
@@ -770,8 +770,9 @@ select[multiple].input-lg {
|
|
|
770
770
|
.has-info .radio-inline label,
|
|
771
771
|
.has-info .checkbox-inline label,
|
|
772
772
|
.has-info .input-group-addon {
|
|
773
|
+
color: #0097c7 !important;
|
|
773
774
|
color: var(--color-content-accent) !important;
|
|
774
|
-
border-color: #
|
|
775
|
+
border-color: #00a2dd !important;
|
|
775
776
|
border-color: var(--color-interactive-accent) !important;
|
|
776
777
|
}
|
|
777
778
|
.has-info .form-control,
|
|
@@ -780,7 +781,7 @@ select[multiple].input-lg {
|
|
|
780
781
|
.has-info .btn-input:not(.disabled):not(:disabled):hover,
|
|
781
782
|
.has-info .input-group-addon,
|
|
782
783
|
.has-info .alert {
|
|
783
|
-
border-color: #
|
|
784
|
+
border-color: #00a2dd !important;
|
|
784
785
|
border-color: var(--color-interactive-accent) !important;
|
|
785
786
|
}
|
|
786
787
|
.has-info:active .form-control,
|
|
@@ -804,31 +805,32 @@ select[multiple].input-lg {
|
|
|
804
805
|
.has-info:active .alert,
|
|
805
806
|
.has-info:focus .alert,
|
|
806
807
|
.has-info:focus-within .alert {
|
|
807
|
-
border-color: #
|
|
808
|
+
border-color: #008fc9 !important;
|
|
808
809
|
border-color: var(--color-interactive-accent-hover) !important;
|
|
809
810
|
}
|
|
810
811
|
.has-info:not(.disabled):not(:disabled):hover.radio label,
|
|
811
812
|
.has-info:not(.disabled):not(:disabled):hover.checkbox label,
|
|
812
813
|
.has-info:not(.disabled):not(:disabled):hover .btn-input,
|
|
813
814
|
.has-info:not(.disabled):not(:disabled):hover .alert {
|
|
814
|
-
border-color: #
|
|
815
|
+
border-color: #008fc9 !important;
|
|
815
816
|
border-color: var(--color-interactive-accent-hover) !important;
|
|
816
817
|
}
|
|
817
818
|
.has-info .form-control-feedback {
|
|
819
|
+
color: #0097c7;
|
|
818
820
|
color: var(--color-content-accent);
|
|
819
821
|
}
|
|
820
822
|
.has-info .radio > label:not(.disabled):not(:disabled),
|
|
821
823
|
.has-info.checkbox > label:not(.disabled):not(:disabled) {
|
|
822
|
-
border-color: #
|
|
824
|
+
border-color: #00a2dd;
|
|
823
825
|
border-color: var(--color-interactive-accent);
|
|
824
|
-
color: #
|
|
826
|
+
color: #37517e;
|
|
825
827
|
color: var(--color-content-primary);
|
|
826
828
|
}
|
|
827
829
|
.has-info .radio > label:not(.disabled):not(:disabled):hover,
|
|
828
830
|
.has-info.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
829
831
|
.has-info .radio > label:focus-within,
|
|
830
832
|
.has-info.checkbox > label:focus-within {
|
|
831
|
-
border-color: #
|
|
833
|
+
border-color: #008fc9 !important;
|
|
832
834
|
border-color: var(--color-interactive-accent-hover) !important;
|
|
833
835
|
}
|
|
834
836
|
.has-info .radio > label:not(.disabled):not(:disabled):hover .tw-checkbox-button,
|
|
@@ -839,14 +841,14 @@ select[multiple].input-lg {
|
|
|
839
841
|
.has-info.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
840
842
|
.has-info .radio > label:focus-within .tw-radio-button,
|
|
841
843
|
.has-info.checkbox > label:focus-within .tw-radio-button {
|
|
842
|
-
border-color: #
|
|
844
|
+
border-color: #008fc9 !important;
|
|
843
845
|
border-color: var(--color-interactive-accent-hover) !important;
|
|
844
846
|
}
|
|
845
847
|
.has-info .radio .tw-checkbox-button,
|
|
846
848
|
.has-info.checkbox .tw-checkbox-button,
|
|
847
849
|
.has-info .radio .tw-radio-button,
|
|
848
850
|
.has-info.checkbox .tw-radio-button {
|
|
849
|
-
border-color: #
|
|
851
|
+
border-color: #00a2dd;
|
|
850
852
|
border-color: var(--color-interactive-accent);
|
|
851
853
|
}
|
|
852
854
|
.np-theme-personal .has-info {
|
|
@@ -866,7 +868,7 @@ select[multiple].input-lg {
|
|
|
866
868
|
.np-theme-personal .has-info .radio-inline label,
|
|
867
869
|
.np-theme-personal .has-info .checkbox-inline label,
|
|
868
870
|
.np-theme-personal .has-info .input-group-addon {
|
|
869
|
-
color: #
|
|
871
|
+
color: #37517e !important;
|
|
870
872
|
color: var(--color-content-primary) !important;
|
|
871
873
|
border-color: transparent !important;
|
|
872
874
|
}
|
|
@@ -908,13 +910,13 @@ select[multiple].input-lg {
|
|
|
908
910
|
border-color: transparent !important;
|
|
909
911
|
}
|
|
910
912
|
.np-theme-personal .has-info .form-control-feedback {
|
|
911
|
-
color: #
|
|
913
|
+
color: #37517e;
|
|
912
914
|
color: var(--color-content-primary);
|
|
913
915
|
}
|
|
914
916
|
.np-theme-personal .has-info .radio > label:not(.disabled):not(:disabled),
|
|
915
917
|
.np-theme-personal .has-info.checkbox > label:not(.disabled):not(:disabled) {
|
|
916
918
|
border-color: transparent;
|
|
917
|
-
color: #
|
|
919
|
+
color: #37517e;
|
|
918
920
|
color: var(--color-content-primary);
|
|
919
921
|
}
|
|
920
922
|
.np-theme-personal .has-info .radio > label:not(.disabled):not(:disabled):hover,
|
|
@@ -940,6 +942,7 @@ select[multiple].input-lg {
|
|
|
940
942
|
border-color: transparent;
|
|
941
943
|
}
|
|
942
944
|
.has-warning {
|
|
945
|
+
border-color: #df8700 !important;
|
|
943
946
|
border-color: var(--color-interactive-warning) !important;
|
|
944
947
|
}
|
|
945
948
|
.has-warning .control-label,
|
|
@@ -956,7 +959,9 @@ select[multiple].input-lg {
|
|
|
956
959
|
.has-warning .radio-inline label,
|
|
957
960
|
.has-warning .checkbox-inline label,
|
|
958
961
|
.has-warning .input-group-addon {
|
|
962
|
+
color: #9a6500 !important;
|
|
959
963
|
color: var(--color-content-warning) !important;
|
|
964
|
+
border-color: #df8700 !important;
|
|
960
965
|
border-color: var(--color-interactive-warning) !important;
|
|
961
966
|
}
|
|
962
967
|
.has-warning .form-control,
|
|
@@ -965,6 +970,7 @@ select[multiple].input-lg {
|
|
|
965
970
|
.has-warning .btn-input:not(.disabled):not(:disabled):hover,
|
|
966
971
|
.has-warning .input-group-addon,
|
|
967
972
|
.has-warning .alert {
|
|
973
|
+
border-color: #df8700 !important;
|
|
968
974
|
border-color: var(--color-interactive-warning) !important;
|
|
969
975
|
}
|
|
970
976
|
.has-warning:active .form-control,
|
|
@@ -988,27 +994,32 @@ select[multiple].input-lg {
|
|
|
988
994
|
.has-warning:active .alert,
|
|
989
995
|
.has-warning:focus .alert,
|
|
990
996
|
.has-warning:focus-within .alert {
|
|
997
|
+
border-color: #c97500 !important;
|
|
991
998
|
border-color: var(--color-interactive-warning-hover) !important;
|
|
992
999
|
}
|
|
993
1000
|
.has-warning:not(.disabled):not(:disabled):hover.radio label,
|
|
994
1001
|
.has-warning:not(.disabled):not(:disabled):hover.checkbox label,
|
|
995
1002
|
.has-warning:not(.disabled):not(:disabled):hover .btn-input,
|
|
996
1003
|
.has-warning:not(.disabled):not(:disabled):hover .alert {
|
|
1004
|
+
border-color: #c97500 !important;
|
|
997
1005
|
border-color: var(--color-interactive-warning-hover) !important;
|
|
998
1006
|
}
|
|
999
1007
|
.has-warning .form-control-feedback {
|
|
1008
|
+
color: #9a6500;
|
|
1000
1009
|
color: var(--color-content-warning);
|
|
1001
1010
|
}
|
|
1002
1011
|
.has-warning .radio > label:not(.disabled):not(:disabled),
|
|
1003
1012
|
.has-warning.checkbox > label:not(.disabled):not(:disabled) {
|
|
1013
|
+
border-color: #df8700;
|
|
1004
1014
|
border-color: var(--color-interactive-warning);
|
|
1005
|
-
color: #
|
|
1015
|
+
color: #37517e;
|
|
1006
1016
|
color: var(--color-content-primary);
|
|
1007
1017
|
}
|
|
1008
1018
|
.has-warning .radio > label:not(.disabled):not(:disabled):hover,
|
|
1009
1019
|
.has-warning.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
1010
1020
|
.has-warning .radio > label:focus-within,
|
|
1011
1021
|
.has-warning.checkbox > label:focus-within {
|
|
1022
|
+
border-color: #c97500 !important;
|
|
1012
1023
|
border-color: var(--color-interactive-warning-hover) !important;
|
|
1013
1024
|
}
|
|
1014
1025
|
.has-warning .radio > label:not(.disabled):not(:disabled):hover .tw-checkbox-button,
|
|
@@ -1019,16 +1030,17 @@ select[multiple].input-lg {
|
|
|
1019
1030
|
.has-warning.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
1020
1031
|
.has-warning .radio > label:focus-within .tw-radio-button,
|
|
1021
1032
|
.has-warning.checkbox > label:focus-within .tw-radio-button {
|
|
1033
|
+
border-color: #c97500 !important;
|
|
1022
1034
|
border-color: var(--color-interactive-warning-hover) !important;
|
|
1023
1035
|
}
|
|
1024
1036
|
.has-warning .radio .tw-checkbox-button,
|
|
1025
1037
|
.has-warning.checkbox .tw-checkbox-button,
|
|
1026
1038
|
.has-warning .radio .tw-radio-button,
|
|
1027
1039
|
.has-warning.checkbox .tw-radio-button {
|
|
1040
|
+
border-color: #df8700;
|
|
1028
1041
|
border-color: var(--color-interactive-warning);
|
|
1029
1042
|
}
|
|
1030
1043
|
.np-theme-personal .has-warning {
|
|
1031
|
-
border-color: #ffd11a !important;
|
|
1032
1044
|
border-color: var(--color-sentiment-warning) !important;
|
|
1033
1045
|
}
|
|
1034
1046
|
.np-theme-personal .has-warning .control-label,
|
|
@@ -1045,9 +1057,8 @@ select[multiple].input-lg {
|
|
|
1045
1057
|
.np-theme-personal .has-warning .radio-inline label,
|
|
1046
1058
|
.np-theme-personal .has-warning .checkbox-inline label,
|
|
1047
1059
|
.np-theme-personal .has-warning .input-group-addon {
|
|
1048
|
-
color: #
|
|
1060
|
+
color: #37517e !important;
|
|
1049
1061
|
color: var(--color-content-primary) !important;
|
|
1050
|
-
border-color: #ffd11a !important;
|
|
1051
1062
|
border-color: var(--color-sentiment-warning) !important;
|
|
1052
1063
|
}
|
|
1053
1064
|
.np-theme-personal .has-warning .form-control,
|
|
@@ -1056,7 +1067,6 @@ select[multiple].input-lg {
|
|
|
1056
1067
|
.np-theme-personal .has-warning .btn-input:not(.disabled):not(:disabled):hover,
|
|
1057
1068
|
.np-theme-personal .has-warning .input-group-addon,
|
|
1058
1069
|
.np-theme-personal .has-warning .alert {
|
|
1059
|
-
border-color: #ffd11a !important;
|
|
1060
1070
|
border-color: var(--color-sentiment-warning) !important;
|
|
1061
1071
|
}
|
|
1062
1072
|
.np-theme-personal .has-warning:active .form-control,
|
|
@@ -1080,32 +1090,28 @@ select[multiple].input-lg {
|
|
|
1080
1090
|
.np-theme-personal .has-warning:active .alert,
|
|
1081
1091
|
.np-theme-personal .has-warning:focus .alert,
|
|
1082
1092
|
.np-theme-personal .has-warning:focus-within .alert {
|
|
1083
|
-
border-color: #ffd11a !important;
|
|
1084
1093
|
border-color: var(--color-sentiment-warning) !important;
|
|
1085
1094
|
}
|
|
1086
1095
|
.np-theme-personal .has-warning:not(.disabled):not(:disabled):hover.radio label,
|
|
1087
1096
|
.np-theme-personal .has-warning:not(.disabled):not(:disabled):hover.checkbox label,
|
|
1088
1097
|
.np-theme-personal .has-warning:not(.disabled):not(:disabled):hover .btn-input,
|
|
1089
1098
|
.np-theme-personal .has-warning:not(.disabled):not(:disabled):hover .alert {
|
|
1090
|
-
border-color: #ffd11a !important;
|
|
1091
1099
|
border-color: var(--color-sentiment-warning) !important;
|
|
1092
1100
|
}
|
|
1093
1101
|
.np-theme-personal .has-warning .form-control-feedback {
|
|
1094
|
-
color: #
|
|
1102
|
+
color: #37517e;
|
|
1095
1103
|
color: var(--color-content-primary);
|
|
1096
1104
|
}
|
|
1097
1105
|
.np-theme-personal .has-warning .radio > label:not(.disabled):not(:disabled),
|
|
1098
1106
|
.np-theme-personal .has-warning.checkbox > label:not(.disabled):not(:disabled) {
|
|
1099
|
-
border-color: #ffd11a;
|
|
1100
1107
|
border-color: var(--color-sentiment-warning);
|
|
1101
|
-
color: #
|
|
1108
|
+
color: #37517e;
|
|
1102
1109
|
color: var(--color-content-primary);
|
|
1103
1110
|
}
|
|
1104
1111
|
.np-theme-personal .has-warning .radio > label:not(.disabled):not(:disabled):hover,
|
|
1105
1112
|
.np-theme-personal .has-warning.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
1106
1113
|
.np-theme-personal .has-warning .radio > label:focus-within,
|
|
1107
1114
|
.np-theme-personal .has-warning.checkbox > label:focus-within {
|
|
1108
|
-
border-color: #ffd11a !important;
|
|
1109
1115
|
border-color: var(--color-sentiment-warning) !important;
|
|
1110
1116
|
}
|
|
1111
1117
|
.np-theme-personal .has-warning .radio > label:not(.disabled):not(:disabled):hover .tw-checkbox-button,
|
|
@@ -1116,17 +1122,16 @@ select[multiple].input-lg {
|
|
|
1116
1122
|
.np-theme-personal .has-warning.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
1117
1123
|
.np-theme-personal .has-warning .radio > label:focus-within .tw-radio-button,
|
|
1118
1124
|
.np-theme-personal .has-warning.checkbox > label:focus-within .tw-radio-button {
|
|
1119
|
-
border-color: #ffd11a !important;
|
|
1120
1125
|
border-color: var(--color-sentiment-warning) !important;
|
|
1121
1126
|
}
|
|
1122
1127
|
.np-theme-personal .has-warning .radio .tw-checkbox-button,
|
|
1123
1128
|
.np-theme-personal .has-warning.checkbox .tw-checkbox-button,
|
|
1124
1129
|
.np-theme-personal .has-warning .radio .tw-radio-button,
|
|
1125
1130
|
.np-theme-personal .has-warning.checkbox .tw-radio-button {
|
|
1126
|
-
border-color: #ffd11a;
|
|
1127
1131
|
border-color: var(--color-sentiment-warning);
|
|
1128
1132
|
}
|
|
1129
1133
|
.has-error {
|
|
1134
|
+
border-color: #e74848 !important;
|
|
1130
1135
|
border-color: var(--color-interactive-negative) !important;
|
|
1131
1136
|
}
|
|
1132
1137
|
.has-error .control-label,
|
|
@@ -1143,7 +1148,9 @@ select[multiple].input-lg {
|
|
|
1143
1148
|
.has-error .radio-inline label,
|
|
1144
1149
|
.has-error .checkbox-inline label,
|
|
1145
1150
|
.has-error .input-group-addon {
|
|
1151
|
+
color: #cf2929 !important;
|
|
1146
1152
|
color: var(--color-content-negative) !important;
|
|
1153
|
+
border-color: #e74848 !important;
|
|
1147
1154
|
border-color: var(--color-interactive-negative) !important;
|
|
1148
1155
|
}
|
|
1149
1156
|
.has-error .form-control,
|
|
@@ -1152,6 +1159,7 @@ select[multiple].input-lg {
|
|
|
1152
1159
|
.has-error .btn-input:not(.disabled):not(:disabled):hover,
|
|
1153
1160
|
.has-error .input-group-addon,
|
|
1154
1161
|
.has-error .alert {
|
|
1162
|
+
border-color: #e74848 !important;
|
|
1155
1163
|
border-color: var(--color-interactive-negative) !important;
|
|
1156
1164
|
}
|
|
1157
1165
|
.has-error:active .form-control,
|
|
@@ -1175,27 +1183,32 @@ select[multiple].input-lg {
|
|
|
1175
1183
|
.has-error:active .alert,
|
|
1176
1184
|
.has-error:focus .alert,
|
|
1177
1185
|
.has-error:focus-within .alert {
|
|
1186
|
+
border-color: #d03238 !important;
|
|
1178
1187
|
border-color: var(--color-interactive-negative-hover) !important;
|
|
1179
1188
|
}
|
|
1180
1189
|
.has-error:not(.disabled):not(:disabled):hover.radio label,
|
|
1181
1190
|
.has-error:not(.disabled):not(:disabled):hover.checkbox label,
|
|
1182
1191
|
.has-error:not(.disabled):not(:disabled):hover .btn-input,
|
|
1183
1192
|
.has-error:not(.disabled):not(:disabled):hover .alert {
|
|
1193
|
+
border-color: #d03238 !important;
|
|
1184
1194
|
border-color: var(--color-interactive-negative-hover) !important;
|
|
1185
1195
|
}
|
|
1186
1196
|
.has-error .form-control-feedback {
|
|
1197
|
+
color: #cf2929;
|
|
1187
1198
|
color: var(--color-content-negative);
|
|
1188
1199
|
}
|
|
1189
1200
|
.has-error .radio > label:not(.disabled):not(:disabled),
|
|
1190
1201
|
.has-error.checkbox > label:not(.disabled):not(:disabled) {
|
|
1202
|
+
border-color: #e74848;
|
|
1191
1203
|
border-color: var(--color-interactive-negative);
|
|
1192
|
-
color: #
|
|
1204
|
+
color: #37517e;
|
|
1193
1205
|
color: var(--color-content-primary);
|
|
1194
1206
|
}
|
|
1195
1207
|
.has-error .radio > label:not(.disabled):not(:disabled):hover,
|
|
1196
1208
|
.has-error.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
1197
1209
|
.has-error .radio > label:focus-within,
|
|
1198
1210
|
.has-error.checkbox > label:focus-within {
|
|
1211
|
+
border-color: #d03238 !important;
|
|
1199
1212
|
border-color: var(--color-interactive-negative-hover) !important;
|
|
1200
1213
|
}
|
|
1201
1214
|
.has-error .radio > label:not(.disabled):not(:disabled):hover .tw-checkbox-button,
|
|
@@ -1206,16 +1219,17 @@ select[multiple].input-lg {
|
|
|
1206
1219
|
.has-error.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
1207
1220
|
.has-error .radio > label:focus-within .tw-radio-button,
|
|
1208
1221
|
.has-error.checkbox > label:focus-within .tw-radio-button {
|
|
1222
|
+
border-color: #d03238 !important;
|
|
1209
1223
|
border-color: var(--color-interactive-negative-hover) !important;
|
|
1210
1224
|
}
|
|
1211
1225
|
.has-error .radio .tw-checkbox-button,
|
|
1212
1226
|
.has-error.checkbox .tw-checkbox-button,
|
|
1213
1227
|
.has-error .radio .tw-radio-button,
|
|
1214
1228
|
.has-error.checkbox .tw-radio-button {
|
|
1229
|
+
border-color: #e74848;
|
|
1215
1230
|
border-color: var(--color-interactive-negative);
|
|
1216
1231
|
}
|
|
1217
1232
|
.np-theme-personal .has-error {
|
|
1218
|
-
border-color: #cb272f !important;
|
|
1219
1233
|
border-color: var(--color-sentiment-negative) !important;
|
|
1220
1234
|
}
|
|
1221
1235
|
.np-theme-personal .has-error .control-label,
|
|
@@ -1232,9 +1246,8 @@ select[multiple].input-lg {
|
|
|
1232
1246
|
.np-theme-personal .has-error .radio-inline label,
|
|
1233
1247
|
.np-theme-personal .has-error .checkbox-inline label,
|
|
1234
1248
|
.np-theme-personal .has-error .input-group-addon {
|
|
1235
|
-
color: #
|
|
1249
|
+
color: #37517e !important;
|
|
1236
1250
|
color: var(--color-content-primary) !important;
|
|
1237
|
-
border-color: #cb272f !important;
|
|
1238
1251
|
border-color: var(--color-sentiment-negative) !important;
|
|
1239
1252
|
}
|
|
1240
1253
|
.np-theme-personal .has-error .form-control,
|
|
@@ -1243,7 +1256,6 @@ select[multiple].input-lg {
|
|
|
1243
1256
|
.np-theme-personal .has-error .btn-input:not(.disabled):not(:disabled):hover,
|
|
1244
1257
|
.np-theme-personal .has-error .input-group-addon,
|
|
1245
1258
|
.np-theme-personal .has-error .alert {
|
|
1246
|
-
border-color: #cb272f !important;
|
|
1247
1259
|
border-color: var(--color-sentiment-negative) !important;
|
|
1248
1260
|
}
|
|
1249
1261
|
.np-theme-personal .has-error:active .form-control,
|
|
@@ -1267,32 +1279,28 @@ select[multiple].input-lg {
|
|
|
1267
1279
|
.np-theme-personal .has-error:active .alert,
|
|
1268
1280
|
.np-theme-personal .has-error:focus .alert,
|
|
1269
1281
|
.np-theme-personal .has-error:focus-within .alert {
|
|
1270
|
-
border-color: #b8232b !important;
|
|
1271
1282
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
1272
1283
|
}
|
|
1273
1284
|
.np-theme-personal .has-error:not(.disabled):not(:disabled):hover.radio label,
|
|
1274
1285
|
.np-theme-personal .has-error:not(.disabled):not(:disabled):hover.checkbox label,
|
|
1275
1286
|
.np-theme-personal .has-error:not(.disabled):not(:disabled):hover .btn-input,
|
|
1276
1287
|
.np-theme-personal .has-error:not(.disabled):not(:disabled):hover .alert {
|
|
1277
|
-
border-color: #b8232b !important;
|
|
1278
1288
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
1279
1289
|
}
|
|
1280
1290
|
.np-theme-personal .has-error .form-control-feedback {
|
|
1281
|
-
color: #
|
|
1291
|
+
color: #37517e;
|
|
1282
1292
|
color: var(--color-content-primary);
|
|
1283
1293
|
}
|
|
1284
1294
|
.np-theme-personal .has-error .radio > label:not(.disabled):not(:disabled),
|
|
1285
1295
|
.np-theme-personal .has-error.checkbox > label:not(.disabled):not(:disabled) {
|
|
1286
|
-
border-color: #cb272f;
|
|
1287
1296
|
border-color: var(--color-sentiment-negative);
|
|
1288
|
-
color: #
|
|
1297
|
+
color: #37517e;
|
|
1289
1298
|
color: var(--color-content-primary);
|
|
1290
1299
|
}
|
|
1291
1300
|
.np-theme-personal .has-error .radio > label:not(.disabled):not(:disabled):hover,
|
|
1292
1301
|
.np-theme-personal .has-error.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
1293
1302
|
.np-theme-personal .has-error .radio > label:focus-within,
|
|
1294
1303
|
.np-theme-personal .has-error.checkbox > label:focus-within {
|
|
1295
|
-
border-color: #b8232b !important;
|
|
1296
1304
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
1297
1305
|
}
|
|
1298
1306
|
.np-theme-personal .has-error .radio > label:not(.disabled):not(:disabled):hover .tw-checkbox-button,
|
|
@@ -1303,14 +1311,12 @@ select[multiple].input-lg {
|
|
|
1303
1311
|
.np-theme-personal .has-error.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
1304
1312
|
.np-theme-personal .has-error .radio > label:focus-within .tw-radio-button,
|
|
1305
1313
|
.np-theme-personal .has-error.checkbox > label:focus-within .tw-radio-button {
|
|
1306
|
-
border-color: #b8232b !important;
|
|
1307
1314
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
1308
1315
|
}
|
|
1309
1316
|
.np-theme-personal .has-error .radio .tw-checkbox-button,
|
|
1310
1317
|
.np-theme-personal .has-error.checkbox .tw-checkbox-button,
|
|
1311
1318
|
.np-theme-personal .has-error .radio .tw-radio-button,
|
|
1312
1319
|
.np-theme-personal .has-error.checkbox .tw-radio-button {
|
|
1313
|
-
border-color: #cb272f;
|
|
1314
1320
|
border-color: var(--color-sentiment-negative);
|
|
1315
1321
|
}
|
|
1316
1322
|
.has-feedback label ~ .form-control-feedback {
|
|
@@ -1441,7 +1447,7 @@ select[multiple].input-lg {
|
|
|
1441
1447
|
}
|
|
1442
1448
|
.radio,
|
|
1443
1449
|
.checkbox {
|
|
1444
|
-
border-color: #
|
|
1450
|
+
border-color: #c9cbce;
|
|
1445
1451
|
border-color: var(--color-interactive-secondary);
|
|
1446
1452
|
}
|
|
1447
1453
|
.radio > label,
|
|
@@ -1473,7 +1479,7 @@ select[multiple].input-lg {
|
|
|
1473
1479
|
left: initial;
|
|
1474
1480
|
}
|
|
1475
1481
|
.tw-checkbox-button {
|
|
1476
|
-
border: 1px solid #
|
|
1482
|
+
border: 1px solid #c9cbce;
|
|
1477
1483
|
border: 1px solid var(--color-interactive-secondary);
|
|
1478
1484
|
background: #ffffff;
|
|
1479
1485
|
background: var(--color-background-screen);
|
|
@@ -1488,7 +1494,7 @@ select[multiple].input-lg {
|
|
|
1488
1494
|
}
|
|
1489
1495
|
.np-theme-personal .tw-checkbox-button {
|
|
1490
1496
|
border: none;
|
|
1491
|
-
box-shadow: inset 0 0 0 1px #
|
|
1497
|
+
box-shadow: inset 0 0 0 1px #c9cbce;
|
|
1492
1498
|
box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
|
|
1493
1499
|
}
|
|
1494
1500
|
.tw-checkbox-button .tw-checkbox-check,
|
|
@@ -1503,13 +1509,13 @@ select[multiple].input-lg {
|
|
|
1503
1509
|
.tw-checkbox-button:not(.disabled):not(:disabled):hover,
|
|
1504
1510
|
input[type="checkbox"]:hover + .tw-checkbox-button,
|
|
1505
1511
|
.checkbox:hover .tw-checkbox-button {
|
|
1506
|
-
border-color: #
|
|
1512
|
+
border-color: #b5b7ba;
|
|
1507
1513
|
border-color: var(--color-interactive-secondary-hover);
|
|
1508
1514
|
}
|
|
1509
1515
|
.np-theme-personal .tw-checkbox-button:not(.disabled):not(:disabled):hover,
|
|
1510
1516
|
.np-theme-personal input[type="checkbox"]:hover + .tw-checkbox-button,
|
|
1511
1517
|
.np-theme-personal .checkbox:hover .tw-checkbox-button {
|
|
1512
|
-
box-shadow: inset 0 0 0 1px #
|
|
1518
|
+
box-shadow: inset 0 0 0 1px #b5b7ba;
|
|
1513
1519
|
box-shadow: inset 0 0 0 1px var(--color-interactive-secondary-hover);
|
|
1514
1520
|
}
|
|
1515
1521
|
.tw-checkbox-button:not(.disabled):not(:disabled):focus,
|
|
@@ -1520,7 +1526,7 @@ input[type="checkbox"]:focus + .tw-checkbox-button,
|
|
|
1520
1526
|
.tw-checkbox-button:not(.disabled):not(:disabled):active,
|
|
1521
1527
|
.tw-checkbox-button:not(.disabled):not(:disabled).active,
|
|
1522
1528
|
input[type="checkbox"]:active + .tw-checkbox-button {
|
|
1523
|
-
border-color: #
|
|
1529
|
+
border-color: #c9cbce;
|
|
1524
1530
|
border-color: var(--color-interactive-secondary);
|
|
1525
1531
|
outline: none;
|
|
1526
1532
|
}
|
|
@@ -1535,18 +1541,16 @@ input[type="checkbox"]:focus-visible + .tw-checkbox-button {
|
|
|
1535
1541
|
.tw-checkbox-button.checked,
|
|
1536
1542
|
input[type="checkbox"]:checked + .tw-checkbox-button,
|
|
1537
1543
|
input[type="checkbox"]:indeterminate + .tw-checkbox-button {
|
|
1538
|
-
border-color: #
|
|
1544
|
+
border-color: #00a2dd !important;
|
|
1539
1545
|
border-color: var(--color-interactive-accent) !important;
|
|
1540
|
-
background-color: #
|
|
1546
|
+
background-color: #00a2dd;
|
|
1541
1547
|
background-color: var(--color-interactive-accent);
|
|
1542
1548
|
}
|
|
1543
1549
|
.np-theme-personal .tw-checkbox-button:checked,
|
|
1544
1550
|
.np-theme-personal .tw-checkbox-button.checked,
|
|
1545
1551
|
.np-theme-personal input[type="checkbox"]:checked + .tw-checkbox-button,
|
|
1546
1552
|
.np-theme-personal input[type="checkbox"]:indeterminate + .tw-checkbox-button {
|
|
1547
|
-
background-color: #163300;
|
|
1548
1553
|
background-color: var(--color-interactive-primary);
|
|
1549
|
-
box-shadow: inset 0 0 0 1px #163300;
|
|
1550
1554
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary);
|
|
1551
1555
|
}
|
|
1552
1556
|
.tw-checkbox-button:checked .tw-checkbox-check,
|
|
@@ -1561,72 +1565,74 @@ input[type="checkbox"]:indeterminate + .tw-checkbox-button .np-tw-checkbox-indet
|
|
|
1561
1565
|
.tw-checkbox-button.checked:hover,
|
|
1562
1566
|
input[type="checkbox"]:not(.disabled):not(:disabled):checked:hover + .tw-checkbox-button,
|
|
1563
1567
|
input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:hover + .tw-checkbox-button {
|
|
1564
|
-
border-color: #
|
|
1568
|
+
border-color: #008fc9 !important;
|
|
1565
1569
|
border-color: var(--color-interactive-accent-hover) !important;
|
|
1566
|
-
background-color: #
|
|
1570
|
+
background-color: #008fc9;
|
|
1567
1571
|
background-color: var(--color-interactive-accent-hover);
|
|
1568
1572
|
}
|
|
1569
1573
|
.np-theme-personal .tw-checkbox-button:checked:hover,
|
|
1570
1574
|
.np-theme-personal .tw-checkbox-button.checked:hover,
|
|
1571
1575
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):checked:hover + .tw-checkbox-button,
|
|
1572
1576
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:hover + .tw-checkbox-button {
|
|
1573
|
-
border-color: #0d1f00 !important;
|
|
1574
1577
|
border-color: var(--color-interactive-primary-hover) !important;
|
|
1575
|
-
background-color: #0d1f00;
|
|
1576
1578
|
background-color: var(--color-interactive-primary-hover);
|
|
1577
|
-
box-shadow: inset 0 0 0 1px #0d1f00;
|
|
1578
1579
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary-hover);
|
|
1579
1580
|
}
|
|
1580
1581
|
.tw-checkbox-button:checked:active,
|
|
1581
1582
|
.tw-checkbox-button.checked:active,
|
|
1582
1583
|
input[type="checkbox"]:not(.disabled):not(:disabled):checked:active + .tw-checkbox-button,
|
|
1583
1584
|
input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-checkbox-button {
|
|
1584
|
-
border-color: #
|
|
1585
|
+
border-color: #0081ba !important;
|
|
1585
1586
|
border-color: var(--color-interactive-accent-active) !important;
|
|
1586
|
-
background-color: #
|
|
1587
|
+
background-color: #0081ba;
|
|
1587
1588
|
background-color: var(--color-interactive-accent-active);
|
|
1588
1589
|
}
|
|
1589
1590
|
.np-theme-personal .tw-checkbox-button:checked:active,
|
|
1590
1591
|
.np-theme-personal .tw-checkbox-button.checked:active,
|
|
1591
1592
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):checked:active + .tw-checkbox-button,
|
|
1592
1593
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-checkbox-button {
|
|
1593
|
-
border-color: #0e0f0c !important;
|
|
1594
1594
|
border-color: var(--color-interactive-primary-active) !important;
|
|
1595
|
-
background-color: #0e0f0c;
|
|
1596
1595
|
background-color: var(--color-interactive-primary-active);
|
|
1597
|
-
box-shadow: inset 0 0 0 1px #0e0f0c;
|
|
1598
1596
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary-active);
|
|
1599
1597
|
}
|
|
1600
1598
|
.checkbox.has-error .tw-checkbox-button,
|
|
1601
1599
|
.tw-checkbox-button.has-error {
|
|
1600
|
+
border-color: #e74848 !important;
|
|
1602
1601
|
border-color: var(--color-interactive-negative) !important;
|
|
1603
1602
|
}
|
|
1604
1603
|
.checkbox.has-error .tw-checkbox-button:checked,
|
|
1605
1604
|
.tw-checkbox-button.has-error:checked,
|
|
1606
1605
|
.checkbox.has-error .tw-checkbox-button.checked,
|
|
1607
1606
|
.tw-checkbox-button.has-error.checked {
|
|
1607
|
+
background-color: #e74848;
|
|
1608
1608
|
background-color: var(--color-interactive-negative);
|
|
1609
1609
|
}
|
|
1610
1610
|
.checkbox.has-error input[type="checkbox"]:not(.disabled):not(:disabled):checked + .tw-checkbox-button,
|
|
1611
1611
|
.checkbox.has-error input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate + .tw-checkbox-button {
|
|
1612
|
+
border-color: #e74848 !important;
|
|
1612
1613
|
border-color: var(--color-interactive-negative) !important;
|
|
1614
|
+
background-color: #e74848;
|
|
1613
1615
|
background-color: var(--color-interactive-negative);
|
|
1614
1616
|
}
|
|
1615
1617
|
.checkbox.has-error input[type="checkbox"]:not(.disabled):not(:disabled):checked:hover + .tw-checkbox-button,
|
|
1616
1618
|
.checkbox.has-error input[type="checkbox"]:not(.disabled):not(:disabled):checked:indeterminate + .tw-checkbox-button {
|
|
1619
|
+
border-color: #d03238 !important;
|
|
1617
1620
|
border-color: var(--color-interactive-negative-hover) !important;
|
|
1621
|
+
background-color: #d03238;
|
|
1618
1622
|
background-color: var(--color-interactive-negative-hover);
|
|
1619
1623
|
}
|
|
1620
1624
|
.checkbox.has-error input[type="checkbox"]:not(.disabled):not(:disabled):checked:active + .tw-checkbox-button,
|
|
1621
1625
|
.checkbox.has-error input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate + .tw-checkbox-button {
|
|
1626
|
+
border-color: #bf1e2c !important;
|
|
1622
1627
|
border-color: var(--color-interactive-negative-active) !important;
|
|
1628
|
+
background-color: #bf1e2c;
|
|
1623
1629
|
background-color: var(--color-interactive-negative-active);
|
|
1624
1630
|
}
|
|
1625
1631
|
.tw-radio-button {
|
|
1626
1632
|
width: 24px;
|
|
1627
1633
|
height: 24px;
|
|
1628
1634
|
border-radius: 50%;
|
|
1629
|
-
border: 1px solid #
|
|
1635
|
+
border: 1px solid #c9cbce;
|
|
1630
1636
|
border: 1px solid var(--color-interactive-secondary);
|
|
1631
1637
|
background: #ffffff;
|
|
1632
1638
|
background: var(--color-background-screen);
|
|
@@ -1638,7 +1644,7 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
|
|
|
1638
1644
|
}
|
|
1639
1645
|
.np-theme-personal .tw-radio-button {
|
|
1640
1646
|
border: none;
|
|
1641
|
-
box-shadow: inset 0 0 0 1px #
|
|
1647
|
+
box-shadow: inset 0 0 0 1px #c9cbce;
|
|
1642
1648
|
box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
|
|
1643
1649
|
position: relative;
|
|
1644
1650
|
top: 0;
|
|
@@ -1655,69 +1661,67 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
|
|
|
1655
1661
|
}
|
|
1656
1662
|
.radio:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
1657
1663
|
.tw-radio-button:not(.disabled):not(:disabled):hover {
|
|
1658
|
-
border-color: #
|
|
1664
|
+
border-color: #b5b7ba;
|
|
1659
1665
|
border-color: var(--color-interactive-secondary-hover);
|
|
1660
1666
|
}
|
|
1661
1667
|
.np-theme-personal .radio:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
1662
1668
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover {
|
|
1663
1669
|
border-color: transparent;
|
|
1664
|
-
box-shadow: inset 0 0 0 1px #
|
|
1670
|
+
box-shadow: inset 0 0 0 1px #b5b7ba;
|
|
1665
1671
|
box-shadow: inset 0 0 0 1px var(--color-interactive-secondary-hover);
|
|
1666
1672
|
}
|
|
1667
1673
|
.np-theme-personal .radio:not(.disabled):not(:disabled):hover .tw-radio-button:checked,
|
|
1668
1674
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover:checked,
|
|
1669
1675
|
.np-theme-personal .radio:not(.disabled):not(:disabled):hover .tw-radio-button.checked,
|
|
1670
1676
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover.checked {
|
|
1671
|
-
box-shadow: inset 0 0 0 1px #163300;
|
|
1672
1677
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary);
|
|
1673
1678
|
}
|
|
1674
1679
|
.np-theme-personal .radio:not(.disabled):not(:disabled):hover .tw-radio-button:checked .tw-radio-check,
|
|
1675
1680
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover:checked .tw-radio-check,
|
|
1676
1681
|
.np-theme-personal .radio:not(.disabled):not(:disabled):hover .tw-radio-button.checked .tw-radio-check,
|
|
1677
1682
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover.checked .tw-radio-check {
|
|
1678
|
-
background-color: #0d1f00;
|
|
1679
1683
|
background-color: var(--color-interactive-primary-hover);
|
|
1680
1684
|
}
|
|
1681
1685
|
.tw-radio-button:not(.disabled):not(:disabled):focus,
|
|
1682
1686
|
.tw-radio-button:not(.disabled):not(:disabled).focus,
|
|
1683
1687
|
.tw-radio-button:not(.disabled):not(:disabled):active,
|
|
1684
1688
|
.tw-radio-button:not(.disabled):not(:disabled).active {
|
|
1685
|
-
border-color: #
|
|
1689
|
+
border-color: #a7a9ab;
|
|
1686
1690
|
border-color: var(--color-interactive-secondary-active);
|
|
1687
1691
|
outline: none;
|
|
1688
1692
|
}
|
|
1689
1693
|
.tw-radio-button:checked,
|
|
1690
1694
|
.tw-radio-button.checked {
|
|
1691
|
-
border-color: #
|
|
1695
|
+
border-color: #00a2dd !important;
|
|
1692
1696
|
border-color: var(--color-interactive-accent) !important;
|
|
1693
1697
|
}
|
|
1694
1698
|
.tw-radio-button:checked .tw-radio-check,
|
|
1695
1699
|
.tw-radio-button.checked .tw-radio-check {
|
|
1696
1700
|
opacity: 1;
|
|
1697
|
-
background-color: #
|
|
1701
|
+
background-color: #00a2dd;
|
|
1698
1702
|
background-color: var(--color-interactive-accent);
|
|
1699
1703
|
}
|
|
1700
1704
|
.np-theme-personal .tw-radio-button:checked,
|
|
1701
1705
|
.np-theme-personal .tw-radio-button.checked {
|
|
1702
1706
|
border-color: transparent !important;
|
|
1703
|
-
box-shadow: inset 0 0 0 1px #163300;
|
|
1704
1707
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary);
|
|
1705
1708
|
}
|
|
1706
1709
|
.np-theme-personal .tw-radio-button:checked .tw-radio-check,
|
|
1707
1710
|
.np-theme-personal .tw-radio-button.checked .tw-radio-check {
|
|
1708
|
-
background-color: #163300;
|
|
1709
1711
|
background-color: var(--color-interactive-primary);
|
|
1710
1712
|
max-height: 12px;
|
|
1711
1713
|
max-width: 12px;
|
|
1712
1714
|
}
|
|
1713
1715
|
.radio.has-error .tw-radio-button,
|
|
1714
1716
|
.tw-radio-button.has-error {
|
|
1717
|
+
border-color: #e74848 !important;
|
|
1715
1718
|
border-color: var(--color-interactive-negative) !important;
|
|
1716
1719
|
}
|
|
1717
1720
|
.radio.has-error .tw-radio-button:checked .tw-radio-check,
|
|
1718
1721
|
.tw-radio-button.has-error:checked .tw-radio-check,
|
|
1719
1722
|
.radio.has-error .tw-radio-button.checked .tw-radio-check,
|
|
1720
1723
|
.tw-radio-button.has-error.checked .tw-radio-check {
|
|
1724
|
+
background-color: #e74848;
|
|
1721
1725
|
background-color: var(--color-interactive-negative);
|
|
1722
1726
|
}
|
|
1723
1727
|
.radio .tw-radio-button {
|
|
@@ -1815,7 +1819,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
1815
1819
|
border-left: 0 solid transparent;
|
|
1816
1820
|
}
|
|
1817
1821
|
.input-group-addon {
|
|
1818
|
-
color: #
|
|
1822
|
+
color: #5d7079;
|
|
1819
1823
|
color: var(--color-content-secondary);
|
|
1820
1824
|
transition: border-color ease-in-out 0.15s;
|
|
1821
1825
|
}
|
|
@@ -1830,9 +1834,9 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
1830
1834
|
top: -3px;
|
|
1831
1835
|
}
|
|
1832
1836
|
.label .label-default {
|
|
1833
|
-
color: #
|
|
1837
|
+
color: #5d7079;
|
|
1834
1838
|
color: var(--color-content-secondary);
|
|
1835
|
-
background-color: rgba(
|
|
1839
|
+
background-color: rgba(134,167,189,0.10196);
|
|
1836
1840
|
background-color: var(--color-background-neutral);
|
|
1837
1841
|
}
|
|
1838
1842
|
.form-group {
|
|
@@ -1918,11 +1922,11 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
1918
1922
|
padding-top: 12px;
|
|
1919
1923
|
padding-bottom: 10px;
|
|
1920
1924
|
padding-right: 16px;
|
|
1921
|
-
color: #
|
|
1925
|
+
color: #37517e;
|
|
1922
1926
|
color: var(--color-content-primary);
|
|
1923
1927
|
background-color: #ffffff;
|
|
1924
1928
|
background-color: var(--color-background-screen);
|
|
1925
|
-
border: 1px solid #
|
|
1929
|
+
border: 1px solid #c9cbce;
|
|
1926
1930
|
border: 1px solid var(--color-interactive-secondary);
|
|
1927
1931
|
border-radius: 3px;
|
|
1928
1932
|
transition: border 0.15s ease-in-out, background-color 0.15s ease-in-out;
|
|
@@ -1940,7 +1944,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
1940
1944
|
}
|
|
1941
1945
|
.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
1942
1946
|
.radio > label:not(.disabled):not(:disabled):hover {
|
|
1943
|
-
border-color: #
|
|
1947
|
+
border-color: #b5b7ba;
|
|
1944
1948
|
border-color: var(--color-interactive-secondary-hover);
|
|
1945
1949
|
}
|
|
1946
1950
|
.checkbox > label:not(.disabled):not(:disabled).focus,
|
|
@@ -1953,7 +1957,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
1953
1957
|
.radio > label:not(.disabled):not(:disabled).has-focus:hover,
|
|
1954
1958
|
.checkbox > label:not(.disabled):not(:disabled):focus-within,
|
|
1955
1959
|
.radio > label:not(.disabled):not(:disabled):focus-within {
|
|
1956
|
-
border-color: #
|
|
1960
|
+
border-color: #0081ba;
|
|
1957
1961
|
border-color: var(--color-interactive-accent-active);
|
|
1958
1962
|
}
|
|
1959
1963
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled).focus,
|
|
@@ -1966,7 +1970,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
1966
1970
|
.np-theme-personal .radio > label:not(.disabled):not(:disabled).has-focus:hover,
|
|
1967
1971
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled):focus-within,
|
|
1968
1972
|
.np-theme-personal .radio > label:not(.disabled):not(:disabled):focus-within {
|
|
1969
|
-
border-color: #
|
|
1973
|
+
border-color: #c9cbce;
|
|
1970
1974
|
border-color: var(--color-interactive-secondary);
|
|
1971
1975
|
}
|
|
1972
1976
|
.checkbox.checkbox-lg > label,
|
|
@@ -1993,12 +1997,14 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
1993
1997
|
.checkbox.radio-lg > label .np-text-body-default,
|
|
1994
1998
|
.radio.radio-lg > label .np-text-body-default {
|
|
1995
1999
|
display: block;
|
|
1996
|
-
color: #
|
|
2000
|
+
color: #5d7079;
|
|
1997
2001
|
color: var(--color-content-secondary);
|
|
1998
2002
|
}
|
|
1999
2003
|
.error-messages {
|
|
2000
2004
|
display: none;
|
|
2005
|
+
color: #cf2929;
|
|
2001
2006
|
color: var(--color-content-negative);
|
|
2007
|
+
background-color: rgba(255,135,135,0.10196);
|
|
2002
2008
|
background-color: var(--color-background-negative);
|
|
2003
2009
|
position: relative;
|
|
2004
2010
|
}
|
|
@@ -2099,7 +2105,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2099
2105
|
letter-spacing: -0.011em;
|
|
2100
2106
|
display: block;
|
|
2101
2107
|
width: 100%;
|
|
2102
|
-
color: #
|
|
2108
|
+
color: #768e9c;
|
|
2103
2109
|
color: var(--color-content-tertiary);
|
|
2104
2110
|
}
|
|
2105
2111
|
.np-theme-personal .btn-input,
|
|
@@ -2119,7 +2125,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2119
2125
|
.np-theme-personal .form-control,
|
|
2120
2126
|
.np-theme-personal .radio > label,
|
|
2121
2127
|
.np-theme-personal .checkbox > label {
|
|
2122
|
-
box-shadow: inset 0 0 0 1px #
|
|
2128
|
+
box-shadow: inset 0 0 0 1px #c9cbce;
|
|
2123
2129
|
box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
|
|
2124
2130
|
transition: box-shadow 0.3s ease-in-out;
|
|
2125
2131
|
}
|
|
@@ -2133,7 +2139,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2133
2139
|
.np-theme-personal .form-control:not(.disabled):not(:disabled):hover,
|
|
2134
2140
|
.np-theme-personal .radio > label:not(.disabled):not(:disabled):hover,
|
|
2135
2141
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled):hover {
|
|
2136
|
-
box-shadow: inset 0 0 0 2px #
|
|
2142
|
+
box-shadow: inset 0 0 0 2px #b5b7ba;
|
|
2137
2143
|
box-shadow: inset 0 0 0 2px var(--color-interactive-secondary-hover);
|
|
2138
2144
|
}
|
|
2139
2145
|
.np-theme-personal .btn-input:not(.disabled):not(:disabled):hover:has(:checked, .checked),
|
|
@@ -2141,7 +2147,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2141
2147
|
.np-theme-personal .form-control:not(.disabled):not(:disabled):hover:has(:checked, .checked),
|
|
2142
2148
|
.np-theme-personal .radio > label:not(.disabled):not(:disabled):hover:has(:checked, .checked),
|
|
2143
2149
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled):hover:has(:checked, .checked) {
|
|
2144
|
-
box-shadow: inset 0 0 0 2px #0d1f00;
|
|
2145
2150
|
box-shadow: inset 0 0 0 2px var(--color-interactive-primary-hover);
|
|
2146
2151
|
}
|
|
2147
2152
|
.np-theme-personal .btn-input:not(.disabled):not(:disabled):focus-visible,
|
|
@@ -2154,7 +2159,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2154
2159
|
.np-theme-personal .radio > label:not(.disabled):not(:disabled):has(:focus-visible),
|
|
2155
2160
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled):focus-visible,
|
|
2156
2161
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled):has(:focus-visible) {
|
|
2157
|
-
box-shadow: inset 0 0 0 3px #163300;
|
|
2158
2162
|
box-shadow: inset 0 0 0 3px var(--color-interactive-primary);
|
|
2159
2163
|
}
|
|
2160
2164
|
.np-theme-personal .has-error .btn-input,
|
|
@@ -2162,14 +2166,12 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2162
2166
|
.np-theme-personal .has-error .form-control,
|
|
2163
2167
|
.np-theme-personal .has-error .radio > label,
|
|
2164
2168
|
.np-theme-personal .has-error .checkbox > label {
|
|
2165
|
-
box-shadow: inset 0 0 0 2px #cb272f;
|
|
2166
2169
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative);
|
|
2167
2170
|
}
|
|
2168
2171
|
.np-theme-personal .has-error .input-group:not(.disabled):not(:disabled):hover,
|
|
2169
2172
|
.np-theme-personal .has-error .form-control:not(.disabled):not(:disabled):hover,
|
|
2170
2173
|
.np-theme-personal .has-error .radio > label:not(.disabled):not(:disabled):hover,
|
|
2171
2174
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):hover {
|
|
2172
|
-
box-shadow: inset 0 0 0 2px #b8232b;
|
|
2173
2175
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative-hover);
|
|
2174
2176
|
}
|
|
2175
2177
|
.np-theme-personal .has-error .input-group:not(.disabled):not(:disabled):active,
|
|
@@ -2184,19 +2186,15 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2184
2186
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):active,
|
|
2185
2187
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):focus-visible,
|
|
2186
2188
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):has(:focus-visible) {
|
|
2187
|
-
box-shadow: inset 0 0 0 3px #cb272f;
|
|
2188
2189
|
box-shadow: inset 0 0 0 3px var(--color-sentiment-negative);
|
|
2189
2190
|
}
|
|
2190
2191
|
.np-theme-personal .has-error .tw-radio-button {
|
|
2191
|
-
border-color: #cb272f !important;
|
|
2192
2192
|
border-color: var(--color-sentiment-negative) !important;
|
|
2193
2193
|
}
|
|
2194
2194
|
.np-theme-personal .has-error .tw-radio-button.checked {
|
|
2195
|
-
box-shadow: inset 0 0 0 1px #cb272f;
|
|
2196
2195
|
box-shadow: inset 0 0 0 1px var(--color-sentiment-negative);
|
|
2197
2196
|
}
|
|
2198
2197
|
.np-theme-personal .has-error .tw-radio-button.checked .tw-radio-check {
|
|
2199
|
-
background: #cb272f !important;
|
|
2200
2198
|
background: var(--color-sentiment-negative) !important;
|
|
2201
2199
|
}
|
|
2202
2200
|
.np-theme-personal .has-error .checkbox:hover .tw-checkbox-button,
|
|
@@ -2205,7 +2203,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2205
2203
|
.np-theme-personal .has-error input[type=checkbox]:hover + .tw-checkbox-button,
|
|
2206
2204
|
.np-theme-personal .has-error input[type=radio]:not(.disabled):not(:disabled):hover + .tw-radio-button,
|
|
2207
2205
|
.np-theme-personal .has-error input[type=checkbox]:not(.disabled):not(:disabled):hover + .tw-checkbox-button {
|
|
2208
|
-
box-shadow: inset 0 0 0 2px #b8232b;
|
|
2209
2206
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative-hover);
|
|
2210
2207
|
}
|
|
2211
2208
|
.np-theme-personal .has-error .tw-checkbox-button.checked,
|
|
@@ -2214,15 +2211,12 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2214
2211
|
.np-theme-personal .has-error .tw-checkbox-button.checked:hover,
|
|
2215
2212
|
.np-theme-personal .has-error .tw-checkbox-button:checked:hover,
|
|
2216
2213
|
.np-theme-personal .has-error input[type=checkbox]:not(.disabled):not(:disabled):checked:hover + .tw-checkbox-button {
|
|
2217
|
-
box-shadow: inset 0 0 0 3px #cb272f;
|
|
2218
2214
|
box-shadow: inset 0 0 0 3px var(--color-sentiment-negative);
|
|
2219
|
-
background: #cb272f;
|
|
2220
2215
|
background: var(--color-sentiment-negative);
|
|
2221
2216
|
}
|
|
2222
2217
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):active input[type=checkbox] + .tw-checkbox-button,
|
|
2223
2218
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):focus-visible input[type=checkbox] + .tw-checkbox-button,
|
|
2224
2219
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):has(:focus-visible) input[type=checkbox] + .tw-checkbox-button {
|
|
2225
|
-
box-shadow: inset 0 0 0 2px #a72027;
|
|
2226
2220
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative-active);
|
|
2227
2221
|
}
|
|
2228
2222
|
.np-theme-personal .tw-radio-button,
|
|
@@ -2254,7 +2248,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2254
2248
|
}
|
|
2255
2249
|
.np-theme-personal .error-messages,
|
|
2256
2250
|
.np-theme-personal .alert-detach {
|
|
2257
|
-
color: #
|
|
2251
|
+
color: #5d7079;
|
|
2258
2252
|
color: var(--color-content-secondary);
|
|
2259
2253
|
margin: 8px 0;
|
|
2260
2254
|
margin: var(--padding-x-small) 0;
|
|
@@ -2269,7 +2263,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2269
2263
|
}
|
|
2270
2264
|
.np-theme-personal .has-error .error-messages,
|
|
2271
2265
|
.np-theme-personal .has-error .alert-detach.alert-danger {
|
|
2272
|
-
color: #cb272f;
|
|
2273
2266
|
color: var(--color-sentiment-negative);
|
|
2274
2267
|
}
|
|
2275
2268
|
.np-theme-personal .has-success .alert-detach.alert-positive,
|
|
@@ -2279,10 +2272,10 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2279
2272
|
}
|
|
2280
2273
|
.has-required::after {
|
|
2281
2274
|
content: "\00a0*";
|
|
2275
|
+
color: #cf2929;
|
|
2282
2276
|
color: var(--color-content-negative);
|
|
2283
2277
|
}
|
|
2284
2278
|
.np-theme-personal .has-required::after {
|
|
2285
|
-
color: #cb272f;
|
|
2286
2279
|
color: var(--color-sentiment-negative);
|
|
2287
2280
|
}
|
|
2288
2281
|
.input-group {
|
|
@@ -2304,7 +2297,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2304
2297
|
float: left;
|
|
2305
2298
|
width: 100%;
|
|
2306
2299
|
margin-bottom: 0;
|
|
2307
|
-
border-color: #
|
|
2300
|
+
border-color: #c9cbce;
|
|
2308
2301
|
border-color: var(--color-interactive-secondary);
|
|
2309
2302
|
}
|
|
2310
2303
|
[dir="rtl"] .input-group .form-control {
|
|
@@ -2356,7 +2349,7 @@ html:not([dir="rtl"]) .input-group .form-control:not(:last-child) {
|
|
|
2356
2349
|
line-height: 150%;
|
|
2357
2350
|
letter-spacing: -0.011em;
|
|
2358
2351
|
margin: 0;
|
|
2359
|
-
color: #
|
|
2352
|
+
color: #37517e;
|
|
2360
2353
|
color: var(--color-content-primary);
|
|
2361
2354
|
line-height: 1.2;
|
|
2362
2355
|
line-height: var(--line-height-title);
|
|
@@ -2388,8 +2381,7 @@ select[multiple].input-group-lg > .input-group-btn .btn {
|
|
|
2388
2381
|
.input-group-lg > .form-control,
|
|
2389
2382
|
.input-group-lg > .input-group-addon,
|
|
2390
2383
|
.input-group-lg > .input-group-btn .btn {
|
|
2391
|
-
|
|
2392
|
-
hyphens: auto;
|
|
2384
|
+
hyphens: auto;
|
|
2393
2385
|
hyphenate-limit-chars: 7 3;
|
|
2394
2386
|
}
|
|
2395
2387
|
@media (min-width: 768px) {
|
|
@@ -2411,8 +2403,7 @@ select[multiple].input-group-lg > .input-group-btn .btn {
|
|
|
2411
2403
|
.input-group-lg > .form-control,
|
|
2412
2404
|
.input-group-lg > .input-group-addon,
|
|
2413
2405
|
.input-group-lg > .input-group-btn .btn {
|
|
2414
|
-
|
|
2415
|
-
hyphens: auto;
|
|
2406
|
+
hyphens: auto;
|
|
2416
2407
|
-webkit-hyphenate-limit-before: 3;
|
|
2417
2408
|
-webkit-hyphenate-limit-after: 3;
|
|
2418
2409
|
}
|
|
@@ -2488,12 +2479,12 @@ select[multiple].input-group-sm > .input-group-addon {
|
|
|
2488
2479
|
font-size: var(--font-size-16);
|
|
2489
2480
|
line-height: 1.5;
|
|
2490
2481
|
line-height: var(--line-height-body);
|
|
2491
|
-
color: #
|
|
2482
|
+
color: #5d7079;
|
|
2492
2483
|
color: var(--color-content-secondary);
|
|
2493
2484
|
text-align: center;
|
|
2494
2485
|
background-color: #ffffff;
|
|
2495
2486
|
background-color: var(--color-background-screen);
|
|
2496
|
-
border: 1px solid #
|
|
2487
|
+
border: 1px solid #c9cbce;
|
|
2497
2488
|
border: 1px solid var(--color-interactive-secondary);
|
|
2498
2489
|
}
|
|
2499
2490
|
.input-group-addon.input-sm {
|
|
@@ -2705,41 +2696,43 @@ html:not([dir="rtl"]) .np-theme-personal .input-group > :last-child .btn-group {
|
|
|
2705
2696
|
.input-group:hover:not(.disabled):not(:disabled) .input-group-addon,
|
|
2706
2697
|
.input-group:hover:not(.disabled):not(:disabled) .btn-input,
|
|
2707
2698
|
.input-group:hover:not(.disabled):not(:disabled) .bootstrap-select .btn-default {
|
|
2708
|
-
border-color: #
|
|
2699
|
+
border-color: #b5b7ba;
|
|
2709
2700
|
border-color: var(--color-interactive-secondary-hover);
|
|
2710
2701
|
}
|
|
2711
2702
|
.form-control:hover:not(.disabled):not(:disabled) {
|
|
2712
|
-
border-color: #
|
|
2703
|
+
border-color: #b5b7ba;
|
|
2713
2704
|
border-color: var(--color-interactive-secondary-hover);
|
|
2714
2705
|
}
|
|
2715
2706
|
.input-group:focus-within:not(.disabled):not(:disabled) .form-control,
|
|
2716
2707
|
.input-group:focus-within:not(.disabled):not(:disabled) .input-group-addon,
|
|
2717
2708
|
.input-group:focus-within:not(.disabled):not(:disabled) .btn-input,
|
|
2718
2709
|
.input-group:focus-within:not(.disabled):not(:disabled) .bootstrap-select .btn-default {
|
|
2719
|
-
border-color: #
|
|
2710
|
+
border-color: #00a2dd;
|
|
2720
2711
|
border-color: var(--color-interactive-accent);
|
|
2721
2712
|
}
|
|
2722
2713
|
.np-theme-personal .input-group:focus-within:not(.disabled):not(:disabled) .form-control,
|
|
2723
2714
|
.np-theme-personal .input-group:focus-within:not(.disabled):not(:disabled) .input-group-addon,
|
|
2724
2715
|
.np-theme-personal .input-group:focus-within:not(.disabled):not(:disabled) .btn-input,
|
|
2725
2716
|
.np-theme-personal .input-group:focus-within:not(.disabled):not(:disabled) .bootstrap-select .btn-default {
|
|
2726
|
-
border-color: #
|
|
2717
|
+
border-color: #c9cbce;
|
|
2727
2718
|
border-color: var(--color-interactive-secondary);
|
|
2728
2719
|
}
|
|
2729
2720
|
.form-control:focus-within:not(.disabled):not(:disabled) {
|
|
2730
|
-
border-color: #
|
|
2721
|
+
border-color: #00a2dd;
|
|
2731
2722
|
border-color: var(--color-interactive-accent);
|
|
2732
2723
|
}
|
|
2733
2724
|
.np-theme-personal .form-control:focus-within:not(.disabled):not(:disabled) {
|
|
2734
|
-
border-color: #
|
|
2725
|
+
border-color: #c9cbce;
|
|
2735
2726
|
border-color: var(--color-interactive-secondary);
|
|
2736
2727
|
}
|
|
2737
2728
|
.has-error .input-group .form-control,
|
|
2738
2729
|
.has-error .input-group .input-group-addon {
|
|
2730
|
+
border-color: #e74848;
|
|
2739
2731
|
border-color: var(--color-interactive-negative);
|
|
2740
2732
|
}
|
|
2741
2733
|
.has-error .input-group .form-control:hover,
|
|
2742
2734
|
.has-error .input-group .input-group-addon:hover {
|
|
2735
|
+
border-color: #d03238;
|
|
2743
2736
|
border-color: var(--color-interactive-negative-hover);
|
|
2744
2737
|
}
|
|
2745
2738
|
.dropdown-menu .input-group-addon {
|