feat(SW-378): Updated styling

This commit is contained in:
Pontus Dreij
2024-09-13 09:39:45 +02:00
parent ca4521e4a1
commit a8cef1c6c5

View File

@@ -29,7 +29,7 @@
border: none; border: none;
cursor: pointer; cursor: pointer;
justify-self: flex-start; justify-self: flex-start;
padding: 11px 8px 16px; padding: 11px var(--Spacing-x1) var(--Spacing-x2);
user-select: none; user-select: none;
} }
@@ -42,7 +42,7 @@
height: 3px; height: 3px;
position: relative; position: relative;
transition: all 0.3s; transition: all 0.3s;
width: 32px; width: var(--Spacing-x4);
} }
.bar::after, .bar::after,
@@ -52,7 +52,7 @@
position: absolute; position: absolute;
top: 0; top: 0;
transform-origin: 50% 50%; transform-origin: 50% 50%;
width: 32px; width: var(--Spacing-x4);
} }
.bar { .bar {