home page musical fix
This commit is contained in:
parent
170b22fcd1
commit
82e585fa21
|
|
@ -236,10 +236,6 @@ article.u-block-hover img {
|
||||||
#teator .owl-nav.disabled .owl-prev span, #teator .owl-nav.disabled .owl-next span {
|
#teator .owl-nav.disabled .owl-prev span, #teator .owl-nav.disabled .owl-next span {
|
||||||
font-size: 30px; }
|
font-size: 30px; }
|
||||||
|
|
||||||
#konserty {
|
|
||||||
padding: 100px 7.2% !important;
|
|
||||||
margin-top: 100px; }
|
|
||||||
|
|
||||||
#konserty .tab-header a:hover {
|
#konserty .tab-header a:hover {
|
||||||
background-color: #db635b;
|
background-color: #db635b;
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
|
|
@ -446,10 +442,7 @@ article.u-block-hover img {
|
||||||
#konserty-tab1 .overlay-details {
|
#konserty-tab1 .overlay-details {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0; }
|
bottom: 0; }
|
||||||
#konserty-tab1 .owl-nav {
|
|
||||||
position: absolute;
|
|
||||||
top: -76px;
|
|
||||||
right: 285px;}
|
|
||||||
#konserty-tab1 .owl-prev, #konserty-tab1 .owl-next {
|
#konserty-tab1 .owl-prev, #konserty-tab1 .owl-next {
|
||||||
border: 1px solid #ffffff;
|
border: 1px solid #ffffff;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
@ -2080,6 +2073,7 @@ choose_seats_content > div.tab-pane.fade{
|
||||||
|
|
||||||
#konserty-tab1 .owl-nav {
|
#konserty-tab1 .owl-nav {
|
||||||
top: -90px;
|
top: -90px;
|
||||||
|
right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#konserty-tab1 .owl-dots {
|
#konserty-tab1 .owl-dots {
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
<section id="konserty" class="container" style="background-image: url({{asset('assets/images/bg/konserty.jpg')}});
|
<section id="konserty" class="container" style="background-image: url({{asset('assets/images/bg/konserty.jpg')}});
|
||||||
background-repeat: no-repeat; background-size: 100%;">
|
background-repeat: no-repeat; background-size: 100%;">
|
||||||
<div class="tab-header d-flex justify-content-between col-12">
|
<div class="tab-header d-flex justify-content-between col-12">
|
||||||
<h2 class=""><a class="text-light text-uppercase" href="{{$category->url}}">{{$category->title}}</a></h2>
|
<h2 class="mt-5"><a class="text-light text-uppercase" href="{{$category->url}}">{{$category->title}}</a></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>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-ozi col-12">
|
<div class="tab-ozi col-12 pb-5">
|
||||||
<!-- End Nav tabs -->
|
<!-- End Nav tabs -->
|
||||||
<div class="owl-carousel container row" id="konserty-tab1" style="padding: 0 !important; margin: 0">
|
<div class="owl-carousel container row" id="konserty-tab1" style="padding: 0 !important; margin: 0">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue