chore: spacing refinement
This commit is contained in:
parent
dd11c4c463
commit
0e79fbeb01
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
.toggle-wrapper {
|
||||
display: flex;
|
||||
position: relative;
|
||||
margin-bottom: calc(var(--sizing-base) + 44px);
|
||||
margin-bottom: calc(var(--sizing-base) + 20px);
|
||||
|
||||
& p:first-of-type {
|
||||
margin-top: 0;
|
||||
|
@ -50,7 +50,7 @@
|
|||
& .toggle-label [aria-role="button"] {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
bottom: -44px;
|
||||
bottom: -20px;
|
||||
left: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Reference in a new issue