Merge pull request #695 from Safelite/SSR-1201-subheader-font-updates
SSR-1201 subheader font style updates.
This commit is contained in:
commit
6595f6dc14
3 changed files with 23 additions and 21 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<div
|
||||
class="subheader-primary d-flex align-items-center justify-content-center overflow-hidden">
|
||||
class="subheader-primary d-flex align-items-center justify-content-center overflow-hidden mb-2">
|
||||
<h5
|
||||
class="text-center fw-normal mb-0 subheader-primary"
|
||||
:class="headerColor">
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
class="subheader-secondary d-flex align-items-center overflow-hidden"
|
||||
:class="[justifySubheader, subHeaderClasses]">
|
||||
<p
|
||||
class="fw-bold dark-header"
|
||||
class="dark-header"
|
||||
:class="[alternateFormatting, subTextClasses]">
|
||||
<span v-html="subText"> </span>
|
||||
</p>
|
||||
|
|
@ -127,7 +127,7 @@ export default {
|
|||
}
|
||||
|
||||
.light-header {
|
||||
color: $gray-550;
|
||||
color: $gray-600;
|
||||
}
|
||||
|
||||
h5 {
|
||||
|
|
@ -140,28 +140,30 @@ h5 {
|
|||
color: $black;
|
||||
}
|
||||
}
|
||||
p.light-gray {
|
||||
color: $gray-550;
|
||||
}
|
||||
|
||||
p.dark-gray {
|
||||
color: $darker-gray;
|
||||
}
|
||||
|
||||
p.service-packages-subtext {
|
||||
font-weight: 500 !important;
|
||||
line-height: 24px;
|
||||
p {
|
||||
margin: 0;
|
||||
&.light-gray {
|
||||
color: $gray-600;
|
||||
}
|
||||
&.dark-gray {
|
||||
color: $darker-gray;
|
||||
}
|
||||
&.service-packages-subtext {
|
||||
font-weight: 500;
|
||||
line-height: 24px;
|
||||
span {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.subheader-secondary {
|
||||
&.justify-content-center {
|
||||
p {
|
||||
p {
|
||||
font-size: .875rem;
|
||||
&.justify-content-center {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
&.justify-content-left {
|
||||
p {
|
||||
&.justify-content-left {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -441,7 +441,6 @@ export default {
|
|||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
$page-side-padding: 1.5rem;
|
||||
|
||||
.page-container-grouped-styles {
|
||||
overflow: auto;
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
<div class="row justify-content-center">
|
||||
<div class="col-md-6 col-xl-4">
|
||||
<siteSubHeader
|
||||
class="mb-2"
|
||||
justification="left"
|
||||
cmsWidgetName="SiteSubHeaderWidget"
|
||||
issContainingPage="service-packages" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue