You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.2 KiB
85 lines
1.2 KiB
|
|
.service-timeline h4 {
|
|
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;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
.price {
|
|
font-weight: 700;
|
|
}
|
|
td {
|
|
vertical-align: top;
|
|
padding-bottom: 5px;
|
|
}
|
|
.total td {
|
|
font-size: 14px;
|
|
padding-top: 50px;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
}
|
|
|
|
.textinput,
|
|
.emailinput,
|
|
.telephoneinput,
|
|
.textarea {
|
|
input, textarea {
|
|
width: 60%;
|
|
font-size: 16px;
|
|
}
|
|
textarea {
|
|
height: 71px;
|
|
}
|
|
}
|
|
|
|
.field-wrapper {
|
|
margin: 10px 0;
|
|
|
|
ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
label {
|
|
margin: 0;
|
|
}
|
|
|
|
}
|
|
|