@openeuropa/bcl-theme-ucpkn 1.6.0 → 1.8.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;
@@ -14995,6 +14995,9 @@ em.placeholder {
14995
14995
  .bcl-language-list-modal .btn-close {
14996
14996
  opacity: 1;
14997
14997
  }
14998
+ .bcl-language-list-modal .modal-title {
14999
+ font-size: 1.25rem;
15000
+ }
14998
15001
  .bcl-language-list-modal.bcl-language-list-modal--ec .modal-body, .bcl-language-list-modal.bcl-language-list-modal--eu .modal-body {
14999
15002
  padding-top: 0.5rem;
15000
15003
  overflow: visible;
@@ -15009,7 +15012,7 @@ em.placeholder {
15009
15012
  .bcl-language-list-modal.bcl-language-list-modal--eu .modal-dialog {
15010
15013
  background: #fff;
15011
15014
  }
15012
- .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 {
15013
15016
  color: #0e47cb;
15014
15017
  }
15015
15018
  .bcl-language-list-modal.bcl-language-list-modal--eu svg {
@@ -15025,7 +15028,7 @@ em.placeholder {
15025
15028
  .bcl-language-list-modal.bcl-language-list-modal--ec .modal-content {
15026
15029
  background: #034da1;
15027
15030
  }
15028
- .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 {
15029
15032
  color: #fff;
15030
15033
  }
15031
15034
  .bcl-language-list-modal.bcl-language-list-modal--ec svg {
@@ -16195,6 +16198,10 @@ select.multi-select {
16195
16198
  right: 0;
16196
16199
  bottom: calc(50% - 3px);
16197
16200
  }
16201
+ .ss-main.multi-select .ss-values .ss-value .ss-value-delete:focus-visible:after {
16202
+ outline: 2px solid #fff;
16203
+ outline-offset: -6px;
16204
+ }
16198
16205
  .ss-main.multi-select .ss-values .ss-disabled {
16199
16206
  padding-top: calc(0.5rem - 1px);
16200
16207
  padding-bottom: calc(0.5rem - 1px);
@@ -16213,6 +16220,9 @@ select.multi-select {
16213
16220
  -ms-grid-row-align: center;
16214
16221
  align-self: center;
16215
16222
  }
16223
+ .ss-main.multi-select .ss-multi-selected .ss-values .ss-disabled {
16224
+ color: #6c757d;
16225
+ }
16216
16226
 
16217
16227
  .ss-main.multi-select.is-invalid .ss-multi-selected,
16218
16228
  .ss-main.multi-select.is-valid .ss-multi-selected,