Commit 8530f234315f5ca40875581366f5ca2f4eea48dd
Exists in
master
Merge remote-tracking branch 'upstream/develop'
Showing
4 changed files
Show diff stats
img/activar_hoja.png
6.13 KB
img/moneda.png
img/resumen.png
10.6 KB
src/sass/_botonera-principal.scss
1 | .botonera-principal { | 1 | .botonera-principal { |
2 | menuitem { | 2 | menuitem { |
3 | display: inline-block; | 3 | display: inline-block; |
4 | height: 130px; | 4 | height: 130px; |
5 | text-align: center; | 5 | text-align: center; |
6 | width: 180px; | 6 | width: 180px; |
7 | @media (max-width: 576px) { | 7 | @media (max-width: 576px) { |
8 | width: 100%; | 8 | width: 100%; |
9 | } | 9 | } |
10 | @media (min-width: 992px) and (max-width: 1200px){ | 10 | @media (min-width: 992px) and (max-width: 1200px){ |
11 | width: 150px; | 11 | width: 150px; |
12 | } | 12 | } |
13 | } | 13 | } |
14 | button { | 14 | button { |
15 | background-image: url('../img/botonera.png'); | 15 | background-image: url('../img/botonera.png'); |
16 | border-radius: 12px; | 16 | border-radius: 12px; |
17 | border-width: 0; | 17 | border-width: 0; |
18 | height: 90px; | 18 | height: 90px; |
19 | position: relative; | 19 | position: relative; |
20 | width: 90px; | 20 | width: 90px; |
21 | span { | 21 | span { |
22 | left: 0; | 22 | left: 0; |
23 | position: absolute; | 23 | position: absolute; |
24 | text-align: center; | 24 | text-align: center; |
25 | top: 90px; | 25 | top: 90px; |
26 | width: 100%; | 26 | width: 100%; |
27 | font-size: 12px; | 27 | font-size: 12px; |
28 | color: #777777; | 28 | color: #777777; |
29 | } | 29 | } |
30 | } | 30 | } |
31 | &-menu { | 31 | &-menu { |
32 | width: 100%; | 32 | width: 100%; |
33 | padding-left: 90px; | 33 | padding-left: 90px; |
34 | @media (max-width: 576px) { | 34 | @media (max-width: 576px) { |
35 | padding: 0; | 35 | padding: 0; |
36 | } | 36 | } |
37 | } | 37 | } |
38 | &-logo { | 38 | &-logo { |
39 | width: 100%; | 39 | width: 100%; |
40 | margin-left: 50%; | 40 | margin-left: 50%; |
41 | opacity: .8; | 41 | opacity: .8; |
42 | @media (max-width: 576px) { | 42 | @media (max-width: 576px) { |
43 | width: 180%; | 43 | width: 180%; |
44 | margin-left: 20%; | 44 | margin-left: 20%; |
45 | } | 45 | } |
46 | } | 46 | } |
47 | &-vacio { | 47 | &-vacio { |
48 | & button { | 48 | & button { |
49 | background-position: -4380px 0; | 49 | background-position: -4380px 0; |
50 | &:hover { | 50 | &:hover { |
51 | background-position: -4380px -90px; | 51 | background-position: -4380px -90px; |
52 | } | 52 | } |
53 | } | 53 | } |
54 | } | 54 | } |
55 | &-abrir-turno { | 55 | &-abrir-turno { |
56 | & button { | 56 | & button { |
57 | background-position: 0 0; | 57 | background-position: 0 0; |
58 | &:hover { | 58 | &:hover { |
59 | background-position: 0 -90px; | 59 | background-position: 0 -90px; |
60 | } | 60 | } |
61 | } | 61 | } |
62 | } | 62 | } |
63 | &-cerrar-turno { | 63 | &-cerrar-turno { |
64 | & button { | 64 | & button { |
65 | background-position: -90px 0; | 65 | background-position: -90px 0; |
66 | &:hover { | 66 | &:hover { |
67 | background-position: -90px -90px; | 67 | background-position: -90px -90px; |
68 | } | 68 | } |
69 | } | 69 | } |
70 | } | 70 | } |
71 | &-caja { | 71 | &-caja { |
72 | & button { | 72 | & button { |
73 | background-position: -180px 0; | 73 | background-position: -180px 0; |
74 | &:hover { | 74 | &:hover { |
75 | background-position: -180px -90px; | 75 | background-position: -180px -90px; |
76 | } | 76 | } |
77 | } | 77 | } |
78 | } | 78 | } |
79 | &-estado-cisterna { | 79 | &-estado-cisterna { |
80 | & button { | 80 | & button { |
81 | background-image: url('../img/control_stock.png'); | 81 | background-image: url('../img/control_stock.png'); |
82 | background-size: 90px 90px; | 82 | background-size: 90px 90px; |
83 | &:hover { | 83 | &:hover { |
84 | background-color: rgb(250,250,250); | 84 | background-color: rgb(250,250,250); |
85 | filter:drop-shadow(4px 4px 4px gray); | ||
85 | } | 86 | } |
86 | } | 87 | } |
87 | } | 88 | } |
88 | &-logistica { | 89 | &-logistica { |
89 | & button { | 90 | & button { |
90 | background-image: url('../img/logistica.png'); | 91 | background-image: url('../img/logistica.png'); |
91 | background-size: 90px 90px; | 92 | background-size: 90px 90px; |
92 | &:hover { | 93 | &:hover { |
93 | background-color: rgb(250,250,250); | 94 | background-color: rgb(250,250,250); |
95 | filter:drop-shadow(4px 4px 4px gray); | ||
94 | } | 96 | } |
95 | } | 97 | } |
96 | } | 98 | } |
97 | &-facturador { | 99 | &-facturador { |
98 | & button { | 100 | & button { |
99 | background-position: -270px 0px; | 101 | background-position: -270px 0px; |
100 | &:hover { | 102 | &:hover { |
101 | background-position: -270px -90px; | 103 | background-position: -270px -90px; |
102 | } | 104 | } |
103 | } | 105 | } |
104 | } | 106 | } |
105 | &-nota-pedido { | 107 | &-nota-pedido { |
106 | & button { | 108 | & button { |
107 | background-image: url('../img/notaPedido.png'); | 109 | background-image: url('../img/notaPedido.png'); |
108 | background-size: 90px 90px; | 110 | background-size: 90px 90px; |
109 | &:hover { | 111 | &:hover { |
110 | background-color: rgb(250,250,250); | 112 | background-color: rgb(250,250,250); |
113 | filter:drop-shadow(4px 4px 4px gray); | ||
111 | } | 114 | } |
112 | } | 115 | } |
113 | } | 116 | } |
114 | &-remito { | 117 | &-remito { |
115 | & button { | 118 | & button { |
116 | background-image: url('../img/remito.png'); | 119 | background-image: url('../img/remito.png'); |
117 | background-size: 90px 90px; | 120 | background-size: 90px 90px; |
118 | &:hover { | 121 | &:hover { |
119 | background-color: rgb(250,250,250); | 122 | background-color: rgb(250,250,250); |
123 | filter:drop-shadow(4px 4px 4px gray); | ||
120 | } | 124 | } |
121 | } | 125 | } |
122 | } | 126 | } |
123 | &-hoja-ruta { | 127 | &-hoja-ruta { |
124 | & button { | 128 | & button { |
125 | background-image: url('../img/hoja-ruta.png'); | 129 | background-image: url('../img/hoja-ruta.png'); |
126 | background-size: 86px 90px; | 130 | background-size: 86px 90px; |
127 | &:hover { | 131 | &:hover { |
128 | background-color: rgb(250,250,250); | 132 | background-color: rgb(250,250,250); |
133 | filter:drop-shadow(4px 4px 4px gray); | ||
134 | } | ||
135 | } | ||
136 | } | ||
137 | &-activar-hoja-ruta { | ||
138 | & button { | ||
139 | background-image: url('../img/activar_hoja.png'); | ||
140 | background-size: 90px 90px; | ||
141 | &:hover { | ||
142 | background-color: rgb(250,250,250); | ||
143 | filter:drop-shadow(4px 4px 4px gray); | ||
129 | } | 144 | } |
130 | } | 145 | } |
131 | } | 146 | } |
132 | &-hoja-ruta-transportista { | 147 | &-hoja-ruta-transportista { |
133 | & button { | 148 | & button { |
134 | background-image: url('../img/hojaRutaVolante.png'); | 149 | background-image: url('../img/hojaRutaVolante.png'); |
135 | background-size: 90px 90px; | 150 | background-size: 90px 90px; |
136 | &:hover { | 151 | &:hover { |
137 | background-color: rgb(250,250,250); | 152 | background-color: rgb(250,250,250); |
153 | filter:drop-shadow(4px 4px 4px gray); | ||
138 | } | 154 | } |
139 | } | 155 | } |
140 | } | 156 | } |
141 | &-seguimiento { | 157 | &-seguimiento { |
142 | & button { | 158 | & button { |
143 | background-image: url('../img/seguimientoNotaPedido.png'); | 159 | background-image: url('../img/seguimientoNotaPedido.png'); |
144 | background-size: 90px 90px; | 160 | background-size: 90px 90px; |
145 | // background-position: 15px 10px; | 161 | // background-position: 15px 10px; |
146 | &:hover { | 162 | &:hover { |
147 | background-color: rgb(250,250,250); | 163 | background-color: rgb(250,250,250); |
164 | filter:drop-shadow(4px 4px 4px gray); | ||
148 | } | 165 | } |
149 | } | 166 | } |
150 | } | 167 | } |
151 | &-seguimiento-hoja-ruta { | 168 | &-seguimiento-hoja-ruta { |
152 | & button { | 169 | & button { |
153 | background-image: url('../img/seguimientoHojaRuta.png'); | 170 | background-image: url('../img/seguimientoHojaRuta.png'); |
154 | background-size: 90px 90px; | 171 | background-size: 90px 90px; |
155 | // background-position: 15px 10px; | 172 | // background-position: 15px 10px; |
156 | &:hover { | 173 | &:hover { |
157 | background-color: rgb(250,250,250); | 174 | background-color: rgb(250,250,250); |
175 | filter:drop-shadow(4px 4px 4px gray); | ||
158 | } | 176 | } |
159 | } | 177 | } |
160 | } | 178 | } |
161 | &-cobranzas { | 179 | &-cobranzas { |
162 | & button { | 180 | & button { |
163 | background-image: url('../img/cobranzas.png'); | 181 | background-image: url('../img/cobranzas.png'); |
164 | background-size: 90px 90px; | 182 | background-size: 90px 90px; |
165 | // background-position: 15px 10px; | 183 | // background-position: 15px 10px; |
166 | &:hover { | 184 | &:hover { |
167 | background-color: rgb(250,250,250); | 185 | background-color: rgb(250,250,250); |
186 | filter:drop-shadow(4px 4px 4px gray); | ||
168 | } | 187 | } |
169 | } | 188 | } |
170 | } | 189 | } |
171 | &-seguimiento-cobranzas { | 190 | &-seguimiento-cobranzas { |
172 | & button { | 191 | & button { |
173 | background-image: url('../img/seguimientoCobranza.png'); | 192 | background-image: url('../img/seguimientoCobranza.png'); |
174 | background-size: 90px 90px; | 193 | background-size: 90px 90px; |
175 | // background-position: 15px 10px; | 194 | // background-position: 15px 10px; |
176 | &:hover { | 195 | &:hover { |
177 | background-color: rgb(250,250,250); | 196 | background-color: rgb(250,250,250); |
197 | filter:drop-shadow(4px 4px 4px gray); | ||
178 | } | 198 | } |
179 | } | 199 | } |
180 | } | 200 | } |
181 | &-vehiculo { | 201 | &-vehiculo { |
182 | & button { | 202 | & button { |
183 | background-image: url('../img/abmVehiculos.png'); | 203 | background-image: url('../img/abmVehiculos.png'); |
184 | background-size: 90px 90px; | 204 | background-size: 90px 90px; |
185 | &:hover { | 205 | &:hover { |
186 | background-color: rgb(250,250,250); | 206 | background-color: rgb(250,250,250); |
207 | filter:drop-shadow(4px 4px 4px gray); | ||
187 | } | 208 | } |
188 | } | 209 | } |
189 | } | 210 | } |
190 | &-precio-condicion { | 211 | &-precio-condicion { |
191 | & button { | 212 | & button { |
192 | background-image: url('../img/abmPrecios.png'); | 213 | background-image: url('../img/abmPrecios.png'); |
193 | background-size: 90px 90px; | 214 | background-size: 90px 90px; |
194 | &:hover { | 215 | &:hover { |
195 | background-color: rgb(250,250,250); | 216 | background-color: rgb(250,250,250); |
217 | filter:drop-shadow(4px 4px 4px gray); | ||
196 | } | 218 | } |
197 | } | 219 | } |
198 | } | 220 | } |
199 | &-chofer { | 221 | &-chofer { |
200 | & button { | 222 | & button { |
201 | background-image: url('../img/abmChofer.png'); | 223 | background-image: url('../img/abmChofer.png'); |
202 | background-size: 90px 90px; | 224 | background-size: 90px 90px; |
203 | &:hover { | 225 | &:hover { |
204 | background-color: rgb(250,250,250); | 226 | background-color: rgb(250,250,250); |
227 | filter:drop-shadow(4px 4px 4px gray); | ||
205 | } | 228 | } |
206 | } | 229 | } |
207 | } | 230 | } |
208 | &-agendar-visita { | 231 | &-agendar-visita { |
209 | & button { | 232 | & button { |
210 | background-image: url('../img/agendarVisita.png'); | 233 | background-image: url('../img/agendarVisita.png'); |
211 | background-size: 90px 90px; | 234 | background-size: 90px 90px; |
212 | &:hover { | 235 | &:hover { |
213 | box-shadow: 2px; | 236 | box-shadow: 2px; |
214 | background-color: rgb(250,250,250); | 237 | background-color: rgb(250,250,250); |
238 | filter:drop-shadow(4px 4px 4px gray); | ||
215 | } | 239 | } |
216 | } | 240 | } |
217 | } | 241 | } |
218 | &-informes { | 242 | &-informes { |
219 | & button { | 243 | & button { |
220 | background-image: url('../img/informes.png'); | 244 | background-image: url('../img/informes.png'); |
221 | background-size: 90px 90px; | 245 | background-size: 90px 90px; |
222 | &:hover { | 246 | &:hover { |
223 | background-color: rgb(250,250,250); | 247 | background-color: rgb(250,250,250);filter:drop-shadow(4px 4px 4px gray); |
224 | } | 248 | } |
225 | } | 249 | } |
226 | } | 250 | } |
227 | &-vendedor-cobrador { | 251 | &-vendedor-cobrador { |
228 | & button { | 252 | & button { |
229 | background-image: url('../img/abmVendedorCobrador.png'); | 253 | background-image: url('../img/abmVendedorCobrador.png'); |
230 | background-size: 90px 90px; | 254 | background-size: 90px 90px; |
231 | &:hover { | 255 | &:hover { |
232 | background-color: rgb(250,250,250); | 256 | background-color: rgb(250,250,250); |
257 | filter:drop-shadow(4px 4px 4px gray); | ||
233 | } | 258 | } |
234 | } | 259 | } |
235 | } | 260 | } |
236 | &-autorizar-nota { | 261 | &-autorizar-nota { |
237 | & button { | 262 | & button { |
238 | background-image: url('../img/autorizarNota.png'); | 263 | background-image: url('../img/autorizarNota.png'); |
239 | background-size: 90px 90px; | 264 | background-size: 90px 90px; |
240 | &:hover { | 265 | &:hover { |
241 | background-color: rgb(250,250,250); | 266 | background-color: rgb(250,250,250); |
267 | filter:drop-shadow(4px 4px 4px gray); | ||
242 | } | 268 | } |
243 | } | 269 | } |
244 | } | 270 | } |
245 | .swiper-pagination { | 271 | .swiper-pagination { |
246 | bottom: 0px !important; | 272 | bottom: 0px !important; |
247 | } | 273 | } |
248 | 274 | ||
249 | .swiper-button-next { | 275 | .swiper-button-next { |
250 | background-image: url('../img/derecha.png'); | 276 | background-image: url('../img/derecha.png'); |
277 | &:hover{ | ||
278 | filter:drop-shadow(4px 4px 4px gray); | ||
279 | } | ||
251 | } | 280 | } |
252 | 281 | ||
253 | .swiper-button-prev { | 282 | .swiper-button-prev { |
254 | background-image: url('../img/izquierda.png'); | 283 | background-image: url('../img/izquierda.png'); |
284 | &:hover{ | ||
285 | filter:drop-shadow(4px 4px 4px gray); | ||
286 | } | ||
255 | } | 287 | } |
256 | |||
257 | @media (min-width: 992px){ | 288 | @media (min-width: 992px){ |
258 | a{ | 289 | a{ |
259 | margin-top: 2.5rem; | 290 | margin-top: 2.5rem; |
260 | } | 291 | } |
261 | } | 292 | } |
262 | } | 293 | } |