Merge pull request #2587 from Safelite/CASH-824-urbanist-touch-ups

CASH-824 fix Urbanist misses.
This commit is contained in:
bmauger 2025-06-13 16:02:19 -04:00 committed by GitHub
commit 621adb09ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<textBlock
:cmsWidgetName="headerCmsWidgetName"
:customText="customHeaderText"
typeStyle="body small bold dark"
typeStyle="body small dark"
marginTopSizeOverride="0" />
</div>
<div

View file

@ -145,6 +145,10 @@ export default {
}
}
:deep(.review-table .text-block span) {
font-family: UrbanistSemibold;
}
.review-toggle {
&.expanded {
margin-bottom: 0;

View file

@ -132,7 +132,7 @@ export default {
}
.sub-copy {
font-family: UrbanistRegular;
font-family: UrbanistSemibold;
color: $gray-600;
}
}