🐛 Fix Pay Later Messaging configurator preview alignment issues

This commit is contained in:
Daniel Dudzic 2025-04-03 12:29:49 +02:00
parent a4d4241d50
commit 30158b0bbb
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
2 changed files with 45 additions and 12 deletions

View file

@ -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 {