product details

This commit is contained in:
Almira Krdzic
2018-09-12 16:42:21 +02:00
parent 35484c6d4f
commit e53b243d96
65 changed files with 3327 additions and 1520 deletions

View File

@@ -46,6 +46,11 @@
font-weight: $font-weight;
}
.cart-item-additional-title {
font-weight: 600;
color: $font-light-color;
}
.cart-item-details {
.item-name {
}
@@ -65,14 +70,34 @@
}
.item-price {
background-color: $hoverColor;
background-color: #fbfbfb;
margin-top: 1rem;
border-radius: $box-radius;
.item-price-type {
padding: 0.4rem;
color: $font-light-color;
font-weight: 600;
}
.item-price-header {
font-weight: 600;
color: $font-light-color;
padding: 0.4rem;
}
.item-price-value {
padding: 0.4rem;
}
}
.cart-total-price {
padding: 1rem 0;
font-size: $font-size-big;
.cart-total-price-header {
color: $font-light-color;
font-weight: 600;
}
}
.price-table th{
@@ -105,17 +130,27 @@
#cart-review-order-container {
border-radius: $box-radius;
.cart-customer-main-info-row {
padding: 0.5rem;
text-align: left;
> div:first-child {
color: $font-light-color;
font-weight: 600;
}
}
.place-order-btn {
cursor: pointer;
background-color: $done-status-color;
background-color: $accentColor;
border: none;
width: 100%;
float: right;
font-weight: $font-weight;
&:focus, &:hover {
box-shadow: 0 0 0 0.1rem lighten($accentColor, 0.9) !important;
}
}
.button-cart {