less/roojs-bootstrap/carousel.less
authoredward <edward@roojs.com>
Mon, 27 Nov 2017 04:15:52 +0000 (12:15 +0800)
committeredward <edward@roojs.com>
Mon, 27 Nov 2017 04:15:52 +0000 (12:15 +0800)
less/roojs-bootstrap/carousel.less

index 1fe1c6c..47773be 100644 (file)
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
-    background: rgba(255, 255, 255, 1) !important;
+    background: @white-base !important;
     width: 6px !important;
     height: 6px !important;
-    border: 5px solid rgba(0, 0, 0, 1) !important;
+    border: 5px solid @gray-base !important;
 }
 
 .carousel-inner > .carousel-arrow > .carousel-prev {