Merge pull request #2615 from Safelite/feature/CASH-952

Feature/CASH-952
This commit is contained in:
Chris 2025-07-01 10:12:06 -04:00 committed by Scott Kiener
parent 3b2874e7ec
commit 72b5866c50

View file

@ -164,15 +164,13 @@ export default {
> div:last-of-type { > div:last-of-type {
color: $gray-650; color: $gray-650;
text-align: left; text-align: left;
@include media-breakpoint-down(md) { @include media-breakpoint-down(md) {
padding-top: 1rem; padding-top: 1rem;
} }
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
padding-left: 1rem; padding-left: 1rem;
max-width: 26rem;
&#extended-pay-option {
max-width: 28rem;
}
} }
} }