Files
eng.vidok.com/layout/style-scss/wooden-aluminium-windows.scss
2025-03-06 19:27:29 +01:00

46 lines
625 B
SCSS

.box-02 {
padding: 90px 0;
}
.box-03 {
.scontainer-content {
> .row {
align-items: center;
}
.col-right {
margin-top: 0;
}
}
}
.box-04 {
margin-bottom: 160px;
#product-colors {
.col-right {
.color-tiles-list {
display: flex;
flex-direction: row;
row-gap: 20px;
column-gap: 70px;
flex-wrap: wrap;
li {
display: flex;
flex-direction: column;
row-gap: 9px;
img {
max-height: 42px;
width: 160px !important;
object-fit: cover;
}
p {
font-weight: 300;
font-size: 14px;
margin-bottom: 0;
}
}
}
}
}
}