From 2c391d3cedd3321fbf6b4fc37a253887cf38b524 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 8 Oct 2019 20:07:39 +0100 Subject: [PATCH] s --- dev.less | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) 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{