Commit 2045e69269751b2d0c1959273f59c405c35763af
1 parent
c7c46a609f
Exists in
master
imagen nota pedido
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
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 | } |