Commit 88a2056ff581e98408ea88ac82b74c9b6dd6519c
1 parent
878403e2
Веталь
Showing
1 changed file
with
9 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
@@ -1113,7 +1113,7 @@ ul.product-special li.new { | @@ -1113,7 +1113,7 @@ ul.product-special li.new { | ||
1113 | ul.product-special li.new:after { | 1113 | ul.product-special li.new:after { |
1114 | content: ''; | 1114 | content: ''; |
1115 | position: absolute; | 1115 | position: absolute; |
1116 | - left: 52px; | 1116 | + right: -19px; |
1117 | top: 3px; | 1117 | top: 3px; |
1118 | border: 11px solid transparent; | 1118 | border: 11px solid transparent; |
1119 | border-top: 5px solid #42b9f6; | 1119 | border-top: 5px solid #42b9f6; |
@@ -1299,6 +1299,14 @@ ul.product-special li.promo:after { | @@ -1299,6 +1299,14 @@ ul.product-special li.promo:after { | ||
1299 | .basket_title_ { | 1299 | .basket_title_ { |
1300 | text-align: center; | 1300 | text-align: center; |
1301 | } | 1301 | } |
1302 | +.cont_shopping-wr { | ||
1303 | + width: 100%; | ||
1304 | + float: left; | ||
1305 | + margin-top: 10px; | ||
1306 | +} | ||
1307 | +.cont_shopping-wr .cont_shopping { | ||
1308 | + float: right; | ||
1309 | +} | ||
1302 | .cont_shopping { | 1310 | .cont_shopping { |
1303 | display: block !important; | 1311 | display: block !important; |
1304 | border-top: 0!important; | 1312 | border-top: 0!important; |