90 lines
1.5 KiB
SCSS
90 lines
1.5 KiB
SCSS
@import "compass";
|
|
@import "theme_variables";
|
|
|
|
/********************************************************
|
|
One-Page Checkout Styles
|
|
********************************************************/
|
|
|
|
#order-opc {
|
|
line-height: 20px;
|
|
.box {
|
|
padding-bottom: 20px;
|
|
}
|
|
.cart_navigation {
|
|
margin-bottom: 53px;
|
|
}
|
|
.page-heading.step-num {
|
|
position: relative;
|
|
padding-left: 45px;
|
|
overflow: visible;
|
|
span {
|
|
font-weight: bold;
|
|
font-size: 42px;
|
|
line-height: 51px;
|
|
font-style: italic;
|
|
color: $base-text-color;
|
|
position: absolute;
|
|
left: 10px;
|
|
top: -14px;
|
|
}
|
|
}
|
|
.form-group {
|
|
margin-bottom: 2px;
|
|
.form-control {
|
|
max-width: 271px;
|
|
}
|
|
}
|
|
.lost_password {
|
|
display: inline-block;
|
|
text-decoration: underline;
|
|
margin: 5px 0 14px;
|
|
&:hover {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
.title_block {
|
|
font-weight: bold;
|
|
color: $base-text-color;
|
|
padding: 3px 0 6px;
|
|
}
|
|
.opc-button {
|
|
padding: 11px 0 0 0;
|
|
}
|
|
ul.bullet {
|
|
line-height: 22px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.date-select {
|
|
padding-bottom: 10px;
|
|
}
|
|
.opc-add-save {
|
|
border-top: 1px solid $base-border-color;
|
|
margin-top: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
#message {
|
|
margin-bottom: 35px;
|
|
}
|
|
#opc_payment_methods {
|
|
margin-bottom: 30px;
|
|
p.warning{
|
|
color: #F13340;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
#opc_account {
|
|
margin-bottom: 30px;
|
|
}
|
|
.address_delivery.select {
|
|
margin-bottom: 15px;
|
|
}
|
|
#address_invoice_form.form-group {
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
|
|
#new_account_form .id_state,
|
|
#new_account_form .dni,
|
|
#new_account_form .postcode {
|
|
display: none;
|
|
} |