Commit 8177502617ce7e91ded4c1545423cf0c30aa609c
1 parent
87d5d8137b
Exists in
master
Carrousel con selector circular
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
src/styles.scss
... | ... | @@ -73,3 +73,12 @@ body { |
73 | 73 | width: auto !important; |
74 | 74 | background-color: white !important; |
75 | 75 | } |
76 | + | |
77 | +.carousel-indicators li{ | |
78 | + width: 10px !important; | |
79 | + height: 10px !important; | |
80 | + border-radius: 15px !important; | |
81 | + border-top: black !important; | |
82 | + border-bottom: black !important; | |
83 | +} | |
84 | + |