@openeuropa/bcl-theme-ucpkn 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.
@@ -16158,8 +16158,8 @@ select.multi-select {
16158
16158
  font-weight: 400;
16159
16159
  line-height: 1;
16160
16160
  color: #fff;
16161
- text-align: center;
16162
- white-space: nowrap;
16161
+ text-align: left;
16162
+ white-space: normal;
16163
16163
  vertical-align: baseline;
16164
16164
  padding-right: 1.25rem;
16165
16165
  border-radius: 0.375rem;
@@ -16173,15 +16173,15 @@ select.multi-select {
16173
16173
  content: "";
16174
16174
  display: inline-block;
16175
16175
  height: 1rem;
16176
- -webkit-transform: scale(0.8);
16177
- transform: scale(0.8);
16176
+ -webkit-transform: scale(0.8) translateY(50%);
16177
+ transform: scale(0.8) translateY(50%);
16178
16178
  width: 1rem;
16179
16179
  padding: 15px;
16180
16180
  background-position: 50%;
16181
16181
  border-radius: 50%;
16182
16182
  position: absolute;
16183
16183
  right: 0;
16184
- bottom: -2px;
16184
+ bottom: calc(50% - 3px);
16185
16185
  }
16186
16186
  .ss-main.multi-select .ss-values .ss-disabled {
16187
16187
  padding-top: calc(0.5rem - 1px);
@@ -16265,6 +16265,9 @@ select.multi-select {
16265
16265
  .bcl-banner {
16266
16266
  position: relative;
16267
16267
  }
16268
+ .bcl-banner.fixed-height .bcl-banner__image {
16269
+ height: 150px;
16270
+ }
16268
16271
  .bcl-banner p {
16269
16272
  font-size: 1.125rem;
16270
16273
  font-weight: 500;
@@ -16371,7 +16374,7 @@ select.multi-select {
16371
16374
  z-index: 1;
16372
16375
  display: inline-block;
16373
16376
  padding: 2rem;
16374
- margin: 2.75rem auto;
16377
+ margin: 2rem auto;
16375
16378
  border-radius: 4px;
16376
16379
  min-width: 540px;
16377
16380
  }
@@ -16396,24 +16399,29 @@ select.multi-select {
16396
16399
  margin-left: 0;
16397
16400
  }
16398
16401
  }
16399
- @media (min-width: 992px) {
16402
+ @media (min-width: 768px) {
16400
16403
  .bcl-banner {
16401
16404
  display: -ms-flexbox;
16402
16405
  display: flex;
16403
- -ms-flex-direction: column;
16404
- flex-direction: column;
16405
16406
  -ms-flex-align: center;
16406
16407
  align-items: center;
16407
16408
  -ms-flex-pack: center;
16408
16409
  justify-content: center;
16409
- min-height: 300px;
16410
16410
  }
16411
- .bcl-banner .container {
16412
- position: absolute;
16411
+ .bcl-banner.fixed-height {
16412
+ height: 330px;
16413
+ }
16414
+ .bcl-banner.fixed-height .bcl-banner__image {
16415
+ height: 100%;
16413
16416
  }
16414
- .bcl-banner::before {
16417
+ }
16418
+ @media (min-width: 992px) {
16419
+ .bcl-banner {
16420
+ min-height: 300px;
16421
+ }
16422
+ .bcl-banner:not(.fixed-height)::before {
16415
16423
  display: block;
16416
- width: 100%;
16424
+ width: 1px;
16417
16425
  padding-top: 20%;
16418
16426
  content: "";
16419
16427
  }