From 582ee9ba6ea605550713bc5db0b6b99a090e4e41 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 17 May 2017 17:09:35 +0300 Subject: [PATCH] мелкие правки вёрстки --- frontend/views/product/view.php | 9 ++------- frontend/web/css/style.css | 13 +++++++++++++ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/frontend/views/product/view.php b/frontend/views/product/view.php index af72ad4..030610f 100755 --- a/frontend/views/product/view.php +++ b/frontend/views/product/view.php @@ -279,13 +279,8 @@ ); } ?> - - Купить в кредит - - */ - ?> + +

diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index dd78c9a..6a8a4a1 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2908,6 +2908,9 @@ p.price .price-title { .product .text p.price del { color: #999999; + position: absolute; + margin-top: -25px; + font-size:12px; } .product .buttons { @@ -2977,6 +2980,8 @@ p.price .price-title { line-height: 1; margin-top: 40px; margin-bottom: 15px; + color: #005bac; + font-weight: bold; } #productMain .price button { @@ -4715,4 +4720,12 @@ a i.fa, button i.fa, span.fa { } .socials-links a:active{ opacity:0.8; +} + +.box p.no-margin{ + font-size: 18px; +} + +.box .btn.btn-template-main { + margin-bottom: 5px; } \ No newline at end of file -- libgit2 0.21.4