Commit ee59fed7c570ff8508262cb4f1a88b86a1a9bd0b
1 parent
23abf5785f
Exists in
master
Agregado nuevo icono logistica.
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
img/logistica.png
7.27 KB
src/sass/_botonera-principal.scss
... | ... | @@ -85,6 +85,15 @@ |
85 | 85 | } |
86 | 86 | } |
87 | 87 | } |
88 | + &-logistica { | |
89 | + & button { | |
90 | + background-image: url('../img/logistica.png'); | |
91 | + background-size: 90px 90px; | |
92 | + &:hover { | |
93 | + background-color: rgb(250,250,250); | |
94 | + } | |
95 | + } | |
96 | + } | |
88 | 97 | &-facturador { |
89 | 98 | & button { |
90 | 99 | background-position: -270px 0px; |