Commit ce9226b2e6b5c326e41941e0220cbc75434124ab

Authored by Marcelo Puebla
1 parent 5c8c22e781
Exists in master

Arreglo en estilos.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/assets/scss/bootstrap-override.scss
... ... @@ -85,7 +85,7 @@ $theme-colors: (
85 85 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23808080' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
86 86 }
87 87  
88   -li {
  88 +.carousel-indicators li {
89 89 background-color: #808080 !important;
90 90 }
91 91