@openeuropa/bcl-theme-default 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.
@@ -16621,8 +16621,8 @@ select.multi-select {
16621
16621
  font-weight: 400;
16622
16622
  line-height: 1;
16623
16623
  color: #fff;
16624
- text-align: center;
16625
- white-space: nowrap;
16624
+ text-align: left;
16625
+ white-space: normal;
16626
16626
  vertical-align: baseline;
16627
16627
  padding-right: 1.25rem;
16628
16628
  border-radius: 0.375rem;
@@ -16636,15 +16636,15 @@ select.multi-select {
16636
16636
  content: "";
16637
16637
  display: inline-block;
16638
16638
  height: 1rem;
16639
- -webkit-transform: scale(0.8);
16640
- transform: scale(0.8);
16639
+ -webkit-transform: scale(0.8) translateY(50%);
16640
+ transform: scale(0.8) translateY(50%);
16641
16641
  width: 1rem;
16642
16642
  padding: 15px;
16643
16643
  background-position: 50%;
16644
16644
  border-radius: 50%;
16645
16645
  position: absolute;
16646
16646
  right: 0;
16647
- bottom: -2px;
16647
+ bottom: calc(50% - 3px);
16648
16648
  }
16649
16649
  .ss-main.multi-select .ss-values .ss-disabled {
16650
16650
  padding-top: calc(0.5rem - 1px);
@@ -16728,6 +16728,9 @@ select.multi-select {
16728
16728
  .bcl-banner {
16729
16729
  position: relative;
16730
16730
  }
16731
+ .bcl-banner.fixed-height .bcl-banner__image {
16732
+ height: 150px;
16733
+ }
16731
16734
  .bcl-banner p {
16732
16735
  font-size: 1.125rem;
16733
16736
  font-weight: 500;
@@ -16834,7 +16837,7 @@ select.multi-select {
16834
16837
  z-index: 1;
16835
16838
  display: inline-block;
16836
16839
  padding: 2rem;
16837
- margin: 2.75rem auto;
16840
+ margin: 2rem auto;
16838
16841
  border-radius: 4px;
16839
16842
  min-width: 540px;
16840
16843
  }
@@ -16859,24 +16862,29 @@ select.multi-select {
16859
16862
  margin-left: 0;
16860
16863
  }
16861
16864
  }
16862
- @media (min-width: 992px) {
16865
+ @media (min-width: 768px) {
16863
16866
  .bcl-banner {
16864
16867
  display: -ms-flexbox;
16865
16868
  display: flex;
16866
- -ms-flex-direction: column;
16867
- flex-direction: column;
16868
16869
  -ms-flex-align: center;
16869
16870
  align-items: center;
16870
16871
  -ms-flex-pack: center;
16871
16872
  justify-content: center;
16872
- min-height: 300px;
16873
16873
  }
16874
- .bcl-banner .container {
16875
- position: absolute;
16874
+ .bcl-banner.fixed-height {
16875
+ height: 330px;
16876
+ }
16877
+ .bcl-banner.fixed-height .bcl-banner__image {
16878
+ height: 100%;
16876
16879
  }
16877
- .bcl-banner::before {
16880
+ }
16881
+ @media (min-width: 992px) {
16882
+ .bcl-banner {
16883
+ min-height: 300px;
16884
+ }
16885
+ .bcl-banner:not(.fixed-height)::before {
16878
16886
  display: block;
16879
- width: 100%;
16887
+ width: 1px;
16880
16888
  padding-top: 20%;
16881
16889
  content: "";
16882
16890
  }