category page mobilee
This commit is contained in:
parent
2497b18263
commit
79caef8825
|
|
@ -2142,13 +2142,6 @@ choose_seats_content > div.tab-pane.fade{
|
|||
background-color: rgba(211,61,51,1);
|
||||
border-color: rgba(211,61,51,1);
|
||||
}
|
||||
|
||||
#mobile {
|
||||
display: none !important; }
|
||||
@media only screen and (max-width: 992px) {
|
||||
#mobile {
|
||||
display: block !important; } }
|
||||
|
||||
#mobile .navbar-brand {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<nav>
|
||||
<nav class="w-100">
|
||||
<div class="container">
|
||||
<ul class="nav u-nav-v1-1 g-mb-20 category-filter" data-btn-classes="btn btn-md btn-block rounded-0 u-btn-outline-lightgray g-mb-20">
|
||||
|
||||
|
|
@ -30,4 +30,4 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
@if(!empty($musical->events) && $musical->events->count()>0)
|
||||
<section id="konserty" class="container" style="background-image: url({{asset('assets/images/bg/konserty.jpg')}}); background-repeat: no-repeat; background-size: 100%; padding: 100px 0;">
|
||||
<section id="konserty" class="container" style="background-image: url({{asset('assets/images/bg/konserty.jpg')}});
|
||||
background-repeat: no-repeat; background-size: 100%;">
|
||||
<div class="tab-header d-flex justify-content-between col-12">
|
||||
<h2 class="">{{$musical->title}}</h2>
|
||||
<div style="height: 5px; margin-left: 5px; position: absolute; bottom: 0px; width: 100px; background-color: #ffffff"></div>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<h5 >{{$cat->title}}
|
||||
<div class="title-bottom-line"></div>
|
||||
</h5>
|
||||
{{-- <a class="red_button" href="{{$cat->url}}">{{__("ClientSide.rep")}}</a>--}}
|
||||
<a class="red_button" href="{{$cat->url}}">{{__("ClientSide.rep")}}</a>
|
||||
</div>
|
||||
<div class="row mt-2">
|
||||
@include("Shared.Partials.FilterMenu")
|
||||
|
|
|
|||
Loading…
Reference in New Issue