Merge branch 'develop' into feature/SSR-1227

This commit is contained in:
Katie Kroell 2024-05-09 09:26:47 -04:00
commit c26fb8e612
4 changed files with 24 additions and 22 deletions

View file

@ -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;
}
}

View file

@ -441,7 +441,6 @@ export default {
};
</script>
<style lang="scss" scoped>
$page-side-padding: 1.5rem;
.page-container-grouped-styles {
overflow: auto;

View file

@ -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" />

View file

@ -857,7 +857,7 @@ export const useMainStore = defineStore({
let lineItems = [
...(order.lineItems.supportingItems ?? []),
...(order.lineItems.vaps ?? []),
...(order.lineItems.glassParts)
...(order.lineItems.glassParts ?? [])
];
lineItems = getLineItemsFlattened(lineItems);
lineItems = lineItems.map((lineItem) => ({