Fix alignment and padding
This commit is contained in:
parent
d5dda428cf
commit
ac325db3c4
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: $unit;
|
gap: $unit;
|
||||||
padding: $unit-2x $unit-2x;
|
padding: ($unit * 1.5) $unit-2x;
|
||||||
|
|
||||||
&.modal {
|
&.modal {
|
||||||
background-color: var(--select-modal-bg);
|
background-color: var(--select-modal-bg);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
.SelectItem {
|
.SelectItem {
|
||||||
|
align-items: center;
|
||||||
border-radius: $item-corner;
|
border-radius: $item-corner;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
color: var(--text-tertiary);
|
color: var(--text-tertiary);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue