CASH-1042 format code.

This commit is contained in:
Bryan Mauger 2025-07-29 15:48:21 -04:00
parent 5f9a4017d0
commit 8ae5783b4b

View file

@ -7,11 +7,8 @@
<div class="col-12 col-md-10 col-lg-8 col-xl-7"> <div class="col-12 col-md-10 col-lg-8 col-xl-7">
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" /> <funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" />
<hr class="my-3" /> <hr class="my-3" />
<textBlock <textBlock cmsWidgetName="AppointmentTimeOfService" class="time-header" />
cmsWidgetName="AppointmentTimeOfService" <textBlock cmsWidgetName="AppointmentDateAndTime" />
class="time-header" />
<textBlock
cmsWidgetName="AppointmentDateAndTime" />
<hr class="my-3" /> <hr class="my-3" />
<div class="mobile-location-questions"> <div class="mobile-location-questions">
<div class="address-questions-container"> <div class="address-questions-container">
@ -174,9 +171,9 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.time-header { .time-header {
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
font-weight: 600; font-weight: 600;
color: $black color: $black;
} }
</style> </style>