Remove unused css. Remove unused component code.
This commit is contained in:
parent
9f837b33d0
commit
1699bada22
2 changed files with 0 additions and 13 deletions
|
|
@ -188,17 +188,6 @@
|
|||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
// @media (min-width: 500px) {
|
||||
// .form-group {
|
||||
// width: 80%;
|
||||
// }
|
||||
// }
|
||||
// @media (min-width: 800px) {
|
||||
// .form-group {
|
||||
// width: 60%;
|
||||
// }
|
||||
// }
|
||||
|
||||
.list-group {
|
||||
margin-bottom: 20px;
|
||||
padding-left: 0;
|
||||
|
|
|
|||
|
|
@ -133,7 +133,6 @@ import serviceZipModalQuestion from "@/layouts/service-location/service-zip-moda
|
|||
import appointmentTypeQuestion from "@/layouts/service-location/appointment-type-question/appointment-type-question";
|
||||
import shopQuestion from "@/layouts/service-location/shop-question/shop-question";
|
||||
import shopQuestionPopup from "@/layouts/service-location/shop-question/shop-question-popup";
|
||||
import buttonQuestion from "@/digital-components/button-question/button-question.vue";
|
||||
import shopListButton from "@/layouts/service-location/shop-question/shop-list-button/shop-list-button";
|
||||
import { getAvailabilityRating } from "@/layouts/service-location/helpers/service-location-helper/service-location-helper";
|
||||
|
||||
|
|
@ -896,7 +895,6 @@ export default {
|
|||
loadingModal,
|
||||
contentGroupModal,
|
||||
shopQuestionPopup,
|
||||
buttonQuestion,
|
||||
textBlock,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue