Gift Modals: Fix styles in ConfirmBuyGift and GiftResalePriceComposer (#6103)
This commit is contained in:
parent
4dc6c27055
commit
762919a108
@ -8,10 +8,7 @@
|
|||||||
|
|
||||||
.checkBoxDescription {
|
.checkBoxDescription {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-bottom: 1rem;
|
||||||
margin-bottom: 2rem;
|
|
||||||
margin-inline: 1rem;
|
|
||||||
|
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,7 @@
|
|||||||
.checkBoxDescription,
|
.checkBoxDescription,
|
||||||
.inputPriceDescription {
|
.inputPriceDescription {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
margin-inline: 1rem;
|
|
||||||
|
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
}
|
}
|
||||||
@ -14,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.inputPriceDescription {
|
.inputPriceDescription {
|
||||||
margin-top: 0.875rem;
|
margin-top: 0.5rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user