Merge pull request #1910 from Safelite/CSR-2140-qa-updates

CSR-2140 QA Updates.
This commit is contained in:
bmauger 2024-07-18 14:32:04 -04:00 committed by GitHub
commit 137b8218a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 5 deletions

View file

@ -454,7 +454,12 @@ export default {
},
};
</script>
<style scoped>
<style>
.funnel-sub-header {
p {
font-size: 1rem;
}
}
.text-block {
display: block;
}

View file

@ -38,7 +38,7 @@
class="strikethrough-price"
v-if="shouldDisplayStrikeThroughPrice"
v-html="this.additionalButtonData.strikeThroughPrice"></span>
<span v-html="this.buttonAuxillaryCopy"></span>*
<span v-html="this.buttonAuxillaryCopy"></span>
</span>
</p>
<p
@ -150,9 +150,11 @@ export default {
display: block;
@include media-breakpoint-up(md) {
display: flex;
min-height: 320px;
min-height: 336px;
}
@include media-breakpoint-up(xl) {
//Unique breakpoint for this page only to accommodate price spacing issues
//from use of position: absolute on .service-package-discount (per Design Team request)
@media only screen and (min-width: 860px) {
display: flex;
min-height: 276px;
}
@ -336,7 +338,6 @@ export default {
margin: 1rem 0 0 -15px;
padding: 0;
li {
margin-bottom: 0.5rem;
font-size: 0.875rem;
line-height: 1.714;
color: $gray-550;