Remove owl carousel related settings from the files. Fixes #3.
This commit is contained in:
4
app.js
4
app.js
@@ -53,10 +53,6 @@ $(function() {
|
|||||||
$(this).toggleClass('fa-star-o');
|
$(this).toggleClass('fa-star-o');
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#owl-example").owlCarousel({
|
|
||||||
items: 1
|
|
||||||
});
|
|
||||||
|
|
||||||
$('.sidebar__level-1', '.sidebar__level-1--item').on('click', function() {
|
$('.sidebar__level-1', '.sidebar__level-1--item').on('click', function() {
|
||||||
$(this).parents('.sidebar__level-1--item').find('ul').slideToggle();
|
$(this).parents('.sidebar__level-1--item').find('ul').slideToggle();
|
||||||
$(this).find('.fa-chevron-down, .fa-chevron-up').toggleClass('fa-chevron-down fa-chevron-up')
|
$(this).find('.fa-chevron-down, .fa-chevron-up').toggleClass('fa-chevron-down fa-chevron-up')
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div id="owl-example" class="owl-carousel owl-theme">
|
<div class="keyboard-slider">
|
||||||
<div class="item col-xs-12 uhk__layer-wrapper uhk__layer-wrapper--base">
|
<div class="item col-xs-12 uhk__layer-wrapper uhk__layer-wrapper--base">
|
||||||
<img src="./images/base-layer.svg" class="uhk uhk--base-layer" alt="">
|
<img src="./images/base-layer.svg" class="uhk uhk--base-layer" alt="">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -193,16 +193,3 @@ ul {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// BOF: These styles will be deleted when removing OWL carousel.
|
|
||||||
.owl-carousel {
|
|
||||||
max-width: 991px;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.owl-carousel .item img {
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
// EOF: These styles will be deleted when removing OWL carousel.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user