Commit 9c536c52d9ce36d44161ef6f50cb3896ddfbef2c

Authored by Eugeny Galkovskiy
1 parent 58b744cf

main button

frontend/views/site/index.php
@@ -101,7 +101,8 @@ $this->registerJs($js, View::POS_END); @@ -101,7 +101,8 @@ $this->registerJs($js, View::POS_END);
101 <div class="col-md-12"> 101 <div class="col-md-12">
102 <div class="row"> 102 <div class="row">
103 <div class="box-simple"> 103 <div class="box-simple">
104 - <a href="#" class="btn button1 icon_phone modaled init-button-consultation" data-title="Заказать консультацию" data-toggle="modal" data-target="#feedback-modal">Заказать <span>консультацию</span></a> 104 + <a href="#" class="btn button1 icon_car modaled init-button-consultation" data-title="Заказать выезд специалиста" data-toggle="modal" data-target="#feedback-modal">Заказать <span>выезд специалиста</span></a>
  105 + <a href="#" class="btn button1 icon_calc modaled init-button-consultation" data-title="Просчитать стоимость проекта" data-toggle="modal" data-target="#feedback-modal">Просчитать <span>стоимость проекта</span></a>
105 </div> 106 </div>
106 </div> 107 </div>
107 </div> 108 </div>
frontend/web/css/main.css
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 text-decoration: none; 16 text-decoration: none;
17 cursor: pointer; 17 cursor: pointer;
18 transition: 0.3s; 18 transition: 0.3s;
19 - display: inline-block; 19 + display: block;
20 text-align: center; 20 text-align: center;
21 font-weight: bold; 21 font-weight: bold;
22 width: 158px; 22 width: 158px;
@@ -25,13 +25,14 @@ @@ -25,13 +25,14 @@
25 font-size: 13px; 25 font-size: 13px;
26 line-height: 14px; 26 line-height: 14px;
27 background-position: 14px center; 27 background-position: 14px center;
28 - background-size: 11%; 28 + background-size: 18px;
29 background-repeat: no-repeat; 29 background-repeat: no-repeat;
30 padding-left: 25px; 30 padding-left: 25px;
31 letter-spacing: 0; 31 letter-spacing: 0;
32 border: none; 32 border: none;
33 outline: none; 33 outline: none;
34 border-radius: 2px; 34 border-radius: 2px;
  35 + margin-bottom: 15px;
35 } 36 }
36 .btn.button1.mini { 37 .btn.button1.mini {
37 background-image: url(../img/arrows_right_w2.png); 38 background-image: url(../img/arrows_right_w2.png);
@@ -56,6 +57,7 @@ @@ -56,6 +57,7 @@
56 line-height: 14px; 57 line-height: 14px;
57 background-size: 9%; 58 background-size: 9%;
58 } 59 }
  60 +.why-us .button1{width: 190px;}
59 .static_logo_img{width:85px;} 61 .static_logo_img{width:85px;}
60 .static_logo_about{ 62 .static_logo_about{
61 font-family: Arial, sans-serif!important; 63 font-family: Arial, sans-serif!important;
@@ -189,6 +191,8 @@ section.blue-fon {padding-top: 25px;} @@ -189,6 +191,8 @@ section.blue-fon {padding-top: 25px;}
189 .button1.more-projects {padding: 14px;width: 240px;font-size: 14px;margin-bottom: 25px;} 191 .button1.more-projects {padding: 14px;width: 240px;font-size: 14px;margin-bottom: 25px;}
190 .pr_title2 span{display:none!important;} 192 .pr_title2 span{display:none!important;}
191 .btn.icon_phone {background-image: url(../img/icon_phone.png);} 193 .btn.icon_phone {background-image: url(../img/icon_phone.png);}
  194 +.btn.icon_car {background-image: url(../img/icon_car.png);}
  195 +.btn.icon_calc {background-image: url(../img/icon_calc.png);}
192 .button1 span, .button2 span {display: block;font-weight: normal;font-size: 11px;} 196 .button1 span, .button2 span {display: block;font-weight: normal;font-size: 11px;}
193 .button1:hover { 197 .button1:hover {
194 text-decoration: none; 198 text-decoration: none;