@openeuropa/bcl-theme-joinup 1.2.0 → 1.2.2

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.
@@ -16343,8 +16343,8 @@ select.multi-select {
16343
16343
  font-weight: 400;
16344
16344
  line-height: 1;
16345
16345
  color: #fff;
16346
- text-align: center;
16347
- white-space: nowrap;
16346
+ text-align: left;
16347
+ white-space: normal;
16348
16348
  vertical-align: baseline;
16349
16349
  padding-right: 1.25rem;
16350
16350
  border-radius: 0.375rem;
@@ -16358,15 +16358,15 @@ select.multi-select {
16358
16358
  content: "";
16359
16359
  display: inline-block;
16360
16360
  height: 1rem;
16361
- -webkit-transform: scale(0.8);
16362
- transform: scale(0.8);
16361
+ -webkit-transform: scale(0.8) translateY(50%);
16362
+ transform: scale(0.8) translateY(50%);
16363
16363
  width: 1rem;
16364
16364
  padding: 15px;
16365
16365
  background-position: 50%;
16366
16366
  border-radius: 50%;
16367
16367
  position: absolute;
16368
16368
  right: 0;
16369
- bottom: -2px;
16369
+ bottom: calc(50% - 3px);
16370
16370
  }
16371
16371
  .ss-main.multi-select .ss-values .ss-disabled {
16372
16372
  padding-top: calc(0.5rem - 1px);
@@ -16450,6 +16450,9 @@ select.multi-select {
16450
16450
  .bcl-banner {
16451
16451
  position: relative;
16452
16452
  }
16453
+ .bcl-banner.fixed-height .bcl-banner__image {
16454
+ height: 150px;
16455
+ }
16453
16456
  .bcl-banner p {
16454
16457
  font-size: 1.125rem;
16455
16458
  font-weight: 500;
@@ -16556,7 +16559,7 @@ select.multi-select {
16556
16559
  z-index: 1;
16557
16560
  display: inline-block;
16558
16561
  padding: 2rem;
16559
- margin: 2.75rem auto;
16562
+ margin: 2rem auto;
16560
16563
  border-radius: 4px;
16561
16564
  min-width: 540px;
16562
16565
  }
@@ -16581,24 +16584,29 @@ select.multi-select {
16581
16584
  margin-left: 0;
16582
16585
  }
16583
16586
  }
16584
- @media (min-width: 992px) {
16587
+ @media (min-width: 768px) {
16585
16588
  .bcl-banner {
16586
16589
  display: -ms-flexbox;
16587
16590
  display: flex;
16588
- -ms-flex-direction: column;
16589
- flex-direction: column;
16590
16591
  -ms-flex-align: center;
16591
16592
  align-items: center;
16592
16593
  -ms-flex-pack: center;
16593
16594
  justify-content: center;
16594
- min-height: 300px;
16595
16595
  }
16596
- .bcl-banner .container {
16597
- position: absolute;
16596
+ .bcl-banner.fixed-height {
16597
+ height: 330px;
16598
+ }
16599
+ .bcl-banner.fixed-height .bcl-banner__image {
16600
+ height: 100%;
16598
16601
  }
16599
- .bcl-banner::before {
16602
+ }
16603
+ @media (min-width: 992px) {
16604
+ .bcl-banner {
16605
+ min-height: 300px;
16606
+ }
16607
+ .bcl-banner:not(.fixed-height)::before {
16600
16608
  display: block;
16601
- width: 100%;
16609
+ width: 1px;
16602
16610
  padding-top: 20%;
16603
16611
  content: "";
16604
16612
  }