Remove unused css. Remove unused component code.

This commit is contained in:
Bryan Mauger 2025-07-16 13:39:44 -04:00
parent 9f837b33d0
commit 1699bada22
2 changed files with 0 additions and 13 deletions

View file

@ -188,17 +188,6 @@
margin-bottom: 2px; margin-bottom: 2px;
} }
// @media (min-width: 500px) {
// .form-group {
// width: 80%;
// }
// }
// @media (min-width: 800px) {
// .form-group {
// width: 60%;
// }
// }
.list-group { .list-group {
margin-bottom: 20px; margin-bottom: 20px;
padding-left: 0; padding-left: 0;

View file

@ -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 appointmentTypeQuestion from "@/layouts/service-location/appointment-type-question/appointment-type-question";
import shopQuestion from "@/layouts/service-location/shop-question/shop-question"; import shopQuestion from "@/layouts/service-location/shop-question/shop-question";
import shopQuestionPopup from "@/layouts/service-location/shop-question/shop-question-popup"; 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 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"; import { getAvailabilityRating } from "@/layouts/service-location/helpers/service-location-helper/service-location-helper";
@ -896,7 +895,6 @@ export default {
loadingModal, loadingModal,
contentGroupModal, contentGroupModal,
shopQuestionPopup, shopQuestionPopup,
buttonQuestion,
textBlock, textBlock,
}, },
}; };