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