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,7 +363,8 @@ $this->title = 'My Yii Application'; | ||
363 | <div class="container"> | 363 | <div class="container"> |
364 | <div class="col-md-6 col-sm-12"> | 364 | <div class="col-md-6 col-sm-12"> |
365 | <a href="tel:+380935688480" class="footicon"><i class="fa fa-phone" aria-hidden="true"></i> 0935688480</a><br/> | 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 | </div> | 368 | </div> |
368 | <div class="col-md-4 col-sm-12 col-md-offset-2"> | 369 | <div class="col-md-4 col-sm-12 col-md-offset-2"> |
369 | <p> | 370 | <p> |
frontend/web/css/custom.css
1 | /* your styles go here */ | 1 | /* your styles go here */ |
2 | /* CSS used here will be applied after bootstrap.css */ | 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 | .modal-header-success { | 13 | .modal-header-success { |
4 | color: #fff; | 14 | color: #fff; |
5 | padding: 9px 15px; | 15 | padding: 9px 15px; |
@@ -230,7 +240,7 @@ img.img-responsive.img-circle { | @@ -230,7 +240,7 @@ img.img-responsive.img-circle { | ||
230 | color: #fff;} | 240 | color: #fff;} |
231 | #sect3 .box-simple .icon,#sect5 .box-simple .icon,#sect7 .box-simple .icon{ | 241 | #sect3 .box-simple .icon,#sect5 .box-simple .icon,#sect7 .box-simple .icon{ |
232 | color: #ff9701; | 242 | color: #ff9701; |
233 | - border: 3px solid; | 243 | + border: 5px solid; |
234 | border-color: #ff9701; | 244 | border-color: #ff9701; |
235 | line-height: 75px; | 245 | line-height: 75px; |
236 | margin-bottom: 15px; | 246 | margin-bottom: 15px; |
@@ -308,7 +318,7 @@ img.img-responsive.img-circle { | @@ -308,7 +318,7 @@ img.img-responsive.img-circle { | ||
308 | color: #fff; | 318 | color: #fff; |
309 | } | 319 | } |
310 | #sect5{background: url(/img/stratis1.jpg) center center repeat;} | 320 | #sect5{background: url(/img/stratis1.jpg) center center repeat;} |
311 | -.footicon{color: #ffffff60;} | 321 | +.footicon{color: #ffffff60;line-height: 22px;} |
312 | .footicon:hover{color: #ffffff30;} | 322 | .footicon:hover{color: #ffffff30;} |
313 | #footer { | 323 | #footer { |
314 | padding: 20px 0; | 324 | padding: 20px 0; |