@openeuropa/bcl-theme-default 1.0.0 → 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.
Files changed (34) hide show
  1. package/bcl-builder.config.js +16 -2
  2. package/css/oe-bcl-ckeditor5.min.css +2 -0
  3. package/css/oe-bcl-ckeditor5.min.css.map +1 -0
  4. package/css/oe-bcl-default.css +11 -152
  5. package/css/oe-bcl-default.css.map +1 -1
  6. package/css/oe-bcl-default.min.css +1 -1
  7. package/css/oe-bcl-default.min.css.map +1 -1
  8. package/icons/bcl-default-icons.svg +1 -1
  9. package/icons/bootstrap-icons.svg +1 -1
  10. package/icons/icons-flag.svg +1 -1
  11. package/js/oe-bcl-default.bundle.js +8 -8
  12. package/js/oe-bcl-default.bundle.js.map +1 -1
  13. package/js/oe-bcl-default.bundle.min.js +1 -1
  14. package/js/oe-bcl-default.bundle.min.js.map +1 -1
  15. package/js/oe-bcl-default.esm.js +5 -4
  16. package/js/oe-bcl-default.esm.js.map +1 -1
  17. package/js/oe-bcl-default.esm.min.js +1 -1
  18. package/js/oe-bcl-default.esm.min.js.map +1 -1
  19. package/js/oe-bcl-default.umd.js +8 -8
  20. package/js/oe-bcl-default.umd.js.map +1 -1
  21. package/js/oe-bcl-default.umd.min.js +1 -1
  22. package/js/oe-bcl-default.umd.min.js.map +1 -1
  23. package/package.json +9 -9
  24. package/src/icons/custom-icons/email.svg +3 -0
  25. package/src/icons/custom-icons/flickr.svg +3 -0
  26. package/src/icons/custom-icons/pinterest.svg +10 -0
  27. package/src/icons/custom-icons/storify.svg +10 -0
  28. package/src/icons/custom-icons/yammer.svg +3 -0
  29. package/src/icons/custom-icons.js +8 -0
  30. package/src/js/gallery/gallery.js +4 -3
  31. package/src/scss/_badge.scss +1 -30
  32. package/src/scss/_multiselect.scss +6 -2
  33. package/templates/bcl-badge/badge.html.twig +2 -1
  34. package/templates/bcl-offcanvas/offcanvas.html.twig +1 -0
@@ -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
  }
@@ -15390,7 +15328,7 @@ em.placeholder {
15390
15328
  }
15391
15329
  .bcl-header__navbar input:active,
15392
15330
  .bcl-header__navbar input:focus {
15393
- box-shadow: 0 0 0 0.25rem hsla(210deg, 2%, 83%, 0.5);
15331
+ box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
15394
15332
  }
15395
15333
 
15396
15334
  .bcl-header--ec,
@@ -15930,24 +15868,7 @@ textarea.form-control.is-valid,
15930
15868
  .badge .icon--close {
15931
15869
  display: -ms-inline-flexbox;
15932
15870
  display: inline-flex;
15933
- width: 12px;
15934
- height: 12px;
15935
- margin-left: 0.3rem;
15936
- font-size: 1em;
15937
- font-weight: 300;
15938
- -ms-flex-pack: center;
15939
- justify-content: center;
15940
- -ms-flex-align: center;
15941
- align-items: center;
15942
- background: #fff;
15943
- border-radius: 50%;
15944
- border: none;
15945
- padding: 0;
15946
- }
15947
- .badge .icon--close svg {
15948
- width: 6px;
15949
- height: 6px;
15950
- margin: 0;
15871
+ margin-left: 0.5rem;
15951
15872
  }
15952
15873
 
