Merge pull request #2755 from Safelite/CASH-1396-quote-page-defects

CASH-1396 quote page defects
This commit is contained in:
bmauger 2025-08-12 13:24:58 -04:00 committed by GitHub
commit 74f3a6f17d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 6 deletions

View file

@ -331,7 +331,6 @@ export default {
} }
p { p {
font-weight: 600;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;

View file

@ -129,10 +129,7 @@ export default {
} }
.callout { .callout {
font-family: font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
UrbanistSemibold Arial,
Helvetica,
sans-serif;
} }
> div:first-of-type { > div:first-of-type {

View file

@ -243,11 +243,15 @@ export default {
.hide-when-closed { .hide-when-closed {
display: block; display: block;
} }
p:first-child {
font-weight: 600;
}
} }
} }
+ .package-label { + .package-label {
border: 1px solid $blue; border: 1px solid $blue;
max-height: 500px; max-height: 500px;
background-color: $blue-100;
.special-save-box { .special-save-box {
background-color: $green-200; background-color: $green-200;
} }
@ -291,12 +295,21 @@ export default {
align-items: center; align-items: center;
} }
.pricing-info .insurance-pricing span {
font-size: 0.875rem;
font-family: Urbanist, Arial, Helvetica, sans-serif;
font-weight: 500;
}
p { p {
font-weight: 600; font-family: Urbanist, Arial, Helvetica, sans-serif;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
white-space: nowrap; white-space: nowrap;
&:first-child {
font-weight: 400;
}
span { span {
&.pricing-info { &.pricing-info {
color: $green; color: $green;