Commit 23abf5785fd0693cdc1b14c06dea61b74c6637cc
1 parent
5a16e49d9c
Exists in
master
Se cambian iconos de botonera principal.
Showing
17 changed files
with
28 additions
and
13 deletions
Show diff stats
img/abmChofer.png
img/abmPrecios.png
img/abmVehiculos.png
img/abmVendedorCobrador.png
img/agendarVisita.png
img/chofer.png
img/cobranzas.png
8.43 KB
img/control_stock.png
7.77 KB
img/hoja-ruta.png
6.62 KB
img/moneda.png
img/notaPedido.png
4.68 KB
img/remito.png
img/seguimientoCobranza.png
img/seguimientoHojaRuta.png
img/seguimientoNotaPedido.png
package.json
... | ... | @@ -97,7 +97,7 @@ |
97 | 97 | "gulp-htmlmin": "^5.0.1", |
98 | 98 | "gulp-sequence": "^1.0.0", |
99 | 99 | "gulp-uglify-es": "^1.0.4", |
100 | - "jquery": "^3.3.1", | |
100 | + "jquery": "^3.4.0", | |
101 | 101 | "jszip": "2.6.1", |
102 | 102 | "ladda": "1.0.6", |
103 | 103 | "leaflet": "1.3.4", |
... | ... | @@ -120,7 +120,7 @@ |
120 | 120 | "gulp-sass": "^4.0.1", |
121 | 121 | "gulp-uglify": "^3.0.2", |
122 | 122 | "gulp-watch": "^5.0.1", |
123 | - "jasmine-core": "^3.3.0", | |
123 | + "jasmine-core": "^3.4.0", | |
124 | 124 | "jshint": "^2.10.2", |
125 | 125 | "pre-commit": "^1.2.2", |
126 | 126 | "pump": "^3.0.0" |
src/sass/_botonera-principal.scss
... | ... | @@ -76,6 +76,15 @@ |
76 | 76 | } |
77 | 77 | } |
78 | 78 | } |
79 | + &-estado-cisterna { | |
80 | + & button { | |
81 | + background-image: url('../img/control_stock.png'); | |
82 | + background-size: 90px 90px; | |
83 | + &:hover { | |
84 | + background-color: rgb(250,250,250); | |
85 | + } | |
86 | + } | |
87 | + } | |
79 | 88 | &-facturador { |
80 | 89 | & button { |
81 | 90 | background-position: -270px 0px; |
... | ... | @@ -86,25 +95,28 @@ |
86 | 95 | } |
87 | 96 | &-nota-pedido { |
88 | 97 | & button { |
89 | - background-position: -1250px 0px; | |
98 | + background-image: url('../img/notaPedido.png'); | |
99 | + background-size: 90px 90px; | |
90 | 100 | &:hover { |
91 | - background-position: -1250px -90px; | |
101 | + background-color: rgb(250,250,250); | |
92 | 102 | } |
93 | 103 | } |
94 | 104 | } |
95 | 105 | &-remito { |
96 | 106 | & button { |
97 | - background-position: -4560px 0px; | |
107 | + background-image: url('../img/remito.png'); | |
108 | + background-size: 90px 90px; | |
98 | 109 | &:hover { |
99 | - background-position: -4560px -90px; | |
110 | + background-color: rgb(250,250,250); | |
100 | 111 | } |
101 | 112 | } |
102 | 113 | } |
103 | 114 | &-hoja-ruta { |
104 | 115 | & button { |
105 | - background-position: -4650px 0px; | |
116 | + background-image: url('../img/hoja-ruta.png'); | |
117 | + background-size: 86px 90px; | |
106 | 118 | &:hover { |
107 | - background-position: -4650px -90px; | |
119 | + background-color: rgb(250,250,250); | |
108 | 120 | } |
109 | 121 | } |
110 | 122 | } |
... | ... | @@ -121,7 +133,7 @@ |
121 | 133 | & button { |
122 | 134 | background-image: url('../img/seguimientoNotaPedido.png'); |
123 | 135 | background-size: 90px 90px; |
124 | - background-position: 15px 10px; | |
136 | + // background-position: 15px 10px; | |
125 | 137 | &:hover { |
126 | 138 | background-color: rgb(250,250,250); |
127 | 139 | } |
... | ... | @@ -131,7 +143,7 @@ |
131 | 143 | & button { |
132 | 144 | background-image: url('../img/seguimientoHojaRuta.png'); |
133 | 145 | background-size: 90px 90px; |
134 | - background-position: 15px 10px; | |
146 | + // background-position: 15px 10px; | |
135 | 147 | &:hover { |
136 | 148 | background-color: rgb(250,250,250); |
137 | 149 | } |
... | ... | @@ -139,9 +151,11 @@ |
139 | 151 | } |
140 | 152 | &-cobranzas { |
141 | 153 | & button { |
142 | - background-position: -1880 0px; | |
154 | + background-image: url('../img/cobranzas.png'); | |
155 | + background-size: 90px 90px; | |
156 | + // background-position: 15px 10px; | |
143 | 157 | &:hover { |
144 | - background-position: -1880 -90px; | |
158 | + background-color: rgb(250,250,250); | |
145 | 159 | } |
146 | 160 | } |
147 | 161 | } |
... | ... | @@ -149,7 +163,7 @@ |
149 | 163 | & button { |
150 | 164 | background-image: url('../img/seguimientoCobranza.png'); |
151 | 165 | background-size: 90px 90px; |
152 | - background-position: 15px 10px; | |
166 | + // background-position: 15px 10px; | |
153 | 167 | &:hover { |
154 | 168 | background-color: rgb(250,250,250); |
155 | 169 | } |
... | ... | @@ -187,6 +201,7 @@ |
187 | 201 | background-image: url('../img/agendarVisita.png'); |
188 | 202 | background-size: 90px 90px; |
189 | 203 | &:hover { |
204 | + box-shadow: 2px; | |
190 | 205 | background-color: rgb(250,250,250); |
191 | 206 | } |
192 | 207 | } |