/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks/_block__cart.scss (2106B)
.block__cart {
.snippet {
padding: 15px;
.content {
display: flex;
.image {
width: 100px;
figure {
img {
max-width: 100%;
width: 100%;
border: 1px solid $gray-300;
padding: 5px;
}
}
}
.description {
flex-grow: 1;
padding-left: 30px;
.title {
font-size: 1.25rem;
font-weight: 700;
}
.icons {
font-size: 0.875rem;
font-weight: 500;
.icon {
}
}
}
.quantity {
width: 100px;
padding: 0px 15px;
select {
border-radius: 4px;
border: 2px solid $dark;
width: 100%;
padding: 0px 10px;
font-weight: 600;
text-align: center;
line-height: 42px;
height: 42px;
}
}
.price {
width: 150px;
.price-new {
font-size: 1.25rem;
font-weight: 700;
}
.delete {
font-size: 0.875rem;
> a {
color: $dark;
font-weight: 600;
}
}
}
}
.cause {
}
}
&.summary {
.subtotal {
font-weight: 600;
}
.total {
.text {
border-bottom: 1px dashed $gray-200;
font-weight: 700;
font-size: 1.25rem;
}
.amount {
font-weight: 700;
font-size: 1.25rem;
}
}
}
}