diff --git a/frontend/public/css/style.css b/frontend/public/css/style.css index 30f32a6..7d2af2a 100644 --- a/frontend/public/css/style.css +++ b/frontend/public/css/style.css @@ -195,6 +195,10 @@ p, span, div, button, td, th, .v-label, .v-list-item__title { } .appointment-count { + font-family: Roboto Condensed, Arial, sans-serif; + font-weight: 600; + font-size: 1.17em; + color: #3a5368 !important; margin: 0 0.5rem; } diff --git a/frontend/src/components/ServiceFinder.vue b/frontend/src/components/ServiceFinder.vue index ca982f5..e54031e 100644 --- a/frontend/src/components/ServiceFinder.vue +++ b/frontend/src/components/ServiceFinder.vue @@ -63,13 +63,13 @@ @click="decreaseAppointments($store.state.data.service)"> {{ minusSvg }} -

{{ appointmentCounts[$store.state.data.service.id] }} -

+ @@ -96,11 +96,11 @@ :disabled="!canDecreaseAppointments(subService)" fab @click="decreaseAppointments(subService)"> {{ minusSvg }} -

{{ appointmentCounts[subService.id] }} -

+