chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
grid-template-rows: auto 1fr;
|
||||
background-color: var(--UI-Input-Controls-Surface-Normal);
|
||||
border-radius: 0;
|
||||
gap: var(--Spacing-x3);
|
||||
gap: var(--Space-x3);
|
||||
height: calc(100dvh - max(var(--sitewide-alert-sticky-height), 20px));
|
||||
width: 100%;
|
||||
padding: var(--Spacing-x3) var(--Spacing-x2) var(--Spacing-x7);
|
||||
padding: var(--Space-x3) var(--Space-x2) var(--Space-x7);
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: -100%;
|
||||
|
||||
Reference in New Issue
Block a user