15953
15874
  a.badge {
@@ -15961,10 +15882,6 @@ a.badge:focus-visible {
15961
15882
  .badge.bg-primary {
15962
15883
  color: #fff;
15963
15884
  }
15964
- .badge.bg-primary a .icon--close,
15965
- .badge.bg-primary .icon--close {
15966
- color: #253ebe;
15967
- }
15968
15885
 
15969
15886
  .badge-outline-primary a {
15970
15887
  color: #253ebe !important;
@@ -15975,10 +15892,6 @@ a.badge:focus-visible {
15975
15892
  border: 1px solid #253ebe;
15976
15893
  color: #253ebe !important;
15977
15894
  }
15978
- .badge-outline-primary .icon--close {
15979
- background: #253ebe;
15980
- color: #fff;
15981
- }
15982
15895
 
15983
15896
  a.badge:focus-within.badge-outline-primary, a.badge:active.badge-outline-primary, a.badge:hover.badge-outline-primary {
15984
15897
  background-color: #e9ecf9 !important;
@@ -15998,10 +15911,6 @@ a.badge.badge-outline-primary:focus {
15998
15911
  .badge.bg-secondary {
15999
15912
  color: #fff;
16000
15913
  }
16001
- .badge.bg-secondary a .icon--close,
16002
- .badge.bg-secondary .icon--close {
16003
- color: #70254a;
16004
- }
16005
15914
 
16006
15915
  .badge-outline-secondary a {
16007
15916
  color: #70254a !important;
@@ -16012,10 +15921,6 @@ a.badge.badge-outline-primary:focus {
16012
15921
  border: 1px solid #70254a;
16013
15922
  color: #70254a !important;
16014
15923
  }
16015
- .badge-outline-secondary .icon--close {
16016
- background: #70254a;
16017
- color: #fff;
16018
- }
16019
15924
 
16020
15925
  a.badge:focus-within.badge-outline-secondary, a.badge:active.badge-outline-secondary, a.badge:hover.badge-outline-secondary {
16021
15926
  background-color: #f1e9ed !important;
@@ -16035,10 +15940,6 @@ a.badge.badge-outline-secondary:focus {
16035
15940
  .badge.bg-success {
16036
15941
  color: #fff;
16037
15942
  }
16038
- .badge.bg-success a .icon--close,
16039
- .badge.bg-success .icon--close {
16040
- color: #09854c;
16041
- }
16042
15943
 
16043
15944
  .badge-outline-success a {
16044
15945
  color: #09854c !important;
@@ -16049,10 +15950,6 @@ a.badge.badge-outline-secondary:focus {
16049
15950
  border: 1px solid #09854c;
16050
15951
  color: #09854c !important;
16051
15952
  }
16052
- .badge-outline-success .icon--close {
16053
- background: #09854c;
16054
- color: #fff;
16055
- }
16056
15953
 
16057
15954
  a.badge:focus-within.badge-outline-success, a.badge:active.badge-outline-success, a.badge:hover.badge-outline-success {
16058
15955
  background-color: #e6f3ed !important;
@@ -16072,10 +15969,6 @@ a.badge.badge-outline-success:focus {
16072
15969
  .badge.bg-info {
16073
15970
  color: #fff;
16074
15971
  }
16075
- .badge.bg-info a .icon--close,
16076
- .badge.bg-info .icon--close {
16077
- color: #0d768b;
16078
- }
16079
15972
 
16080
15973
  .badge-outline-info a {
16081
15974
  color: #0d768b !important;
@@ -16086,10 +15979,6 @@ a.badge.badge-outline-success:focus {
16086
15979
  border: 1px solid #0d768b;
16087
15980
  color: #0d768b !important;
16088
15981
  }
16089
- .badge-outline-info .icon--close {
16090
- background: #0d768b;
16091
- color: #fff;
16092
- }
16093
15982
 
16094
15983
  a.badge:focus-within.badge-outline-info, a.badge:active.badge-outline-info, a.badge:hover.badge-outline-info {
16095
15984
  background-color: #e7f1f3 !important;
@@ -16109,11 +15998,6 @@ a.badge.badge-outline-info:focus {
16109
15998
  .badge.bg-warning {
16110
15999
  color: #000;
16111
16000
  }
16112
- .badge.bg-warning a .icon--close,
16113
- .badge.bg-warning .icon--close {
16114
- color: #ffba07;
16115
- background: #000;
16116
- }
16117
16001
 
16118
16002
  .badge-outline-warning a {
16119
16003
  color: #ffba07 !important;
@@ -16124,10 +16008,6 @@ a.badge.badge-outline-info:focus {
16124
16008
  border: 1px solid #ffba07;
16125
16009
  color: #ffba07 !important;
16126
16010
  }
16127
- .badge-outline-warning .icon--close {
16128
- background: #ffba07;
16129
- color: #fff;
16130
- }
16131
16011
 
16132
16012
  a.badge:focus-within.badge-outline-warning, a.badge:active.badge-outline-warning, a.badge:hover.badge-outline-warning {
16133
16013
  background-color: #fff8e6 !important;
@@ -16147,10 +16027,6 @@ a.badge.badge-outline-warning:focus {
16147
16027
  .badge.bg-danger {
16148
16028
  color: #fff;
16149
16029
  }
16150
- .badge.bg-danger a .icon--close,
16151
- .badge.bg-danger .icon--close {
16152
- color: #a51f2c;
16153
- }
16154
16030
 
16155
16031
  .badge-outline-danger a {
16156
16032
  color: #a51f2c !important;
@@ -16161,10 +16037,6 @@ a.badge.badge-outline-warning:focus {
16161
16037
  border: 1px solid #a51f2c;
16162
16038
  color: #a51f2c !important;
16163
16039
  }
16164
- .badge-outline-danger .icon--close {
16165
- background: #a51f2c;
16166
- color: #fff;
16167
- }
16168
16040
 
16169
16041
  a.badge:focus-within.badge-outline-danger, a.badge:active.badge-outline-danger, a.badge:hover.badge-outline-danger {
16170
16042
  background-color: #f6e9ea !important;
@@ -16184,11 +16056,6 @@ a.badge.badge-outline-danger:focus {
16184
16056
  .badge.bg-light {
16185
16057
  color: #000;
16186
16058
  }
16187
- .badge.bg-light a .icon--close,
16188
- .badge.bg-light .icon--close {
16189
- color: #f8f9fa;
16190
- background: #000;
16191
- }
16192
16059
 
16193
16060
  .badge-outline-light a {
16194
16061
  color: #f8f9fa !important;
@@ -16199,10 +16066,6 @@ a.badge.badge-outline-danger:focus {
16199
16066
  border: 1px solid #f8f9fa;
16200
16067
  color: #f8f9fa !important;
16201
16068
  }
16202
- .badge-outline-light .icon--close {
16203
- background: #f8f9fa;
16204
- color: #000;
16205
- }
16206
16069
 
16207
16070
  a.badge:focus-within.badge-outline-light, a.badge:active.badge-outline-light, a.badge:hover.badge-outline-light {
16208
16071
  border-color: #fff;
@@ -16223,10 +16086,6 @@ a.badge.badge-outline-light:focus {
16223
16086
  .badge.bg-dark {
16224
16087
  color: #fff;
16225
16088
  }
16226
- .badge.bg-dark a .icon--close,
16227
- .badge.bg-dark .icon--close {
16228
- color: #212529;
16229
- }
16230
16089
 
16231
16090
  .badge-outline-dark a {
16232
16091
  color: #212529 !important;
@@ -16237,10 +16096,6 @@ a.badge.badge-outline-light:focus {
16237
16096
  border: 1px solid #212529;
16238
16097
  color: #212529 !important;
16239
16098
  }
16240
- .badge-outline-dark .icon--close {
16241
- background: #212529;
16242
- color: #fff;
16243
- }
16244
16099
 
16245
16100
  a.badge:focus-within.badge-outline-dark, a.badge:active.badge-outline-dark, a.badge:hover.badge-outline-dark {
16246
16101
  background-color: #f8f9fa !important;
@@ -16776,6 +16631,10 @@ select.multi-select {
16776
16631
  .ss-main.multi-select {
16777
16632
  padding: 0;
16778
16633
  }
16634
+ .ss-main.multi-select.form-select.is-invalid, .ss-main.multi-select.form-select.is-valid {
16635
+ background: none;
16636
+ padding: 0;
16637
+ }
16779
16638
  .ss-main.multi-select .ss-values {
16780
16639
  font-size: calc(1.275rem + 0.3vw);
16781
16640
  }
@@ -16841,7 +16700,7 @@ select.multi-select {
16841
16700
  .was-validated .multi-select:valid + .ss-main.multi-select .ss-multi-selected {
16842
16701
  background-repeat: no-repeat;
16843
16702
  background-position: right 1.5rem center;
16844
- background-size: 1rem 1rem;
16703
+ background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
16845
16704
  }
16846
16705
 
16847
16706
  .ss-main.multi-select.is-invalid .ss-multi-selected,