mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
🐛 Fix Pay Later Messaging configurator preview alignment issues
This commit is contained in:
parent
a4d4241d50
commit
30158b0bbb
2 changed files with 45 additions and 12 deletions
|
@ -60,7 +60,7 @@ $width_gap: 24px;
|
|||
.ppcp-r-settings-card__title {
|
||||
@include font(13, 24, 600);
|
||||
color: var(--color-text-main);
|
||||
margin: 0 0 4px 0;
|
||||
margin: 0 0 12px 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -68,6 +68,16 @@ $width_gap: 24px;
|
|||
@include font(13, 20, 400);
|
||||
color: var(--color-text-teriary);
|
||||
margin: 0;
|
||||
|
||||
|
||||
p {
|
||||
margin: 0 0 12px 0;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
+ .ppcp-r-settings-card {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue