From ac66a9a83fcbd75f0161468e9238451877fa4fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Wei=C3=9F?= <98973281+Fabinatix97@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:29:04 +0100 Subject: [PATCH] fix(ZMS-1268): changed html-tag for appointment-count and adjusted styling (#118) --- frontend/public/css/style.css | 4 ++++ frontend/src/components/ServiceFinder.vue | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) 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] }} -

+