21 lines
1.1 KiB
CSS
21 lines
1.1 KiB
CSS
#features > header {text-align: center;}
|
|
#features > footer {text-align: center; padding-top: 18px; border-top: 1px solid #eee}
|
|
|
|
#featuresNav {display: inline-block; font-size: 15px; margin-bottom: 15px;}
|
|
#featuresNav > li > a {opacity: .5;}
|
|
#featuresNav > li > a:hover {opacity: 1;}
|
|
#featuresNav > li.active > a {background-color: transparent; font-weight: bold; opacity: .7;}
|
|
#featuresNav > li.active > a:hover {background-color: #f1f1f1; opacity: 1;}
|
|
|
|
#featuresCarousel {padding: 0 50px;}
|
|
#featuresCarousel .carousel-indicators {bottom: 0;}
|
|
#featuresCarousel .carousel-indicators li {border-color: #d8d8d8; background-color: #d8d8d8; width: 12px; height: 12px;}
|
|
#featuresCarousel .carousel-indicators li + li {margin-left: 10px;}
|
|
#featuresCarousel .carousel-indicators .active {border-color: #73b1df; background-color: #73b1df; }
|
|
|
|
#features [data-slide-to] {pointer-events: none;}
|
|
#features.enabled [data-slide-to] {pointer-events: auto;}
|
|
#features .btn-close-modal {display: none;}
|
|
#features.is-last-item .btn-slide-next {display: none;}
|
|
#features.is-last-item .btn-close-modal {display: inline-block;}
|