feat(SW-378): Updated styling
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user