Commit c8f0c34fea00bf6c94de895c06fbeacd2440396b
1 parent
a2f18013
modals
Showing
2 changed files
with
7 additions
and
3 deletions
Show diff stats
frontend/views/layouts/main.php
| @@ -119,7 +119,7 @@ | @@ -119,7 +119,7 @@ | ||
| 119 | <div class="container"> | 119 | <div class="container"> |
| 120 | <div class="row"> | 120 | <div class="row"> |
| 121 | <div class="col-xs-5 contact"> | 121 | <div class="col-xs-5 contact"> |
| 122 | - <p class="hidden-sm hidden-xs">тел. <a href="tel:+380969559915">+38 (096) 955 99 15</a> | <a href="#" data-toggle="modal" data-target="#question-modal">Обратная связь</a></p> | 122 | + <p class="hidden-sm hidden-xs">тел. <a class="tel-header-btn" href="tel:+380969559915">+38 (096) 955 99 15</a> | <a href="#" class="callback-modal-btn" data-toggle="modal" data-target="#question-modal">Обратная связь</a></p> |
| 123 | </div> | 123 | </div> |
| 124 | </div> | 124 | </div> |
| 125 | </div> | 125 | </div> |
frontend/web/css/custom.css
| @@ -333,6 +333,10 @@ img.img-responsive.img-circle { | @@ -333,6 +333,10 @@ img.img-responsive.img-circle { | ||
| 333 | padding: 6px 0; | 333 | padding: 6px 0; |
| 334 | } | 334 | } |
| 335 | #top a{ | 335 | #top a{ |
| 336 | - color: inherit!important; | ||
| 337 | - font-weight:bold; | 336 | + font-weight: bold; |
| 337 | + font-size: 17px; | ||
| 338 | + color:inherit; | ||
| 339 | +} | ||
| 340 | +#top .tel-header-btn{ | ||
| 341 | + color: #ff9701; | ||
| 338 | } | 342 | } |
| 339 | \ No newline at end of file | 343 | \ No newline at end of file |