mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-13 03:23:18 +03:00
Correct CSS styling for booking page
This commit is contained in:
parent
6deeee0812
commit
6356e9883f
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@
|
||||||
#book-appointment-wizard #company-name .display-selected-service,
|
#book-appointment-wizard #company-name .display-selected-service,
|
||||||
#book-appointment-wizard #company-name .display-selected-provider {
|
#book-appointment-wizard #company-name .display-selected-provider {
|
||||||
color: <?= $company_color ?>;
|
color: <?= $company_color ?>;
|
||||||
border-color: <?= $company_color ?> !important;
|
border-right-color: <?= $company_color ?> !important;
|
||||||
filter: brightness(35%);
|
filter: brightness(35%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,7 @@ body {
|
||||||
.display-selected-service,
|
.display-selected-service,
|
||||||
.display-selected-provider {
|
.display-selected-provider {
|
||||||
color: #225d4d;
|
color: #225d4d;
|
||||||
border-color: #225d4d;
|
border-right-color: #225d4d !important;
|
||||||
font-size: 60%;
|
font-size: 60%;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue