Update CMS copy. Update style to use BS helpers.
This commit is contained in:
parent
7c57eec36b
commit
620e038c57
2 changed files with 5 additions and 5 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
<!-- End of body text parsing -->
|
<!-- End of body text parsing -->
|
||||||
<div
|
<div
|
||||||
class="package-footer"
|
class="package-footer fw-bold caption ms-n6"
|
||||||
v-if="this.buttonFooterCopy"
|
v-if="this.buttonFooterCopy"
|
||||||
v-html="this.buttonFooterCopy"></div>
|
v-html="this.buttonFooterCopy"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -179,10 +179,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.package-footer {
|
.package-footer {
|
||||||
font-size: 12px;
|
color: $red;
|
||||||
font-weight: 500;
|
|
||||||
color: #d4281c;
|
|
||||||
margin-left: -32px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.package-specs {
|
.package-specs {
|
||||||
|
|
|
||||||
|
|
@ -163,6 +163,9 @@ $spacers: (
|
||||||
/* 48px */
|
/* 48px */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
//Enable negative spacing (does NOT work on padding)
|
||||||
|
$enable-negative-margins: true;
|
||||||
|
|
||||||
//Grid breakpoints
|
//Grid breakpoints
|
||||||
$grid-breakpoints: (
|
$grid-breakpoints: (
|
||||||
xs: 0,
|
xs: 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue