s
This commit is contained in:
parent
c51a7fa6be
commit
2c391d3ced
19
dev.less
19
dev.less
@ -54,32 +54,33 @@ iframe{
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.product-attachment-container{
|
.content{
|
||||||
|
.product-attachment-container{
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
*{
|
*{
|
||||||
border:1px solid red;
|
border:1px solid red;
|
||||||
}
|
}
|
||||||
}
|
.downloads-item{
|
||||||
.downloads-item{
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
*{
|
*{
|
||||||
margin:0 !important;
|
margin:0;
|
||||||
padding: 0 !important;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.item-icon{
|
.item-icon{
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width:32px !important;
|
width:32px;
|
||||||
height:32px !important;
|
height:32px;
|
||||||
}
|
}
|
||||||
.item-size{
|
.item-info3{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 767px) { /* mobile */
|
@media (max-width: 767px) { /* mobile */
|
||||||
iframe{
|
iframe{
|
||||||
width: 100vw !important;
|
width: 100vw !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user