@openeuropa/bcl-theme-ucpkn 1.0.2 → 1.1.0
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/css/oe-bcl-ucpkn.css +11 -152
- package/css/oe-bcl-ucpkn.css.map +1 -1
- package/css/oe-bcl-ucpkn.min.css +1 -1
- package/css/oe-bcl-ucpkn.min.css.map +1 -1
- package/icons/bcl-default-icons.svg +1 -1
- package/icons/bootstrap-icons.svg +1 -1
- package/icons/icons-flag.svg +1 -1
- package/js/oe-bcl-ucpkn.bundle.js +8 -8
- package/js/oe-bcl-ucpkn.bundle.js.map +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.js +5 -4
- package/js/oe-bcl-ucpkn.esm.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.min.js +1 -1
- package/js/oe-bcl-ucpkn.esm.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.js +8 -8
- package/js/oe-bcl-ucpkn.umd.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.min.js +1 -1
- package/js/oe-bcl-ucpkn.umd.min.js.map +1 -1
- package/package.json +10 -10
- package/templates/bcl-badge/badge.html.twig +2 -1
- package/templates/bcl-offcanvas/offcanvas.html.twig +1 -0
package/css/oe-bcl-ucpkn.css
CHANGED
|
@@ -2953,9 +2953,7 @@ textarea.form-control-lg {
|
|
|
2953
2953
|
padding-top: 1.625rem;
|
|
2954
2954
|
padding-bottom: 0.625rem;
|
|
2955
2955
|
}
|
|
2956
|
-
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
|
|
2957
|
-
.form-floating > .form-control-plaintext:focus,
|
|
2958
|
-
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
|
|
2956
|
+
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
|
|
2959
2957
|
padding-top: 1.625rem;
|
|
2960
2958
|
padding-bottom: 0.625rem;
|
|
2961
2959
|
}
|
|
@@ -3172,11 +3170,7 @@ textarea.form-control-lg {
|
|
|
3172
3170
|
margin-left: 0.5em;
|
|
3173
3171
|
}
|
|
3174
3172
|
|
|
3175
|
-
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
|
|
3176
|
-
.was-validated .input-group > .form-select:not(:focus):valid,
|
|
3177
|
-
.input-group > .form-select:not(:focus).is-valid,
|
|
3178
|
-
.was-validated .input-group > .form-floating:not(:focus-within):valid,
|
|
3179
|
-
.input-group > .form-floating:not(:focus-within).is-valid {
|
|
3173
|
+
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
|
|
3180
3174
|
z-index: 3;
|
|
3181
3175
|
}
|
|
3182
3176
|
|
|
@@ -3262,11 +3256,7 @@ textarea.form-control-lg {
|
|
|
3262
3256
|
margin-left: 0.5em;
|
|
3263
3257
|
}
|
|
3264
3258
|
|
|
3265
|
-
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
|
|
3266
|
-
.was-validated .input-group > .form-select:not(:focus):invalid,
|
|
3267
|
-
.input-group > .form-select:not(:focus).is-invalid,
|
|
3268
|
-
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
|
|
3269
|
-
.input-group > .form-floating:not(:focus-within).is-invalid {
|
|
3259
|
+
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
|
|
3270
3260
|
z-index: 4;
|
|
3271
3261
|
}
|
|
3272
3262
|
|
|
@@ -6597,9 +6587,7 @@ textarea.form-control-lg {
|
|
|
6597
6587
|
transition: none;
|
|
6598
6588
|
}
|
|
6599
6589
|
}
|
|
6600
|
-
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
6601
|
-
.carousel-control-next:hover,
|
|
6602
|
-
.carousel-control-next:focus {
|
|
6590
|
+
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
|
|
6603
6591
|
color: #fff;
|
|
6604
6592
|
text-decoration: none;
|
|
6605
6593
|
outline: 0;
|
|
@@ -6839,8 +6827,6 @@ textarea.form-control-lg {
|
|
|
6839
6827
|
-webkit-transform: translateX(-100%);
|
|
6840
6828
|
transform: translateX(-100%);
|
|
6841
6829
|
}
|
|
6842
|
-
}
|
|
6843
|
-
@media (max-width: 575.98px) {
|
|
6844
6830
|
.offcanvas-sm.offcanvas-end {
|
|
6845
6831
|
top: 0;
|
|
6846
6832
|
right: 0;
|
|
@@ -6849,8 +6835,6 @@ textarea.form-control-lg {
|
|
|
6849
6835
|
-webkit-transform: translateX(100%);
|
|
6850
6836
|
transform: translateX(100%);
|
|
6851
6837
|
}
|
|
6852
|
-
}
|
|
6853
|
-
@media (max-width: 575.98px) {
|
|
6854
6838
|
.offcanvas-sm.offcanvas-top {
|
|
6855
6839
|
top: 0;
|
|
6856
6840
|
right: 0;
|
|
@@ -6861,8 +6845,6 @@ textarea.form-control-lg {
|
|
|
6861
6845
|
-webkit-transform: translateY(-100%);
|
|
6862
6846
|
transform: translateY(-100%);
|
|
6863
6847
|
}
|
|
6864
|
-
}
|
|
6865
|
-
@media (max-width: 575.98px) {
|
|
6866
6848
|
.offcanvas-sm.offcanvas-bottom {
|
|
6867
6849
|
right: 0;
|
|
6868
6850
|
left: 0;
|
|
@@ -6872,14 +6854,10 @@ textarea.form-control-lg {
|
|
|
6872
6854
|
-webkit-transform: translateY(100%);
|
|
6873
6855
|
transform: translateY(100%);
|
|
6874
6856
|
}
|
|
6875
|
-
}
|
|
6876
|
-
@media (max-width: 575.98px) {
|
|
6877
6857
|
.offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
|
|
6878
6858
|
-webkit-transform: none;
|
|
6879
6859
|
transform: none;
|
|
6880
6860
|
}
|
|
6881
|
-
}
|
|
6882
|
-
@media (max-width: 575.98px) {
|
|
6883
6861
|
.offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
|
|
6884
6862
|
visibility: visible;
|
|
6885
6863
|
}
|
|
@@ -6938,8 +6916,6 @@ textarea.form-control-lg {
|
|
|
6938
6916
|
-webkit-transform: translateX(-100%);
|
|
6939
6917
|
transform: translateX(-100%);
|
|
6940
6918
|
}
|
|
6941
|
-
}
|
|
6942
|
-
@media (max-width: 767.98px) {
|
|
6943
6919
|
.offcanvas-md.offcanvas-end {
|
|
6944
6920
|
top: 0;
|
|
6945
6921
|
right: 0;
|
|
@@ -6948,8 +6924,6 @@ textarea.form-control-lg {
|
|
|
6948
6924
|
-webkit-transform: translateX(100%);
|
|
6949
6925
|
transform: translateX(100%);
|
|
6950
6926
|
}
|
|
6951
|
-
}
|
|
6952
|
-
@media (max-width: 767.98px) {
|
|
6953
6927
|
.offcanvas-md.offcanvas-top {
|
|
6954
6928
|
top: 0;
|
|
6955
6929
|
right: 0;
|
|
@@ -6960,8 +6934,6 @@ textarea.form-control-lg {
|
|
|
6960
6934
|
-webkit-transform: translateY(-100%);
|
|
6961
6935
|
transform: translateY(-100%);
|
|
6962
6936
|
}
|
|
6963
|
-
}
|
|
6964
|
-
@media (max-width: 767.98px) {
|
|
6965
6937
|
.offcanvas-md.offcanvas-bottom {
|
|
6966
6938
|
right: 0;
|
|
6967
6939
|
left: 0;
|
|
@@ -6971,14 +6943,10 @@ textarea.form-control-lg {
|
|
|
6971
6943
|
-webkit-transform: translateY(100%);
|
|
6972
6944
|
transform: translateY(100%);
|
|
6973
6945
|
}
|
|
6974
|
-
}
|
|
6975
|
-
@media (max-width: 767.98px) {
|
|
6976
6946
|
.offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
|
|
6977
6947
|
-webkit-transform: none;
|
|
6978
6948
|
transform: none;
|
|
6979
6949
|
}
|
|
6980
|
-
}
|
|
6981
|
-
@media (max-width: 767.98px) {
|
|
6982
6950
|
.offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
|
|
6983
6951
|
visibility: visible;
|
|
6984
6952
|
}
|
|
@@ -7037,8 +7005,6 @@ textarea.form-control-lg {
|
|
|
7037
7005
|
-webkit-transform: translateX(-100%);
|
|
7038
7006
|
transform: translateX(-100%);
|
|
7039
7007
|
}
|
|
7040
|
-
}
|
|
7041
|
-
@media (max-width: 991.98px) {
|
|
7042
7008
|
.offcanvas-lg.offcanvas-end {
|
|
7043
7009
|
top: 0;
|
|
7044
7010
|
right: 0;
|
|
@@ -7047,8 +7013,6 @@ textarea.form-control-lg {
|
|
|
7047
7013
|
-webkit-transform: translateX(100%);
|
|
7048
7014
|
transform: translateX(100%);
|
|
7049
7015
|
}
|
|
7050
|
-
}
|
|
7051
|
-
@media (max-width: 991.98px) {
|
|
7052
7016
|
.offcanvas-lg.offcanvas-top {
|
|
7053
7017
|
top: 0;
|
|
7054
7018
|
right: 0;
|
|
@@ -7059,8 +7023,6 @@ textarea.form-control-lg {
|
|
|
7059
7023
|
-webkit-transform: translateY(-100%);
|
|
7060
7024
|
transform: translateY(-100%);
|
|
7061
7025
|
}
|
|
7062
|
-
}
|
|
7063
|
-
@media (max-width: 991.98px) {
|
|
7064
7026
|
.offcanvas-lg.offcanvas-bottom {
|
|
7065
7027
|
right: 0;
|
|
7066
7028
|
left: 0;
|
|
@@ -7070,14 +7032,10 @@ textarea.form-control-lg {
|
|
|
7070
7032
|
-webkit-transform: translateY(100%);
|
|
7071
7033
|
transform: translateY(100%);
|
|
7072
7034
|
}
|
|
7073
|
-
}
|
|
7074
|
-
@media (max-width: 991.98px) {
|
|
7075
7035
|
.offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
|
|
7076
7036
|
-webkit-transform: none;
|
|
7077
7037
|
transform: none;
|
|
7078
7038
|
}
|
|
7079
|
-
}
|
|
7080
|
-
@media (max-width: 991.98px) {
|
|
7081
7039
|
.offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
|
|
7082
7040
|
visibility: visible;
|
|
7083
7041
|
}
|
|
@@ -7136,8 +7094,6 @@ textarea.form-control-lg {
|
|
|
7136
7094
|
-webkit-transform: translateX(-100%);
|
|
7137
7095
|
transform: translateX(-100%);
|
|
7138
7096
|
}
|
|
7139
|
-
}
|
|
7140
|
-
@media (max-width: 1199.98px) {
|
|
7141
7097
|
.offcanvas-xl.offcanvas-end {
|
|
7142
7098
|
top: 0;
|
|
7143
7099
|
right: 0;
|
|
@@ -7146,8 +7102,6 @@ textarea.form-control-lg {
|
|
|
7146
7102
|
-webkit-transform: translateX(100%);
|
|
7147
7103
|
transform: translateX(100%);
|
|
7148
7104
|
}
|
|
7149
|
-
}
|
|
7150
|
-
@media (max-width: 1199.98px) {
|
|
7151
7105
|
.offcanvas-xl.offcanvas-top {
|
|
7152
7106
|
top: 0;
|
|
7153
7107
|
right: 0;
|
|
@@ -7158,8 +7112,6 @@ textarea.form-control-lg {
|
|
|
7158
7112
|
-webkit-transform: translateY(-100%);
|
|
7159
7113
|
transform: translateY(-100%);
|
|
7160
7114
|
}
|
|
7161
|
-
}
|
|
7162
|
-
@media (max-width: 1199.98px) {
|
|
7163
7115
|
.offcanvas-xl.offcanvas-bottom {
|
|
7164
7116
|
right: 0;
|
|
7165
7117
|
left: 0;
|
|
@@ -7169,14 +7121,10 @@ textarea.form-control-lg {
|
|
|
7169
7121
|
-webkit-transform: translateY(100%);
|
|
7170
7122
|
transform: translateY(100%);
|
|
7171
7123
|
}
|
|
7172
|
-
}
|
|
7173
|
-
@media (max-width: 1199.98px) {
|
|
7174
7124
|
.offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
|
|
7175
7125
|
-webkit-transform: none;
|
|
7176
7126
|
transform: none;
|
|
7177
7127
|
}
|
|
7178
|
-
}
|
|
7179
|
-
@media (max-width: 1199.98px) {
|
|
7180
7128
|
.offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
|
|
7181
7129
|
visibility: visible;
|
|
7182
7130
|
}
|
|
@@ -7235,8 +7183,6 @@ textarea.form-control-lg {
|
|
|
7235
7183
|
-webkit-transform: translateX(-100%);
|
|
7236
7184
|
transform: translateX(-100%);
|
|
7237
7185
|
}
|
|
7238
|
-
}
|
|
7239
|
-
@media (max-width: 1399.98px) {
|
|
7240
7186
|
.offcanvas-xxl.offcanvas-end {
|
|
7241
7187
|
top: 0;
|
|
7242
7188
|
right: 0;
|
|
@@ -7245,8 +7191,6 @@ textarea.form-control-lg {
|
|
|
7245
7191
|
-webkit-transform: translateX(100%);
|
|
7246
7192
|
transform: translateX(100%);
|
|
7247
7193
|
}
|
|
7248
|
-
}
|
|
7249
|
-
@media (max-width: 1399.98px) {
|
|
7250
7194
|
.offcanvas-xxl.offcanvas-top {
|
|
7251
7195
|
top: 0;
|
|
7252
7196
|
right: 0;
|
|
@@ -7257,8 +7201,6 @@ textarea.form-control-lg {
|
|
|
7257
7201
|
-webkit-transform: translateY(-100%);
|
|
7258
7202
|
transform: translateY(-100%);
|
|
7259
7203
|
}
|
|
7260
|
-
}
|
|
7261
|
-
@media (max-width: 1399.98px) {
|
|
7262
7204
|
.offcanvas-xxl.offcanvas-bottom {
|
|
7263
7205
|
right: 0;
|
|
7264
7206
|
left: 0;
|
|
@@ -7268,14 +7210,10 @@ textarea.form-control-lg {
|
|
|
7268
7210
|
-webkit-transform: translateY(100%);
|
|
7269
7211
|
transform: translateY(100%);
|
|
7270
7212
|
}
|
|
7271
|
-
}
|
|
7272
|
-
@media (max-width: 1399.98px) {
|
|
7273
7213
|
.offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
|
|
7274
7214
|
-webkit-transform: none;
|
|
7275
7215
|
transform: none;
|
|
7276
7216
|
}
|
|
7277
|
-
}
|
|
7278
|
-
@media (max-width: 1399.98px) {
|
|
7279
7217
|
.offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
|
|
7280
7218
|
visibility: visible;
|
|
7281
7219
|
}
|
|
@@ -14902,7 +14840,7 @@ em.placeholder {
|
|
|
14902
14840
|
}
|
|
14903
14841
|
.bcl-header__navbar input:active,
|
|
14904
14842
|
.bcl-header__navbar input:focus {
|
|
14905
|
-
box-shadow: 0 0 0 0.25rem hsla(
|
|
14843
|
+
box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
|
|
14906
14844
|
}
|
|
14907
14845
|
|
|
14908
14846
|
.bcl-header--ec,
|
|
@@ -15467,24 +15405,7 @@ textarea.form-control.is-valid,
|
|
|
15467
15405
|
.badge .icon--close {
|
|
15468
15406
|
display: -ms-inline-flexbox;
|
|
15469
15407
|
display: inline-flex;
|
|
15470
|
-
|
|
15471
|
-
height: 12px;
|
|
15472
|
-
margin-left: 0.3rem;
|
|
15473
|
-
font-size: 1em;
|
|
15474
|
-
font-weight: 300;
|
|
15475
|
-
-ms-flex-pack: center;
|
|
15476
|
-
justify-content: center;
|
|
15477
|
-
-ms-flex-align: center;
|
|
15478
|
-
align-items: center;
|
|
15479
|
-
background: #fff;
|
|
15480
|
-
border-radius: 50%;
|
|
15481
|
-
border: none;
|
|
15482
|
-
padding: 0;
|
|
15483
|
-
}
|
|
15484
|
-
.badge .icon--close svg {
|
|
15485
|
-
width: 6px;
|
|
15486
|
-
height: 6px;
|
|
15487
|
-
margin: 0;
|
|
15408
|
+
margin-left: 0.5rem;
|
|
15488
15409
|
}
|
|
15489
15410
|
|
|
15490
15411
|
a.badge {
|
|
@@ -15498,10 +15419,6 @@ a.badge:focus-visible {
|
|
|
15498
15419
|
.badge.bg-primary {
|
|
15499
15420
|
color: #fff;
|
|
15500
15421
|
}
|
|
15501
|
-
.badge.bg-primary a .icon--close,
|
|
15502
|
-
.badge.bg-primary .icon--close {
|
|
15503
|
-
color: #221684;
|
|
15504
|
-
}
|
|
15505
15422
|
|
|
15506
15423
|
.badge-outline-primary a {
|
|
15507
15424
|
color: #221684 !important;
|
|
@@ -15512,10 +15429,6 @@ a.badge:focus-visible {
|
|
|
15512
15429
|
border: 1px solid #221684;
|
|
15513
15430
|
color: #221684 !important;
|
|
15514
15431
|
}
|
|
15515
|
-
.badge-outline-primary .icon--close {
|
|
15516
|
-
background: #221684;
|
|
15517
|
-
color: #fff;
|
|
15518
|
-
}
|
|
15519
15432
|
|
|
15520
15433
|
a.badge:focus-within.badge-outline-primary, a.badge:active.badge-outline-primary, a.badge:hover.badge-outline-primary {
|
|
15521
15434
|
background-color: #e9e8f3 !important;
|
|
@@ -15535,10 +15448,6 @@ a.badge.badge-outline-primary:focus {
|
|
|
15535
15448
|
.badge.bg-secondary {
|
|
15536
15449
|
color: #fff;
|
|
15537
15450
|
}
|
|
15538
|
-
.badge.bg-secondary a .icon--close,
|
|
15539
|
-
.badge.bg-secondary .icon--close {
|
|
15540
|
-
color: #f25924;
|
|
15541
|
-
}
|
|
15542
15451
|
|
|
15543
15452
|
.badge-outline-secondary a {
|
|
15544
15453
|
color: #f25924 !important;
|
|
@@ -15549,10 +15458,6 @@ a.badge.badge-outline-primary:focus {
|
|
|
15549
15458
|
border: 1px solid #f25924;
|
|
15550
15459
|
color: #f25924 !important;
|
|
15551
15460
|
}
|
|
15552
|
-
.badge-outline-secondary .icon--close {
|
|
15553
|
-
background: #f25924;
|
|
15554
|
-
color: #fff;
|
|
15555
|
-
}
|
|
15556
15461
|
|
|
15557
15462
|
a.badge:focus-within.badge-outline-secondary, a.badge:active.badge-outline-secondary, a.badge:hover.badge-outline-secondary {
|
|
15558
15463
|
background-color: #feeee9 !important;
|
|
@@ -15572,10 +15477,6 @@ a.badge.badge-outline-secondary:focus {
|
|
|
15572
15477
|
.badge.bg-success {
|
|
15573
15478
|
color: #fff;
|
|
15574
15479
|
}
|
|
15575
|
-
.badge.bg-success a .icon--close,
|
|
15576
|
-
.badge.bg-success .icon--close {
|
|
15577
|
-
color: #3c8f38;
|
|
15578
|
-
}
|
|
15579
15480
|
|
|
15580
15481
|
.badge-outline-success a {
|
|
15581
15482
|
color: #3c8f38 !important;
|
|
@@ -15586,10 +15487,6 @@ a.badge.badge-outline-secondary:focus {
|
|
|
15586
15487
|
border: 1px solid #3c8f38;
|
|
15587
15488
|
color: #3c8f38 !important;
|
|
15588
15489
|
}
|
|
15589
|
-
.badge-outline-success .icon--close {
|
|
15590
|
-
background: #3c8f38;
|
|
15591
|
-
color: #fff;
|
|
15592
|
-
}
|
|
15593
15490
|
|
|
15594
15491
|
a.badge:focus-within.badge-outline-success, a.badge:active.badge-outline-success, a.badge:hover.badge-outline-success {
|
|
15595
15492
|
background-color: #ecf4eb !important;
|
|
@@ -15609,10 +15506,6 @@ a.badge.badge-outline-success:focus {
|
|
|
15609
15506
|
.badge.bg-info {
|
|
15610
15507
|
color: #fff;
|
|
15611
15508
|
}
|
|
15612
|
-
.badge.bg-info a .icon--close,
|
|
15613
|
-
.badge.bg-info .icon--close {
|
|
15614
|
-
color: #2b768a;
|
|
15615
|
-
}
|
|
15616
15509
|
|
|
15617
15510
|
.badge-outline-info a {
|
|
15618
15511
|
color: #2b768a !important;
|
|
@@ -15623,10 +15516,6 @@ a.badge.badge-outline-success:focus {
|
|
|
15623
15516
|
border: 1px solid #2b768a;
|
|
15624
15517
|
color: #2b768a !important;
|
|
15625
15518
|
}
|
|
15626
|
-
.badge-outline-info .icon--close {
|
|
15627
|
-
background: #2b768a;
|
|
15628
|
-
color: #fff;
|
|
15629
|
-
}
|
|
15630
15519
|
|
|
15631
15520
|
a.badge:focus-within.badge-outline-info, a.badge:active.badge-outline-info, a.badge:hover.badge-outline-info {
|
|
15632
15521
|
background-color: #eaf1f3 !important;
|
|
@@ -15646,11 +15535,6 @@ a.badge.badge-outline-info:focus {
|
|
|
15646
15535
|
.badge.bg-warning {
|
|
15647
15536
|
color: #000;
|
|
15648
15537
|
}
|
|
15649
|
-
.badge.bg-warning a .icon--close,
|
|
15650
|
-
.badge.bg-warning .icon--close {
|
|
15651
|
-
color: #e1ab00;
|
|
15652
|
-
background: #000;
|
|
15653
|
-
}
|
|
15654
15538
|
|
|
15655
15539
|
.badge-outline-warning a {
|
|
15656
15540
|
color: #e1ab00 !important;
|
|
@@ -15661,10 +15545,6 @@ a.badge.badge-outline-info:focus {
|
|
|
15661
15545
|
border: 1px solid #e1ab00;
|
|
15662
15546
|
color: #e1ab00 !important;
|
|
15663
15547
|
}
|
|
15664
|
-
.badge-outline-warning .icon--close {
|
|
15665
|
-
background: #e1ab00;
|
|
15666
|
-
color: #fff;
|
|
15667
|
-
}
|
|
15668
15548
|
|
|
15669
15549
|
a.badge:focus-within.badge-outline-warning, a.badge:active.badge-outline-warning, a.badge:hover.badge-outline-warning {
|
|
15670
15550
|
background-color: #fcf7e6 !important;
|
|
@@ -15684,10 +15564,6 @@ a.badge.badge-outline-warning:focus {
|
|
|
15684
15564
|
.badge.bg-danger {
|
|
15685
15565
|
color: #fff;
|
|
15686
15566
|
}
|
|
15687
|
-
.badge.bg-danger a .icon--close,
|
|
15688
|
-
.badge.bg-danger .icon--close {
|
|
15689
|
-
color: #b8282a;
|
|
15690
|
-
}
|
|
15691
15567
|
|
|
15692
15568
|
.badge-outline-danger a {
|
|
15693
15569
|
color: #b8282a !important;
|
|
@@ -15698,10 +15574,6 @@ a.badge.badge-outline-warning:focus {
|
|
|
15698
15574
|
border: 1px solid #b8282a;
|
|
15699
15575
|
color: #b8282a !important;
|
|
15700
15576
|
}
|
|
15701
|
-
.badge-outline-danger .icon--close {
|
|
15702
|
-
background: #b8282a;
|
|
15703
|
-
color: #fff;
|
|
15704
|
-
}
|
|
15705
15577
|
|
|
15706
15578
|
a.badge:focus-within.badge-outline-danger, a.badge:active.badge-outline-danger, a.badge:hover.badge-outline-danger {
|
|
15707
15579
|
background-color: #f8eaea !important;
|
|
@@ -15721,11 +15593,6 @@ a.badge.badge-outline-danger:focus {
|
|
|
15721
15593
|
.badge.bg-light {
|
|
15722
15594
|
color: #000;
|
|
15723
15595
|
}
|
|
15724
|
-
.badge.bg-light a .icon--close,
|
|
15725
|
-
.badge.bg-light .icon--close {
|
|
15726
|
-
color: #f0f0f0;
|
|
15727
|
-
background: #000;
|
|
15728
|
-
}
|
|
15729
15596
|
|
|
15730
15597
|
.badge-outline-light a {
|
|
15731
15598
|
color: #f0f0f0 !important;
|
|
@@ -15736,10 +15603,6 @@ a.badge.badge-outline-danger:focus {
|
|
|
15736
15603
|
border: 1px solid #f0f0f0;
|
|
15737
15604
|
color: #f0f0f0 !important;
|
|
15738
15605
|
}
|
|
15739
|
-
.badge-outline-light .icon--close {
|
|
15740
|
-
background: #f0f0f0;
|
|
15741
|
-
color: #000;
|
|
15742
|
-
}
|
|
15743
15606
|
|
|
15744
15607
|
a.badge:focus-within.badge-outline-light, a.badge:active.badge-outline-light, a.badge:hover.badge-outline-light {
|
|
15745
15608
|
border-color: #fff;
|
|
@@ -15760,10 +15623,6 @@ a.badge.badge-outline-light:focus {
|
|
|
15760
15623
|
.badge.bg-dark {
|
|
15761
15624
|
color: #fff;
|
|
15762
15625
|
}
|
|
15763
|
-
.badge.bg-dark a .icon--close,
|
|
15764
|
-
.badge.bg-dark .icon--close {
|
|
15765
|
-
color: #2e3338;
|
|
15766
|
-
}
|
|
15767
15626
|
|
|
15768
15627
|
.badge-outline-dark a {
|
|
15769
15628
|
color: #2e3338 !important;
|
|
@@ -15774,10 +15633,6 @@ a.badge.badge-outline-light:focus {
|
|
|
15774
15633
|
border: 1px solid #2e3338;
|
|
15775
15634
|
color: #2e3338 !important;
|
|
15776
15635
|
}
|
|
15777
|
-
.badge-outline-dark .icon--close {
|
|
15778
|
-
background: #2e3338;
|
|
15779
|
-
color: #fff;
|
|
15780
|
-
}
|
|
15781
15636
|
|
|
15782
15637
|
a.badge:focus-within.badge-outline-dark, a.badge:active.badge-outline-dark, a.badge:hover.badge-outline-dark {
|
|
15783
15638
|
background-color: #f0f0f0 !important;
|
|
@@ -16313,6 +16168,10 @@ select.multi-select {
|
|
|
16313
16168
|
.ss-main.multi-select {
|
|
16314
16169
|
padding: 0;
|
|
16315
16170
|
}
|
|
16171
|
+
.ss-main.multi-select.form-select.is-invalid, .ss-main.multi-select.form-select.is-valid {
|
|
16172
|
+
background: none;
|
|
16173
|
+
padding: 0;
|
|
16174
|
+
}
|
|
16316
16175
|
.ss-main.multi-select .ss-values {
|
|
16317
16176
|
font-size: calc(1.275rem + 0.3vw);
|
|
16318
16177
|
}
|
|
@@ -16378,7 +16237,7 @@ select.multi-select {
|
|
|
16378
16237
|
.was-validated .multi-select:valid + .ss-main.multi-select .ss-multi-selected {
|
|
16379
16238
|
background-repeat: no-repeat;
|
|
16380
16239
|
background-position: right 1.5rem center;
|
|
16381
|
-
background-size:
|
|
16240
|
+
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
16382
16241
|
}
|
|
16383
16242
|
|
|
16384
16243
|
.ss-main.multi-select.is-invalid .ss-multi-selected,
|