This commit is contained in:
liyuchun
2021-09-13 11:08:23 +08:00
parent dbd2bb5248
commit 4e3933ddad
2 changed files with 4 additions and 3 deletions

View File

@@ -10,8 +10,9 @@
#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; }
#featuresCarousel .carousel-indicators li + li {margin-left: 10px !important;}
#featuresCarousel .carousel-indicators .active {border-color: #73b1df; background-color: #73b1df; margin: 1px;}
#featuresCarousel .carousel-inner .download-file {position: absolute; right: 95px; bottom: 0; font-size: 12px;}
#features [data-slide-to] {pointer-events: none;}
#features.enabled [data-slide-to] {pointer-events: auto;}