From 60554f71f4f3cb8076d89ddc13f52fa1284f8d28 Mon Sep 17 00:00:00 2001 From: zhegal Date: Fri, 26 Jan 2018 15:42:49 +0200 Subject: [PATCH] feedback --- frontend/views/layouts/main.php | 4 ++-- frontend/views/site/legal.php | 8 ++++++++ frontend/web/css/main.css | 24 ++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 480b63a..cd4108e 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -374,7 +374,7 @@ _________________________________________________________ --> +
+
+
+

Этапы работ

+

8 шагов к энергонезависимости

+
+
+
diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 1d266c7..b9aa680 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -378,6 +378,30 @@ footer .social-logos a:hover { .main-slider .carousel-control.right { justify-content: flex-start; } +.steps-pre{ + margin:0; + text-transform: uppercase; + padding: 40px 0; + padding-top: 50px; + position: relative; + overflow: unset; +} +section.bar.background-gray.steps-pre:before { + content: ''; + width: 50px; + height: 50px; + position: absolute; + left: calc(50% - 25px); + bottom: -25px; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + background: #eeeeee; + z-index: 1; +} +.steps-pre h2{ + margin: 4px 0; + font-size: 42px; +} #get-it {padding: 30px 0 10px;} #main-page .blue-fon .heading h2{border:none;} .main-slider .carousel-inner, .main-slider .carousel-inner > .item {height:100%;width:100%;position:relative;} -- libgit2 0.21.4