forked from mirrors/easyappointments
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-provider {
|
||||
color: <?= $company_color ?>;
|
||||
border-color: <?= $company_color ?> !important;
|
||||
border-right-color: <?= $company_color ?> !important;
|
||||
filter: brightness(35%);
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue