diff --git a/dev.less b/dev.less index 80159a4..73feaac 100644 --- a/dev.less +++ b/dev.less @@ -54,31 +54,32 @@ iframe{ } */ -.product-attachment-container{ - margin:0; - padding:0; - *{ - border:1px solid red; +.content{ + .product-attachment-container{ + margin:0; + padding:0; + *{ + border:1px solid red; + } + .downloads-item{ + display: flex; + align-items: center; + width: 100%; + *{ + margin:0; + padding: 0; + } + .item-icon{ + flex-shrink: 0; + width:32px; + height:32px; + } + .item-info3{ + display: none; + } + } } } -.downloads-item{ - display: flex; - align-items: center; - width: 100%; - *{ - margin:0 !important; - padding: 0 !important; - } - .item-icon{ - flex-shrink: 0; - width:32px !important; - height:32px !important; - } - .item-size{ - display: none; - } -} - @media (max-width: 767px) { /* mobile */ iframe{