chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.topMenu {
|
||||
display: none;
|
||||
background-color: var(--Base-Surface-Subtle-Normal);
|
||||
padding: var(--Spacing-x2) 0;
|
||||
padding: var(--Space-x2) 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
.options {
|
||||
display: flex;
|
||||
gap: var(--Spacing-x2);
|
||||
gap: var(--Space-x2);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
display: grid;
|
||||
grid-template-areas: "topLink options";
|
||||
justify-content: space-between;
|
||||
gap: var(--Spacing-x3);
|
||||
gap: var(--Space-x3);
|
||||
}
|
||||
|
||||
.topLink {
|
||||
|
||||
Reference in New Issue
Block a user