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 <textBlock
:cmsWidgetName="headerCmsWidgetName" :cmsWidgetName="headerCmsWidgetName"
:customText="customHeaderText" :customText="customHeaderText"
typeStyle="body small bold dark" typeStyle="body small dark"
marginTopSizeOverride="0" /> marginTopSizeOverride="0" />
</div> </div>
<div <div

View file

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

View file

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