Correct CSS styling for booking page

This commit is contained in:
Alex Tselegidis 2023-02-07 07:40:42 +01:00
parent 6deeee0812
commit 6356e9883f
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@
#book-appointment-wizard #company-name .display-selected-service,
#book-appointment-wizard #company-name .display-selected-provider {
color: <?= $company_color ?>;
border-color: <?= $company_color ?> !important;
border-right-color: <?= $company_color ?> !important;
filter: brightness(35%);
}

View File

@ -61,7 +61,7 @@ body {
.display-selected-service,
.display-selected-provider {
color: #225d4d;
border-color: #225d4d;
border-right-color: #225d4d !important;
font-size: 60%;
font-weight: normal;
}