Change product material box
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user