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:
commit
00d67ff99c
2 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -163,6 +163,9 @@ $spacers: (
|
|||
/* 48px */
|
||||
);
|
||||
|
||||
//Enable negative spacing (does NOT work on padding)
|
||||
$enable-negative-margins: true;
|
||||
|
||||
//Grid breakpoints
|
||||
$grid-breakpoints: (
|
||||
xs: 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue