Merge pull request #831 from Safelite/CSR-948-qa-copy-update-and-style-update

Update CMS copy. Update style to use BS helpers.
This commit is contained in:
bmauger 2022-11-21 10:40:20 -05:00 committed by GitHub
commit 00d67ff99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,