Commit c656f0b0c63f56c5bdd17fef686fdaf35468eee6
1 parent
43e2270e
top container styles
Showing
2 changed files
with
8 additions
and
11 deletions
Show diff stats
frontend/views/site/individual.php
... | ... | @@ -34,16 +34,12 @@ |
34 | 34 | </div> |
35 | 35 | <div class="row"> |
36 | 36 | <div class="col-md-12"> |
37 | - <p class="lead"> | |
38 | - | |
39 | - - <?= Yii::t('app', 'ind_text2') ?><br /> | |
40 | - | |
41 | - - <?= Yii::t('app', 'ind_text3') ?><br /> | |
42 | - | |
43 | - - <?= Yii::t('app', 'ind_text4') ?><br /> | |
44 | - | |
45 | - - <?= Yii::t('app', 'ind_text5') ?> | |
46 | - </p> | |
37 | + <ul class="lead list-wr"> | |
38 | + <li><span><?= Yii::t('app', 'ind_text2') ?></span></li> | |
39 | + <li><span><?= Yii::t('app', 'ind_text3') ?></span></li> | |
40 | + <li><span><?= Yii::t('app', 'ind_text4') ?></span></li> | |
41 | + <li><span><?= Yii::t('app', 'ind_text5') ?></span></li> | |
42 | + </ul> | |
47 | 43 | <p class="lead"> |
48 | 44 | <?= Yii::t('app', 'ind_text6') ?> |
49 | 45 | </p> | ... | ... |
frontend/web/css/main.css
... | ... | @@ -690,7 +690,6 @@ section.bar.background-gray.steps-pre:before { |
690 | 690 | bottom: 50px; |
691 | 691 | } |
692 | 692 | .individual-cover { |
693 | - margin-top: -40px; | |
694 | 693 | margin-bottom: 40px; |
695 | 694 | background-image: url(/img/accord/indiv_head.jpg); |
696 | 695 | background-position: bottom center; |
... | ... | @@ -701,6 +700,8 @@ section.bar.background-gray.steps-pre:before { |
701 | 700 | max-height: 570px; |
702 | 701 | box-shadow: inset 0px -100px 100px -100px rgba(0, 0, 0, 0.5), inset 0px 100px 100px -100px rgba(0, 0, 0, 0.5); |
703 | 702 | } |
703 | +ul.list-wr{color: #467fbf;} | |
704 | +ul.list-wr span{color: #555;} | |
704 | 705 | |
705 | 706 | @media(min-width:1201px){ |
706 | 707 | .links-ses-for-wr .container .row p {margin: 7px 20px;} | ... | ... |