Commit 18c2ae54bbfdcf77bec54fd26be26f8a2778b1c7
1 parent
bee12638
styles
Showing
2 changed files
with
14 additions
and
3 deletions
Show diff stats
frontend/views/site/index.php
... | ... | @@ -363,7 +363,8 @@ $this->title = 'My Yii Application'; |
363 | 363 | <div class="container"> |
364 | 364 | <div class="col-md-6 col-sm-12"> |
365 | 365 | <a href="tel:+380935688480" class="footicon"><i class="fa fa-phone" aria-hidden="true"></i> 0935688480</a><br/> |
366 | - <a href="mailto:kotets.nik@gmail.com" class="footicon">kotets.nik@gmail.com</a> | |
366 | + <a href="mailto:kotets.nik@gmail.com" class="footicon"><i class="fa fa-envelope-o" aria-hidden="true"></i> | |
367 | + kotets.nik@gmail.com</a> | |
367 | 368 | </div> |
368 | 369 | <div class="col-md-4 col-sm-12 col-md-offset-2"> |
369 | 370 | <p> | ... | ... |
frontend/web/css/custom.css
1 | 1 | /* your styles go here */ |
2 | 2 | /* CSS used here will be applied after bootstrap.css */ |
3 | +.icon{ | |
4 | + width: 100px; | |
5 | + height: 100px; | |
6 | + border-radius: 50px; | |
7 | +} | |
8 | +.icon span { | |
9 | + line-height: 94px; | |
10 | + font-size: 42px; | |
11 | + font-weight: bold; | |
12 | +} | |
3 | 13 | .modal-header-success { |
4 | 14 | color: #fff; |
5 | 15 | padding: 9px 15px; |
... | ... | @@ -230,7 +240,7 @@ img.img-responsive.img-circle { |
230 | 240 | color: #fff;} |
231 | 241 | #sect3 .box-simple .icon,#sect5 .box-simple .icon,#sect7 .box-simple .icon{ |
232 | 242 | color: #ff9701; |
233 | - border: 3px solid; | |
243 | + border: 5px solid; | |
234 | 244 | border-color: #ff9701; |
235 | 245 | line-height: 75px; |
236 | 246 | margin-bottom: 15px; |
... | ... | @@ -308,7 +318,7 @@ img.img-responsive.img-circle { |
308 | 318 | color: #fff; |
309 | 319 | } |
310 | 320 | #sect5{background: url(/img/stratis1.jpg) center center repeat;} |
311 | -.footicon{color: #ffffff60;} | |
321 | +.footicon{color: #ffffff60;line-height: 22px;} | |
312 | 322 | .footicon:hover{color: #ffffff30;} |
313 | 323 | #footer { |
314 | 324 | padding: 20px 0; | ... | ... |