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