From 8177502617ce7e91ded4c1545423cf0c30aa609c Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 8 Aug 2019 17:37:13 -0300 Subject: [PATCH] Carrousel con selector circular --- src/styles.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index ef846dc..15b94fa 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -73,3 +73,12 @@ body { width: auto !important; background-color: white !important; } + +.carousel-indicators li{ + width: 10px !important; + height: 10px !important; + border-radius: 15px !important; + border-top: black !important; + border-bottom: black !important; +} + -- 1.9.1