@openeuropa/bcl-theme-joinup 1.6.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.
@@ -148,7 +148,7 @@ hr {
148
148
  opacity: 0.25;
149
149
  }
150
150
 
151
- h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
151
+ .bcl-language-list-modal .modal-title, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
152
152
  margin-top: 0;
153
153
  margin-bottom: 0.5rem;
154
154
  font-weight: 700;
@@ -15160,6 +15160,9 @@ em.placeholder {
15160
15160
  .bcl-language-list-modal .btn-close {
15161
15161
  opacity: 1;
15162
15162
  }
15163
+ .bcl-language-list-modal .modal-title {
15164
+ font-size: 1rem;
15165
+ }
15163
15166
  .bcl-language-list-modal.bcl-language-list-modal--ec .modal-body, .bcl-language-list-modal.bcl-language-list-modal--eu .modal-body {
15164
15167
  padding-top: 0.5rem;
15165
15168
  overflow: visible;
@@ -15174,7 +15177,7 @@ em.placeholder {
15174
15177
  .bcl-language-list-modal.bcl-language-list-modal--eu .modal-dialog {
15175
15178
  background: #fff;
15176
15179
  }
15177
- .bcl-language-list-modal.bcl-language-list-modal--eu h5, .bcl-language-list-modal.bcl-language-list-modal--eu .h5 {
15180
+ .bcl-language-list-modal.bcl-language-list-modal--eu .modal-title {
15178
15181
  color: #0e47cb;
15179
15182
  }
15180
15183
  .bcl-language-list-modal.bcl-language-list-modal--eu svg {
@@ -15190,7 +15193,7 @@ em.placeholder {
15190
15193
  .bcl-language-list-modal.bcl-language-list-modal--ec .modal-content {
15191
15194
  background: #034da1;
15192
15195
  }
15193
- .bcl-language-list-modal.bcl-language-list-modal--ec h5, .bcl-language-list-modal.bcl-language-list-modal--ec .h5 {
15196
+ .bcl-language-list-modal.bcl-language-list-modal--ec .modal-title {
15194
15197
  color: #fff;
15195
15198
  }
15196
15199
  .bcl-language-list-modal.bcl-language-list-modal--ec svg {
@@ -16402,6 +16405,9 @@ select.multi-select {
16402
16405
  -ms-grid-row-align: center;
16403
16406
  align-self: center;
16404
16407
  }
16408
+ .ss-main.multi-select .ss-multi-selected .ss-values .ss-disabled {
16409
+ color: #6c757d;
16410
+ }
16405
16411
 
16406
16412
  .ss-main.multi-select.is-invalid .ss-multi-selected,
16407
16413
  .ss-main.multi-select.is-valid .ss-multi-selected,