mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Styling changes in booking wizard.
This commit is contained in:
parent
7d6eb5b4df
commit
bb8084c958
1 changed files with 7 additions and 10 deletions
|
@ -47,16 +47,14 @@ body {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
background: #3DD481;
|
background: #3DD481;
|
||||||
border-bottom: 4px solid #1A865F;
|
border-bottom: 4px solid #c0f1d6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#book-appointment-wizard #company-name {
|
#book-appointment-wizard #company-name {
|
||||||
font-weight: bold;
|
|
||||||
color: #FFF;
|
|
||||||
font-size: 22px;
|
|
||||||
margin: 20px 10px 0 15px;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-shadow: 0px 1px 1px #8F8888;
|
font-size: 24px;
|
||||||
|
color: #FFF;
|
||||||
|
margin: 16px 10px 0 15px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -105,7 +103,7 @@ body {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
border: 3px solid #38A07A;
|
border: 3px solid #79e2a8;
|
||||||
}
|
}
|
||||||
|
|
||||||
#book-appointment-wizard .book-step strong {
|
#book-appointment-wizard .book-step strong {
|
||||||
|
@ -124,11 +122,11 @@ body {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
border: 3px solid #38A07A;
|
border: 3px solid #c0f1d6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#book-appointment-wizard .active-step strong {
|
#book-appointment-wizard .active-step strong {
|
||||||
color: #38A07A;
|
color: #4cc281;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -158,7 +156,6 @@ body {
|
||||||
#book-appointment-wizard #available-hours .selected-hour {
|
#book-appointment-wizard #available-hours .selected-hour {
|
||||||
color: #0088cc;
|
color: #0088cc;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: underline;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#book-appointment-wizard .span3 {
|
#book-appointment-wizard .span3 {
|
||||||
|
|
Loading…
Reference in a new issue