@phillips/seldon 1.185.0 → 1.186.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.
@@ -11,13 +11,17 @@
11
11
  }
12
12
 
13
13
  &__image {
14
+ align-items: center;
14
15
  aspect-ratio: 91/51;
15
16
  border-radius: 4px;
17
+ display: flex;
18
+ flex: 0 0 30%;
19
+ justify-content: center;
16
20
  min-width: 100%;
17
21
 
18
22
  @include media($breakpoint-md) {
19
23
  aspect-ratio: 107/60;
20
- min-width: 428px;
24
+ min-width: auto;
21
25
  }
22
26
 
23
27
  img {
@@ -44,7 +44,7 @@
44
44
  padding-right: 0;
45
45
  }
46
46
 
47
- > p.#{$px}-text {
47
+ > .#{$px}-text {
48
48
  margin: 0;
49
49
 
50
50
  @include isHeaderMobile {
@@ -105,7 +105,7 @@
105
105
 
106
106
  &__nav {
107
107
  background-color: $pure-white;
108
- height: calc(100dvh - $header-height);
108
+ height: calc(100dvh - $header-height - var(--banner-height, 0px));
109
109
  overflow-y: auto;
110
110
  position: relative;
111
111
  width: 100%;
@@ -120,7 +120,7 @@
120
120
 
121
121
  @include isHeaderMobile {
122
122
  flex-direction: column;
123
- height: calc(100dvh - var(--header-height) - 1px);
123
+ height: calc(100dvh - var(--header-height) - var(--banner-height, 0px) - 1px);
124
124
  justify-content: flex-start;
125
125
  }
126
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.185.0",
3
+ "version": "1.186.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"