@openeuropa/bcl-theme-joinup 1.13.2 → 1.15.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.
@@ -17341,6 +17341,11 @@ svg {
17341
17341
  .card {
17342
17342
  border-color: #dadee0;
17343
17343
  }
17344
+ .card > .bcl-card__image-wrapper:first-child {
17345
+ overflow: hidden;
17346
+ border-top-left-radius: var(--bs-card-border-radius);
17347
+ border-top-right-radius: var(--bs-card-border-radius);
17348
+ }
17344
17349
 
17345
17350
  .card.text-bg-primary .card-header,
17346
17351
  .card.text-bg-primary .card-footer {
@@ -19502,9 +19507,14 @@ ul.bcl-mega-menu__items > li > button[aria-expanded=true] {
19502
19507
  height: 150px;
19503
19508
  }
19504
19509
  .bcl-banner p {
19510
+ margin-bottom: 0;
19505
19511
  font-size: 1.125rem;
19506
19512
  font-weight: 500;
19507
19513
  }
19514
+ .bcl-banner p + .bcl-banner__link {
19515
+ display: inline-block;
19516
+ margin-top: 1.5rem;
19517
+ }
19508
19518
  .bcl-banner.shade {
19509
19519
  color: #212529;
19510
19520
  }