CASH-824 fix Urbanist misses.

This commit is contained in:
Bryan Mauger 2025-06-13 15:49:43 -04:00
parent 3eb7114454
commit a8424bc5b0
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;
}
}