Remove commented code.
This commit is contained in:
parent
56ec38b502
commit
2197ef8e61
1 changed files with 0 additions and 16 deletions
|
|
@ -1,8 +1,4 @@
|
||||||
<template>
|
<template>
|
||||||
<!-- <div
|
|
||||||
:class="[this.additionalButtonData.Text ? 'discount-text' : '']"
|
|
||||||
v-if="this.additionalButtonData.servicePackageDiscount"
|
|
||||||
v-html="this.additionalButtonData.Text"></div> -->
|
|
||||||
<baseInputButton v-bind="$props" @buttonClicked="handleAnswerChange" v-model="selectedValue">
|
<baseInputButton v-bind="$props" @buttonClicked="handleAnswerChange" v-model="selectedValue">
|
||||||
<div
|
<div
|
||||||
class="package-label"
|
class="package-label"
|
||||||
|
|
@ -146,7 +142,6 @@ export default {
|
||||||
margin: 1rem 0.5rem;
|
margin: 1rem 0.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
// align-self: flex-end;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|
@ -154,14 +149,7 @@ export default {
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
// min-height: 336px;
|
|
||||||
}
|
}
|
||||||
//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;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
|
|
@ -193,10 +181,6 @@ export default {
|
||||||
&.has-subheader {
|
&.has-subheader {
|
||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
}
|
}
|
||||||
// &.has-text {
|
|
||||||
// border-radius: 0 0 0.5rem 0.5rem;
|
|
||||||
// border: 1px solid $green;
|
|
||||||
// }
|
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue