Commit a84efa48d23eeef8caef734c31f38c5a862b1f5d
1 parent
addf26a3
текст + картинки
Showing
2 changed files
with
12 additions
and
3 deletions
Show diff stats
frontend/views/site/index.php
| @@ -71,7 +71,7 @@ _________________________________________________________ --> | @@ -71,7 +71,7 @@ _________________________________________________________ --> | ||
| 71 | </p> | 71 | </p> |
| 72 | </div> | 72 | </div> |
| 73 | <div class="col-md-6 text-center"> | 73 | <div class="col-md-6 text-center"> |
| 74 | - <img src="/img/img_bl_stayink_01.png" alt="" class="img-responsive hidden-xs hidden-sm" style="padding-top:75px;"> | 74 | + <img src="/img/img_bl_stayink_01.png" alt="" class="img-responsive hidden-xs hidden-sm" style="padding-top:80px;"> |
| 75 | </div> | 75 | </div> |
| 76 | <div class="col-md-6 text-center"> | 76 | <div class="col-md-6 text-center"> |
| 77 | <img src="/img/img_bl_stayink_01.png" alt="" class="img-responsive hidden-md hidden-lg"> | 77 | <img src="/img/img_bl_stayink_01.png" alt="" class="img-responsive hidden-md hidden-lg"> |
| @@ -84,7 +84,7 @@ _________________________________________________________ --> | @@ -84,7 +84,7 @@ _________________________________________________________ --> | ||
| 84 | <div class="container"> | 84 | <div class="container"> |
| 85 | <div class="row"> | 85 | <div class="row"> |
| 86 | <div class="col-md-6 text-center"> | 86 | <div class="col-md-6 text-center"> |
| 87 | - <img src="/img/img_bl_baccara_01.png" alt="" class="img-responsive hidden-xs hidden-sm" style="padding-top:30px;"> | 87 | + <img src="/img/img_bl_baccara_01.png" alt="" class="img-responsive hidden-xs hidden-sm" style="padding-top:35px;"> |
| 88 | </div> | 88 | </div> |
| 89 | <div class="col-md-6"> | 89 | <div class="col-md-6"> |
| 90 | <h2 class="text-uppercase">ArtBox Каталог</h2> | 90 | <h2 class="text-uppercase">ArtBox Каталог</h2> |
| @@ -127,7 +127,7 @@ _________________________________________________________ --> | @@ -127,7 +127,7 @@ _________________________________________________________ --> | ||
| 127 | </p> | 127 | </p> |
| 128 | </div> | 128 | </div> |
| 129 | <div class="col-md-6 text-center"> | 129 | <div class="col-md-6 text-center"> |
| 130 | - <img src="/img/img_bl_linija.png" alt="" class="img-responsive hidden-xs hidden-sm" style="padding-top:80px;"> | 130 | + <img src="/img/img_bl_linija.png" alt="" class="img-responsive hidden-xs hidden-sm" style="padding-top:85px;"> |
| 131 | </div> | 131 | </div> |
| 132 | <div class="col-md-6 text-center"> | 132 | <div class="col-md-6 text-center"> |
| 133 | <img src="/img/img_bl_linija.png" alt="" class="img-responsive hidden-md hidden-lg"> | 133 | <img src="/img/img_bl_linija.png" alt="" class="img-responsive hidden-md hidden-lg"> |
frontend/web/css/style.violet.ab.css
| @@ -4250,4 +4250,13 @@ a.list-group-item.active > .badge, | @@ -4250,4 +4250,13 @@ a.list-group-item.active > .badge, | ||
| 4250 | 4250 | ||
| 4251 | .field-order-subject{ | 4251 | .field-order-subject{ |
| 4252 | display:none!important; | 4252 | display:none!important; |
| 4253 | +} | ||
| 4254 | + | ||
| 4255 | +.bar h2.text-uppercase{ | ||
| 4256 | + border-bottom: solid 5px #fff; | ||
| 4257 | + display: inline-block; | ||
| 4258 | + padding-bottom: 10px; | ||
| 4259 | +} | ||
| 4260 | +.bar.background-gray h2.text-uppercase{ | ||
| 4261 | + border-bottom: solid 5px #642682; | ||
| 4253 | } | 4262 | } |
| 4254 | \ No newline at end of file | 4263 | \ No newline at end of file |