parent
b333bbf534
commit
c09fdf8b29
4 changed files with 82 additions and 14 deletions
@ -1,28 +1,85 @@ |
|||||||
.service-timeline { |
|
||||||
h4 { |
.service-timeline h4 { |
||||||
margin: 0 |
margin: 0; |
||||||
|
} |
||||||
|
|
||||||
|
.service-timeline p { |
||||||
|
opacity: .8; |
||||||
|
} |
||||||
|
|
||||||
|
.service-timeline .arrow { |
||||||
|
font-size: 33px; |
||||||
|
vertical-align: text-bottom; |
||||||
|
} |
||||||
|
|
||||||
|
.service-finish p { |
||||||
|
font-size: 16px; |
||||||
|
} |
||||||
|
|
||||||
|
.service-finish .contacts { |
||||||
|
margin-top: 60px; |
||||||
|
} |
||||||
|
|
||||||
|
.service-finish .address { |
||||||
|
margin-top: 20px; |
||||||
|
} |
||||||
|
|
||||||
|
.bill { |
||||||
|
font-size: 12px; |
||||||
|
background: url('/static/imgs/bill.png'); |
||||||
|
width: 299px; |
||||||
|
height: 240px; |
||||||
|
padding-left: 43px; |
||||||
|
margin-left: -71px; |
||||||
|
padding-right: 13px; |
||||||
|
padding-top: 15px; |
||||||
|
|
||||||
|
h5 { |
||||||
|
font-weight: 700; |
||||||
} |
} |
||||||
|
|
||||||
p { |
table { |
||||||
opacity: .8; |
width: 100%; |
||||||
|
.price { |
||||||
|
font-weight: 700; |
||||||
|
} |
||||||
|
td { |
||||||
|
vertical-align: top; |
||||||
|
padding-bottom: 5px; |
||||||
|
} |
||||||
|
.total td { |
||||||
|
font-size: 14px; |
||||||
|
padding-top: 50px; |
||||||
|
font-weight: 700; |
||||||
|
} |
||||||
} |
} |
||||||
|
} |
||||||
|
|
||||||
.arrow { |
.textinput, |
||||||
font-size: 33px; |
.emailinput, |
||||||
vertical-align: text-bottom; |
.telephoneinput, |
||||||
|
.textarea { |
||||||
|
input, textarea { |
||||||
|
width: 60%; |
||||||
|
font-size: 16px; |
||||||
|
} |
||||||
|
textarea { |
||||||
|
height: 71px; |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.field-wrapper { |
.field-wrapper { |
||||||
margin: 10px 0; |
margin: 10px 0; |
||||||
|
|
||||||
ul { |
ul { |
||||||
list-style: none; |
list-style: none; |
||||||
margin: 0; |
margin: 0; |
||||||
padding: 0; |
padding: 0; |
||||||
|
|
||||||
label { |
|
||||||
font-weight: 100; |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
|
||||||
|
label { |
||||||
|
margin: 0; |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|||||||
Loading…
Reference in new issue