Move padding to PopoverContent
This commit is contained in:
parent
06fc30a01b
commit
a082c392ef
2 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
border-radius: $card-corner;
|
border-radius: $card-corner;
|
||||||
border: 0.5px solid rgba(0, 0, 0, 0.18);
|
border: 0.5px solid rgba(0, 0, 0, 0.18);
|
||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
|
||||||
transform-origin: var(--radix-popover-content-transform-origin);
|
|
||||||
outline: none;
|
outline: none;
|
||||||
|
padding: $unit;
|
||||||
|
transform-origin: var(--radix-popover-content-transform-origin);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
width: $unit-10x;
|
width: $unit-10x;
|
||||||
height: $unit-10x;
|
height: $unit-10x;
|
||||||
padding: $unit;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
z-index: 32;
|
z-index: 32;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue