Commit 5a16e49d9ccdfb5ab4c578b86f5808703f7ceab3
Exists in
master
Merge branch 'master' into 'develop'
Master(efernandez) See merge request !101
Showing
4 changed files
Show diff stats
img/0003-00000006.pdf
No preview for this file type
img/autorizarNota.png
5.52 KB
index.html
... | ... | @@ -47,6 +47,7 @@ |
47 | 47 | <script src="./node_modules/foca-activar-hoja-ruta/dist/foca-activar-hoja-ruta.min.js"></script> |
48 | 48 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> |
49 | 49 | <script src="./node_modules/foca-agendar-visita/dist/foca-agendar-visita.min.js"></script> |
50 | + <script src="./node_modules/foca-autorizar-nota-pedido/dist/foca-autorizar-nota-pedido.min.js"></script> | |
50 | 51 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> |
51 | 52 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> |
52 | 53 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> |
src/sass/_botonera-principal.scss
... | ... | @@ -209,6 +209,15 @@ |
209 | 209 | } |
210 | 210 | } |
211 | 211 | } |
212 | + &-autorizar-nota { | |
213 | + & button { | |
214 | + background-image: url('../../img/autorizarNota.png'); | |
215 | + background-size: 90px 90px; | |
216 | + &:hover { | |
217 | + background-color: rgb(250,250,250); | |
218 | + } | |
219 | + } | |
220 | + } | |
212 | 221 | .swiper-pagination { |
213 | 222 | bottom: 0px !important; |
214 | 223 | } |