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.
 
 
 
 
 
 

47 lines
618 B

@import "./vendor/bootstrap/bootstrap";
.navbar {
margin-bottom: 50px;
}
.price {
&.undiscounted {
text-decoration: line-through;
}
}
.address-details {
border-bottom: 1px dashed;
color: #3a87ad;
cursor: pointer;
}
.popover {
min-width: 200px;
}
.product-gallery {
margin-top: @grid-gutter-width;
}
.product-related {
.active {
border: 1px solid @btn-primary-border;
box-shadow: 0 0 5px @btn-primary-border;
}
}
.product-form {
.btn-group {
display: block;
overflow: hidden;
.btn-default.active {
.btn-primary;
}
}
}
.form-group.required .control-label:after{
content: '*';
}