forked from mirrors/easyappointments
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;
|
||||
height: 90px;
|
||||
background: #3DD481;
|
||||
border-bottom: 4px solid #1A865F;
|
||||
border-bottom: 4px solid #c0f1d6;
|
||||
}
|
||||
|
||||
#book-appointment-wizard #company-name {
|
||||
font-weight: bold;
|
||||
color: #FFF;
|
||||
font-size: 22px;
|
||||
margin: 20px 10px 0 15px;
|
||||
display: inline-block;
|
||||
text-shadow: 0px 1px 1px #8F8888;
|
||||
font-size: 24px;
|
||||
color: #FFF;
|
||||
margin: 16px 10px 0 15px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
@ -105,7 +103,7 @@ body {
|
|||
padding: 1px;
|
||||
margin-right: 10px;
|
||||
margin-top: 9px;
|
||||
border: 3px solid #38A07A;
|
||||
border: 3px solid #79e2a8;
|
||||
}
|
||||
|
||||
#book-appointment-wizard .book-step strong {
|
||||
|
@ -124,11 +122,11 @@ body {
|
|||
padding: 1px;
|
||||
margin-right: 10px;
|
||||
margin-top: 3px;
|
||||
border: 3px solid #38A07A;
|
||||
border: 3px solid #c0f1d6;
|
||||
}
|
||||
|
||||
#book-appointment-wizard .active-step strong {
|
||||
color: #38A07A;
|
||||
color: #4cc281;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
@ -158,7 +156,6 @@ body {
|
|||
#book-appointment-wizard #available-hours .selected-hour {
|
||||
color: #0088cc;
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#book-appointment-wizard .span3 {
|
||||
|
|
Loading…
Reference in a new issue