breadcrumbs fix with mobile reserved not to delete
This commit is contained in:
parent
65d64e340e
commit
4154e8fa28
|
|
@ -310,8 +310,8 @@ article.u-block-hover img {
|
||||||
width: 100%;}
|
width: 100%;}
|
||||||
#kinoteator-tab1 .owl-nav, .movie-items-group .owl-nav {
|
#kinoteator-tab1 .owl-nav, .movie-items-group .owl-nav {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -97px;
|
top: -90px;
|
||||||
right: 285px; }
|
right: 0px; }
|
||||||
#kinoteator-tab1 .owl-prev, #kinoteator-tab1 .owl-next, .movie-items-group .owl-prev, .movie-items-group .owl-next {
|
#kinoteator-tab1 .owl-prev, #kinoteator-tab1 .owl-next, .movie-items-group .owl-prev, .movie-items-group .owl-next {
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
@ -383,8 +383,8 @@ article.u-block-hover img {
|
||||||
width: 100%;}
|
width: 100%;}
|
||||||
#cartoon .owl-nav, .movie-items-group .owl-nav {
|
#cartoon .owl-nav, .movie-items-group .owl-nav {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -97px;
|
top: -90px;
|
||||||
right: 285px; }
|
right: 0px; }
|
||||||
#cartoon .owl-prev, #cartoon .owl-next, .movie-items-group .owl-prev, .movie-items-group .owl-next {
|
#cartoon .owl-prev, #cartoon .owl-next, .movie-items-group .owl-prev, .movie-items-group .owl-next {
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
@ -2108,7 +2108,7 @@ choose_seats_content > div.tab-pane.fade{
|
||||||
}
|
}
|
||||||
|
|
||||||
#konserty-tab1 .owl-nav {
|
#konserty-tab1 .owl-nav {
|
||||||
top: -97px;
|
top: -90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#konserty-tab1 .owl-dots {
|
#konserty-tab1 .owl-dots {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
<div class="tab-header d-flex justify-content-between col-12 px-0">
|
<div class="tab-header d-flex justify-content-between col-12 px-0">
|
||||||
<h2 class="">{{$category->title}}</h2>
|
<h2 class="">{{$category->title}}</h2>
|
||||||
<div style="height: 5px; position: absolute; bottom: 0; width: 100px; background-color: rgba(211,61,51,1)"></div>
|
<div style="height: 5px; position: absolute; bottom: 0; width: 100px; background-color: rgba(211,61,51,1)"></div>
|
||||||
<a class="" href="{{$category->url}}">{{__('ClientSide.view')}}</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-ozi col-12 px-0 mt-5">
|
<div class="tab-ozi col-12 px-0 mt-5">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
<div class="tab-header d-flex justify-content-between col-12">
|
<div class="tab-header d-flex justify-content-between col-12">
|
||||||
<h2 class="">{{$musical->title}}</h2>
|
<h2 class="">{{$musical->title}}</h2>
|
||||||
<div style="height: 5px; margin-left: 5px; position: absolute; bottom: 0px; width: 100px; background-color: #ffffff"></div>
|
<div style="height: 5px; margin-left: 5px; position: absolute; bottom: 0px; width: 100px; background-color: #ffffff"></div>
|
||||||
<a class="" href="{{$musical->url}}">{{__('ClientSide.view')}}</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-ozi col-12">
|
<div class="tab-ozi col-12">
|
||||||
<!-- End Nav tabs -->
|
<!-- End Nav tabs -->
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
<div class="tab-header d-flex justify-content-between col-12 px-0">
|
<div class="tab-header d-flex justify-content-between col-12 px-0">
|
||||||
<h2 class="">{{$category->title}}</h2>
|
<h2 class="">{{$category->title}}</h2>
|
||||||
<div style="height: 5px; position: absolute; bottom: 0; width: 100px; background-color: rgba(211,61,51,1)"></div>
|
<div style="height: 5px; position: absolute; bottom: 0; width: 100px; background-color: rgba(211,61,51,1)"></div>
|
||||||
<a class="" href="{{$category->url}}">{{__('ClientSide.view')}}</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-ozi col-12 px-0 mt-5">
|
<div class="tab-ozi col-12 px-0 mt-5">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
<span aria-label="Next">˃</span>
|
<span aria-label="Next">˃</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<a class="teatr-show-more m-0" href="{{$theatre->url}}">{{__('ClientSide.view')}}</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-ozi col-12 pt-4">
|
<div class="tab-ozi col-12 pt-4">
|
||||||
<div class="kinoteator-tab1-wrapper">
|
<div class="kinoteator-tab1-wrapper">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue