@openeuropa/bcl-theme-joinup 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.
@@ -16491,7 +16491,7 @@ select.multi-select {
16491
16491
 
16492
16492
  .bcl-banner__content {
16493
16493
  padding: 2.5rem 2rem;
16494
- border-color: #143b76;
16494
+ border-color: var(--bs-primary);
16495
16495
  }
16496
16496
 
16497
16497
  .bcl-banner__image {
@@ -16522,7 +16522,7 @@ select.multi-select {
16522
16522
  }
16523
16523
  .bcl-banner.overlay .bcl-banner__content {
16524
16524
  background: #fff;
16525
- border-bottom: 4px solid #143b76;
16525
+ border-bottom: 4px solid var(--bs-primary);
16526
16526
  }
16527
16527
  .bcl-banner.shade {
16528
16528
  color: #fff;
@@ -16636,7 +16636,7 @@ select.multi-select {
16636
16636
  display: inline-block;
16637
16637
  position: absolute;
16638
16638
  border-radius: 50%;
16639
- border: 2px solid #143b76;
16639
+ border: 2px solid var(--bs-primary);
16640
16640
  left: 0;
16641
16641
  width: 22px;
16642
16642
  height: 22px;