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