/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks/_block__misc.scss (2451B)
.block__misc {
&.homepage-icons {
background: #f5f8fd;
padding: 50px 0px;
position: relative;
overflow: hidden;
svg.background {
width: 530px;
height: 320px;
left: -200px;
top: -20px;
position: absolute;
}
p {
font-size: 0.875rem;
opacity: 0.8;
}
.tile {
@media (min-width: 768px) {
display: flex;
width: 100%;
}
.icon {
@media (min-width: 768px) {
width: 48px;
margin-right: 15px;
}
svg {
width: 48px;
height: 48px;
}
}
.text {
@media (min-width: 768px) {
flex: 1;
}
.title {
font-size: 0.875rem;
}
.value {
font-size: 1.125rem;
font-weight: 600;
}
}
}
}
&.seller {
display: flex;
.image {
width: 75px;
img {
max-width: 100%;
}
}
.text {
padding-left: 15px;
flex-grow: 1;
}
}
&.product-benefits {
> .icon {
margin-bottom: 7.5px;
svg {
width: 21px;
height: 21px;
display: inline-block;
margin-right: 7px;
position: relative;
top: -2px;
}
}
}
&.custom-price {
display: flex;
justify-content: space-between;
.error {
color: $primary;
font-size: 14px;
}
> .price {
width: 50%;
input {
border: 3px solid $primary;
border-radius: 3px;
font-size: 1.5rem;
padding: 0px 15px;
height: 60px;
display: block;
width: 100%;
}
}
> .text {
width: 33%;
.title {
font-size: 1.125rem;
font-weight: 600;
}
p {
font-size: 0.75rem;
}
}
}
}