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 101 <div class="col-md-12">
102 102 <div class="row">
103 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 106 </div>
106 107 </div>
107 108 </div>
... ...
frontend/web/css/main.css
... ... @@ -16,7 +16,7 @@
16 16 text-decoration: none;
17 17 cursor: pointer;
18 18 transition: 0.3s;
19   - display: inline-block;
  19 + display: block;
20 20 text-align: center;
21 21 font-weight: bold;
22 22 width: 158px;
... ... @@ -25,13 +25,14 @@
25 25 font-size: 13px;
26 26 line-height: 14px;
27 27 background-position: 14px center;
28   - background-size: 11%;
  28 + background-size: 18px;
29 29 background-repeat: no-repeat;
30 30 padding-left: 25px;
31 31 letter-spacing: 0;
32 32 border: none;
33 33 outline: none;
34 34 border-radius: 2px;
  35 + margin-bottom: 15px;
35 36 }
36 37 .btn.button1.mini {
37 38 background-image: url(../img/arrows_right_w2.png);
... ... @@ -56,6 +57,7 @@
56 57 line-height: 14px;
57 58 background-size: 9%;
58 59 }
  60 +.why-us .button1{width: 190px;}
59 61 .static_logo_img{width:85px;}
60 62 .static_logo_about{
61 63 font-family: Arial, sans-serif!important;
... ... @@ -189,6 +191,8 @@ section.blue-fon {padding-top: 25px;}
189 191 .button1.more-projects {padding: 14px;width: 240px;font-size: 14px;margin-bottom: 25px;}
190 192 .pr_title2 span{display:none!important;}
191 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 196 .button1 span, .button2 span {display: block;font-weight: normal;font-size: 11px;}
193 197 .button1:hover {
194 198 text-decoration: none;
... ...