Change product material box

This commit is contained in:
Roman Pyrih
2024-12-18 13:17:54 +01:00
parent 14cafb2c59
commit 8dbdb723fd
4 changed files with 134 additions and 39 deletions

View File

@@ -2378,3 +2378,20 @@ body#index {
width: 30px;
}
}
.fancybox-material-box {
.material-canvas {
&:nth-child(2n + 1) {
background: #dfdfdf;
}
.col-xs-12 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
align-items: center;
justify-content: space-between;
}
}
}