CSR-2140 QA Updates.
This commit is contained in:
parent
37a2bbed35
commit
e4402a6215
2 changed files with 9 additions and 5 deletions
|
|
@ -454,7 +454,12 @@ export default {
|
|||
},
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
<style>
|
||||
.funnel-sub-header {
|
||||
p {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
.text-block {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,9 @@ export default {
|
|||
display: block;
|
||||
@include media-breakpoint-up(md) {
|
||||
display: flex;
|
||||
min-height: 320px;
|
||||
min-height: 336px;
|
||||
}
|
||||
@include media-breakpoint-up(xl) {
|
||||
@media only screen and (min-width: 860px) {
|
||||
display: flex;
|
||||
min-height: 276px;
|
||||
}
|
||||
|
|
@ -336,7 +336,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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue