@openeuropa/bcl-theme-ucpkn 1.5.0 → 1.7.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.
@@ -101,7 +101,7 @@ hr {
101
101
  opacity: 0.25;
102
102
  }
103
103
 
104
- h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
104
+ .bcl-language-list-modal .modal-title, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
105
105
  margin-top: 0;
106
106
  margin-bottom: 0.5rem;
107
107
  font-weight: 500;
@@ -2953,7 +2953,9 @@ 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), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
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) {
2957
2959
  padding-top: 1.625rem;
2958
2960
  padding-bottom: 0.625rem;
2959
2961
  }
@@ -3170,7 +3172,11 @@ textarea.form-control-lg {
3170
3172
  margin-left: 0.5em;
3171
3173
  }
3172
3174
 
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 {
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 {
3174
3180
  z-index: 3;
3175
3181
  }
3176
3182
 
@@ -3256,7 +3262,11 @@ textarea.form-control-lg {
3256
3262
  margin-left: 0.5em;
3257
3263
  }
3258
3264
 
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 {
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 {
3260
3270
  z-index: 4;
3261
3271
  }
3262
3272
 
@@ -6587,7 +6597,9 @@ textarea.form-control-lg {
6587
6597
  transition: none;
6588
6598
  }
6589
6599
  }
6590
- .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
6600
+ .carousel-control-prev:hover, .carousel-control-prev:focus,
6601
+ .carousel-control-next:hover,
6602
+ .carousel-control-next:focus {
6591
6603
  color: #fff;
6592
6604
  text-decoration: none;
6593
6605
  outline: 0;
@@ -14983,6 +14995,9 @@ em.placeholder {
14983
14995
  .bcl-language-list-modal .btn-close {
14984
14996
  opacity: 1;
14985
14997
  }
14998
+ .bcl-language-list-modal .modal-title {
14999
+ font-size: 1.25rem;
15000
+ }
14986
15001
  .bcl-language-list-modal.bcl-language-list-modal--ec .modal-body, .bcl-language-list-modal.bcl-language-list-modal--eu .modal-body {
14987
15002
  padding-top: 0.5rem;
14988
15003
  overflow: visible;
@@ -14997,7 +15012,7 @@ em.placeholder {
14997
15012
  .bcl-language-list-modal.bcl-language-list-modal--eu .modal-dialog {
14998
15013
  background: #fff;
14999
15014
  }
15000
- .bcl-language-list-modal.bcl-language-list-modal--eu h5, .bcl-language-list-modal.bcl-language-list-modal--eu .h5 {
15015
+ .bcl-language-list-modal.bcl-language-list-modal--eu .modal-title {
15001
15016
  color: #0e47cb;
15002
15017
  }
15003
15018
  .bcl-language-list-modal.bcl-language-list-modal--eu svg {
@@ -15013,7 +15028,7 @@ em.placeholder {
15013
15028
  .bcl-language-list-modal.bcl-language-list-modal--ec .modal-content {
15014
15029
  background: #034da1;
15015
15030
  }
15016
- .bcl-language-list-modal.bcl-language-list-modal--ec h5, .bcl-language-list-modal.bcl-language-list-modal--ec .h5 {
15031
+ .bcl-language-list-modal.bcl-language-list-modal--ec .modal-title {
15017
15032
  color: #fff;
15018
15033
  }
15019
15034
  .bcl-language-list-modal.bcl-language-list-modal--ec svg {
@@ -16201,6 +16216,9 @@ select.multi-select {
16201
16216
  -ms-grid-row-align: center;
16202
16217
  align-self: center;
16203
16218
  }
16219
+ .ss-main.multi-select .ss-multi-selected .ss-values .ss-disabled {
16220
+ color: #6c757d;
16221
+ }
16204
16222
 
16205
16223
  .ss-main.multi-select.is-invalid .ss-multi-selected,
16206
16224
  .ss-main.multi-select.is-valid .ss-multi-selected,