@openeuropa/bcl-theme-default 1.3.0 → 1.4.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.
@@ -16769,7 +16769,7 @@ select.multi-select {
16769
16769
 
16770
16770
  .bcl-banner__content {
16771
16771
  padding: 2.5rem 2rem;
16772
- border-color: #253ebe;
16772
+ border-color: var(--bs-primary);
16773
16773
  }
16774
16774
 
16775
16775
  .bcl-banner__image {
@@ -16800,7 +16800,7 @@ select.multi-select {
16800
16800
  }
16801
16801
  .bcl-banner.overlay .bcl-banner__content {
16802
16802
  background: #fff;
16803
- border-bottom: 4px solid #253ebe;
16803
+ border-bottom: 4px solid var(--bs-primary);
16804
16804
  }
16805
16805
  .bcl-banner.shade {
16806
16806
  color: #fff;
@@ -16914,7 +16914,7 @@ select.multi-select {
16914
16914
  display: inline-block;
16915
16915
  position: absolute;
16916
16916
  border-radius: 50%;
16917
- border: 2px solid #253ebe;
16917
+ border: 2px solid var(--bs-primary);
16918
16918
  left: 0;
16919
16919
  width: 22px;
16920
16920
  height: 22px;