@phillips/seldon 1.183.1 → 1.184.1

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.
@@ -423,7 +423,7 @@ $desktop-max-width: var(--desktop-max-width);
423
423
  /// z-index TOKENS:
424
424
  ///////////////////////
425
425
  $modal-z-index: 30;
426
- $z-index-notification-banner: 1000;
426
+ $notification-banner-z-index: 10;
427
427
 
428
428
  ////////////////////////
429
429
  /// Our tokens usually support at least 4 sizes.
@@ -423,7 +423,7 @@ $desktop-max-width: var(--desktop-max-width);
423
423
  /// z-index TOKENS:
424
424
  ///////////////////////
425
425
  $modal-z-index: 30;
426
- $z-index-notification-banner: 1000;
426
+ $notification-banner-z-index: 10;
427
427
 
428
428
  ////////////////////////
429
429
  /// Our tokens usually support at least 4 sizes.
@@ -12,7 +12,7 @@
12
12
  text-align: center;
13
13
  top: 0;
14
14
  width: 100%;
15
- z-index: $z-index-notification-banner;
15
+ z-index: $notification-banner-z-index;
16
16
 
17
17
  > * {
18
18
  font-size: $snowflake-note-size;
@@ -5,17 +5,20 @@
5
5
  align-items: flex-start;
6
6
  display: flex;
7
7
  flex-direction: column;
8
- justify-content: space-between;
8
+ gap: $spacing-md;
9
+ justify-content: center;
9
10
  max-width: none;
10
- padding: 40px 48px;
11
+ padding: $spacing-lg $spacing-md;
11
12
 
12
13
  h1 {
13
14
  white-space: nowrap;
14
15
  }
15
16
 
16
17
  h1,
17
- p {
18
+ p,
19
+ span {
18
20
  color: $pure-black;
21
+ margin: 0;
19
22
  max-width: 100%;
20
23
  min-height: 48px;
21
24
  text-align: left;
@@ -26,7 +29,8 @@
26
29
  flex-direction: row;
27
30
 
28
31
  h1,
29
- p {
32
+ p,
33
+ span {
30
34
  max-width: 50%;
31
35
  width: 50%;
32
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.183.1",
3
+ "version": "1.184.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"