Commit 9cd5c7d901043ae1e2e8cb785cfab47aa00de689
1 parent
e665f15450
Exists in
master
Cambios en estilos
Showing
2 changed files
with
17 additions
and
7 deletions
Show diff stats
src/assets/scss/bootstrap-override.scss
| ... | ... | @@ -68,15 +68,25 @@ $theme-colors: ( |
| 68 | 68 | } |
| 69 | 69 | } |
| 70 | 70 | |
| 71 | -.carousel-control { | |
| 72 | - visibility: hidden !important; | |
| 73 | -} | |
| 74 | - | |
| 75 | -.carousel, .carousel-inner, .item { | |
| 71 | +.carousel, | |
| 72 | +.carousel-inner, | |
| 73 | +.item { | |
| 76 | 74 | height: 100% !important; |
| 77 | - &:focus{ | |
| 75 | + &:focus { | |
| 78 | 76 | outline: none !important; |
| 79 | 77 | } |
| 80 | 78 | } |
| 81 | 79 | |
| 80 | +.carousel-control-prev-icon { | |
| 81 | + 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='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important; | |
| 82 | +} | |
| 83 | + | |
| 84 | +.carousel-control-next-icon { | |
| 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 | +} | |
| 87 | + | |
| 88 | +li { | |
| 89 | + background-color: #808080 !important; | |
| 90 | +} | |
| 91 | + | |
| 82 | 92 | @import "../../../node_modules/bootstrap/scss/bootstrap"; |