¨4.0.1¨

This commit is contained in:
¨NW¨
2023-12-03 14:07:47 +00:00
parent c08b36d1b6
commit f35052522d
1112 changed files with 43019 additions and 24987 deletions

View File

@@ -7,8 +7,8 @@
.sidebar-cart-subtotal {
display: flex;
margin: 0 30px;
padding: 25px 0;
margin: 0 25px;
padding: 20px 0;
justify-content: space-between;
border-top: 1px solid $border-color-lite;
@@ -21,7 +21,7 @@
.sidebar-cart-actions {
display: flex;
padding: 20px 30px;
padding: 20px 25px;
background: $color-white-lite;
justify-content: space-between;
}

View File

@@ -3,8 +3,8 @@
left: 0;
right: 0;
top: 60px;
bottom: 155px;
padding: 0 30px;
bottom: 145px;
padding: 0 25px;
&.empty {
bottom: 0;
@@ -18,67 +18,14 @@
}
.sidebar-cart-item {
position: relative;
display: flex;
padding: 25px 0 21px;
padding: 25px 0 20px;
border-bottom: 1px solid $color-white-lite;
&:last-child {
border-bottom: none;
}
.product-image {
height: 46px;
width: 46px;
min-width: 46px;
border-radius: $radius-default;
overflow: hidden;
.image-placeholder {
height: 25px;
width: 25px;
}
}
.product-info {
margin: 0 30px 0 20px;
min-width: 0;
.product-name {
font-size: 15px;
font-weight: 400;
line-height: 24px;
display: block;
color: $color-black;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&:hover {
color: $color-default;
color: var(--color-primary);
}
}
.product-quantity {
font-size: 13px;
line-height: 26px;
color: #666666;
}
}
.remove-cart-item {
position: absolute;
top: 16px;
right: -8px;
.btn-remove {
font-size: 14px;
opacity: 0.6;
&:hover {
opacity: 1;
}
}
}
}

View File

@@ -1,6 +1,6 @@
.sidebar-cart-top {
display: flex;
padding: 15px 30px;
padding: 15px 25px;
align-items: center;
justify-content: space-between;
background: $color-default;