Commit 34a480183b2e2fad14772dc24c3a3c3ef634f083
1 parent
d918ff9094
Exists in
develop
a
Showing
2 changed files
with
11 additions
and
6 deletions
Show diff stats
src/sass/_bootstrap.scss
src/sass/_botonera-principal.scss
| 1 | + | |
| 1 | 2 | .botonera-principal { |
| 2 | 3 | menuitem { |
| 3 | 4 | display: inline-block; |
| ... | ... | @@ -242,16 +243,16 @@ |
| 242 | 243 | |
| 243 | 244 | .swiper-button-next { |
| 244 | 245 | background-image: url("../img/derecha.png"); |
| 245 | - &:hover { | |
| 246 | - filter: drop-shadow(4px 4px 4px gray); | |
| 247 | - } | |
| 246 | + // &:hover { | |
| 247 | + // // filter: drop-shadow(4px 4px 4px gray); | |
| 248 | + // } | |
| 248 | 249 | } |
| 249 | 250 | |
| 250 | 251 | .swiper-button-prev { |
| 251 | 252 | background-image: url("../img/izquierda.png"); |
| 252 | - &:hover { | |
| 253 | - filter: drop-shadow(4px 4px 4px gray); | |
| 254 | - } | |
| 253 | + // &:hover { | |
| 254 | + // filter: drop-shadow(4px 4px 4px gray); | |
| 255 | + // } | |
| 255 | 256 | } |
| 256 | 257 | |
| 257 | 258 | .btn-tareas-pausadas{ |