CASH-824 fix Urbanist misses.
This commit is contained in:
parent
3eb7114454
commit
a8424bc5b0
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-copy {
|
.sub-copy {
|
||||||
font-family: UrbanistRegular;
|
font-family: UrbanistSemibold;
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue