style(SW-593): syntax change
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
.mobileToggle {
|
||||
position: sticky;
|
||||
bottom: var(--Spacing-x5);
|
||||
z-index: 1;
|
||||
margin: 0 auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: var(--Spacing-x-half);
|
||||
@@ -8,9 +11,6 @@
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.15);
|
||||
padding: var(--Spacing-x-half);
|
||||
margin: 0 auto;
|
||||
bottom: var(--Spacing-x5);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.button {
|
||||
|
||||
Reference in New Issue
Block a user