@openeuropa/bcl-theme-default 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;
@@ -14729,6 +14729,10 @@ svg {
14729
14729
  justify-content: center;
14730
14730
  }
14731
14731
 
14732
+ .blockquote-footer {
14733
+ color: #495057;
14734
+ }
14735
+
14732
14736
  .card {
14733
14737
  border-color: #dee2e6;
14734
14738
  }
@@ -15483,6 +15487,9 @@ em.placeholder {
15483
15487
  .bcl-language-list-modal .btn-close {
15484
15488
  opacity: 1;
15485
15489
  }
15490
+ .bcl-language-list-modal .modal-title {
15491
+ font-size: 1.25rem;
15492
+ }
15486
15493
  .bcl-language-list-modal.bcl-language-list-modal--ec .modal-body, .bcl-language-list-modal.bcl-language-list-modal--eu .modal-body {
15487
15494
  padding-top: 0.5rem;
15488
15495
  overflow: visible;
@@ -15497,7 +15504,7 @@ em.placeholder {
15497
15504
  .bcl-language-list-modal.bcl-language-list-modal--eu .modal-dialog {
15498
15505
  background: #fff;
15499
15506
  }
15500
- .bcl-language-list-modal.bcl-language-list-modal--eu h5, .bcl-language-list-modal.bcl-language-list-modal--eu .h5 {
15507
+ .bcl-language-list-modal.bcl-language-list-modal--eu .modal-title {
15501
15508
  color: #0e47cb;
15502
15509
  }
15503
15510
  .bcl-language-list-modal.bcl-language-list-modal--eu svg {
@@ -15513,7 +15520,7 @@ em.placeholder {
15513
15520
  .bcl-language-list-modal.bcl-language-list-modal--ec .modal-content {
15514
15521
  background: #034da1;
15515
15522
  }
15516
- .bcl-language-list-modal.bcl-language-list-modal--ec h5, .bcl-language-list-modal.bcl-language-list-modal--ec .h5 {
15523
+ .bcl-language-list-modal.bcl-language-list-modal--ec .modal-title {
15517
15524
  color: #fff;
15518
15525
  }
15519
15526
  .bcl-language-list-modal.bcl-language-list-modal--ec svg {
@@ -16658,6 +16665,10 @@ select.multi-select {
16658
16665
  right: 0;
16659
16666
  bottom: calc(50% - 3px);
16660
16667
  }
16668
+ .ss-main.multi-select .ss-values .ss-value .ss-value-delete:focus-visible:after {
16669
+ outline: 2px solid #fff;
16670
+ outline-offset: -6px;
16671
+ }
16661
16672
  .ss-main.multi-select .ss-values .ss-disabled {
16662
16673
  padding-top: calc(0.5rem - 1px);
16663
16674
  padding-bottom: calc(0.5rem - 1px);
@@ -16676,6 +16687,9 @@ select.multi-select {
16676
16687
  -ms-grid-row-align: center;
16677
16688
  align-self: center;
16678
16689
  }
16690
+ .ss-main.multi-select .ss-multi-selected .ss-values .ss-disabled {
16691
+ color: #6c757d;
16692
+ }
16679
16693
 
16680
16694
  .ss-main.multi-select.is-invalid .ss-multi-selected,
16681
16695
  .ss-main.multi-select.is-valid .ss-multi-selected,