Commit d93268107a385bc1fc25108c5963ddefed4055e9
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Master(efernandez) See merge request !39
Showing
2 changed files
Show diff stats
img/notaDePedido.png
5.04 KB
src/sass/_botonera-principal.scss
| ... | ... | @@ -84,9 +84,10 @@ |
| 84 | 84 | } |
| 85 | 85 | &-nota-pedido { |
| 86 | 86 | & button { |
| 87 | - background-position: -1250px 0px; | |
| 87 | + background-image: url('../img/notaDePedido.png'); | |
| 88 | + background-size: 90px 90px; | |
| 88 | 89 | &:hover { |
| 89 | - background-position: -1250px -90px; | |
| 90 | + background-color: rgb(250,250,250); | |
| 90 | 91 | } |
| 91 | 92 | } |
| 92 | 93 | } |