Update CMS copy. Update style to use BS helpers.

This commit is contained in:
Bryan Mauger 2022-11-21 10:35:28 -05:00
parent 7c57eec36b
commit 620e038c57
2 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@
</ul>
<!-- End of body text parsing -->
<div
class="package-footer"
class="package-footer fw-bold caption ms-n6"
v-if="this.buttonFooterCopy"
v-html="this.buttonFooterCopy"></div>
</div>
@ -179,10 +179,7 @@ export default {
}
.package-footer {
font-size: 12px;
font-weight: 500;
color: #d4281c;
margin-left: -32px;
color: $red;
}
.package-specs {

View file

@ -163,6 +163,9 @@ $spacers: (
/* 48px */
);
//Enable negative spacing (does NOT work on padding)
$enable-negative-margins: true;
//Grid breakpoints
$grid-breakpoints: (
xs: 0,