Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:microweber/microweber into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Jan 31, 2023
2 parents 75035e6 + 8d893ad commit a68b16b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/MicroweberPackages/Shop/resources/views/index.blade.php
Expand Up @@ -4,10 +4,18 @@
$filtersSort = json_decode(get_option('filters-sort', $moduleId), true);
@endphp

<section class="section container-fluid">
<style>
.mw-shop-module-wrapper .card .card-header:after {
border: none!important;
}
</style>

<section class="section container-fluid mw-shop-module-wrapper">
<div class="row">
<div class="col-lg-3">
<div class="card border-0 text-dark bg-white">
<div class="card border-0 text-dark bg-white ">

{!! $products->filtersActive() !!}

Expand Down
1 change: 1 addition & 0 deletions userfiles/modules/microweber/css/admin.css
Expand Up @@ -1225,3 +1225,4 @@ border-left: 0.3em solid transparent;
margin: 5px 0;
}
}

0 comments on commit a68b16b

Please sign in to comment.