chore: update design system and names of tokens
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
.columns {
|
||||
display: none;
|
||||
position: relative;
|
||||
background-color: var(--Scandic-Opacity-White-100);
|
||||
background-color: var(--UI-Opacity-White-100);
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
}
|
||||
|
||||
.mobileColumns {
|
||||
background-color: var(--Scandic-Opacity-White-100);
|
||||
background-color: var(--UI-Opacity-White-100);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
margin: 0 calc(var(--Spacing-x2) * -1) calc(var(--Spacing-x9) * -1)
|
||||
|
||||
Reference in New Issue
Block a user