@phillips/seldon 1.49.0 → 1.50.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.
package/dist/scss/_vars.scss
CHANGED
|
@@ -348,6 +348,11 @@ $margin-xxl: var(--spacing-xxl);
|
|
|
348
348
|
///////////////////////
|
|
349
349
|
$max-site-width: 1560px;
|
|
350
350
|
|
|
351
|
+
////////////////////////
|
|
352
|
+
/// z-index TOKENS:
|
|
353
|
+
///////////////////////
|
|
354
|
+
$modal-z-index: 30;
|
|
355
|
+
|
|
351
356
|
////////////////////////
|
|
352
357
|
/// height Tokens
|
|
353
358
|
///////////////////////
|