Commit 8c3ef8daf9492e7bc88aa4732ef5eb27e494c589

Authored by Eugeny Galkovskiy
1 parent 9a840185

правки вёрстка 1

backend/web/assets/.gitignore deleted
1   -*
2   -!.gitignore
frontend/views/category/view.php
... ... @@ -101,6 +101,10 @@ _________________________________________________________ -->
101 101 $brands = $filterHelper->getBrands($model);
102 102 if (!empty($brands)) {
103 103 ?>
  104 + <a class="btn btn-xs btn-danger reset-filters" href="#">
  105 + <i class="fa fa-times-circle"></i>
  106 + <span class="hidden-sm">Сбросить все фильтры</span>
  107 + </a>
104 108 <div class="panel-heading">
105 109 <h3 class="panel-title"><?php echo \Yii::t('app', 'Бренды'); ?></h3>
106 110 </div>
... ...
frontend/views/site/index.php
... ... @@ -393,7 +393,7 @@ _________________________________________________________ --&gt;
393 393 */
394 394 ?>
395 395  
396   -<section class="bar background-gray no-mb">
  396 +<section class="bar background-white no-mb">
397 397 <div class="container">
398 398 <div class="col-md-12">
399 399 <?php echo $seo->text; ?>
... ...
frontend/web/css/style.css
... ... @@ -4053,13 +4053,13 @@ hr {
4053 4053 }
4054 4054  
4055 4055 .dropdown-menu .dropdown-submenu {
4056   - position: static;
  4056 + position: relative;
4057 4057 }
4058 4058  
4059 4059 .dropdown-menu .dropdown-submenu > .dropdown-menu {
4060 4060 top: 0;
4061 4061 left: 100%;
4062   - min-height: 200px;
  4062 + /*min-height: 200px;*/
4063 4063 margin-left: -4px;
4064 4064 border-radius: 0 3px 3px 3px;
4065 4065 }
... ... @@ -4529,4 +4529,13 @@ a.list-group-item.active &gt; .badge,
4529 4529 .inline-block.lang-link {
4530 4530 font-size: 18px;
4531 4531 padding-right: 20px;
  4532 +}
  4533 +.reset-filters{
  4534 + padding: 5px 10px;
  4535 + font-size: 12px;
  4536 + line-height: 1.5;
  4537 + border-radius: 50px;
  4538 + padding-right: 20px;
  4539 + outline: none;
  4540 + margin-bottom: 20px;
4532 4541 }
4533 4542 \ No newline at end of file
... ...