Commit c52ca1d74722d3a6dc4e280739927187de242e26

Authored by Marcelo Puebla
Exists in master and in 1 other branch develop

Merge remote-tracking branch 'upstream/develop'

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 filter:drop-shadow(4px 4px 4px gray);
86 } 86 }
87 } 87 }
88 } 88 }
89 &-logistica { 89 &-logistica {
90 & button { 90 & button {
91 background-image: url('../img/logistica.png'); 91 background-image: url('../img/logistica.png');
92 background-size: 90px 90px; 92 background-size: 90px 90px;
93 &:hover { 93 &:hover {
94 background-color: rgb(250,250,250); 94 background-color: rgb(250,250,250);
95 filter:drop-shadow(4px 4px 4px gray); 95 filter:drop-shadow(4px 4px 4px gray);
96 } 96 }
97 } 97 }
98 } 98 }
99 &-facturador { 99 &-facturador {
100 & button { 100 & button {
101 background-position: -270px 0px; 101 background-position: -270px 0px;
102 &:hover { 102 &:hover {
103 background-position: -270px -90px; 103 background-position: -270px -90px;
104 } 104 }
105 } 105 }
106 } 106 }
107 &-nota-pedido { 107 &-nota-pedido {
108 & button { 108 & button {
109 background-image: url('../img/notaPedido.png'); 109 background-image: url('../img/notaPedido.png');
110 background-size: 90px 90px; 110 background-size: 90px 90px;
111 &:hover { 111 &:hover {
112 background-color: rgb(250,250,250); 112 background-color: rgb(250,250,250);
113 filter:drop-shadow(4px 4px 4px gray); 113 filter:drop-shadow(4px 4px 4px gray);
114 } 114 }
115 } 115 }
116 } 116 }
117 &-remito { 117 &-remito {
118 & button { 118 & button {
119 background-image: url('../img/remito.png'); 119 background-image: url('../img/remito.png');
120 background-size: 90px 90px; 120 background-size: 90px 90px;
121 &:hover { 121 &:hover {
122 background-color: rgb(250,250,250); 122 background-color: rgb(250,250,250);
123 filter:drop-shadow(4px 4px 4px gray); 123 filter:drop-shadow(4px 4px 4px gray);
124 } 124 }
125 } 125 }
126 } 126 }
127 &-hoja-ruta { 127 &-hoja-ruta {
128 & button { 128 & button {
129 background-image: url('../img/hoja-ruta.png'); 129 background-image: url('../img/hoja-ruta.png');
130 background-size: 86px 90px; 130 background-size: 86px 90px;
131 &:hover { 131 &:hover {
132 background-color: rgb(250,250,250); 132 background-color: rgb(250,250,250);
133 filter:drop-shadow(4px 4px 4px gray); 133 filter:drop-shadow(4px 4px 4px gray);
134 } 134 }
135 } 135 }
136 } 136 }
137 &-activar-hoja-ruta { 137 &-activar-hoja-ruta {
138 & button { 138 & button {
139 background-image: url('../img/activar_hoja.png'); 139 background-image: url('../img/activar_hoja.png');
140 background-size: 90px 90px; 140 background-size: 90px 90px;
141 &:hover { 141 &:hover {
142 background-color: rgb(250,250,250); 142 background-color: rgb(250,250,250);
143 filter:drop-shadow(4px 4px 4px gray); 143 filter:drop-shadow(4px 4px 4px gray);
144 } 144 }
145 } 145 }
146 } 146 }
147 &-hoja-ruta-transportista { 147 &-hoja-ruta-transportista {
148 & button { 148 & button {
149 background-image: url('../img/hojaRutaVolante.png'); 149 background-image: url('../img/hojaRutaVolante.png');
150 background-size: 90px 90px; 150 background-size: 90px 90px;
151 &:hover { 151 &:hover {
152 background-color: rgb(250,250,250); 152 background-color: rgb(250,250,250);
153 filter:drop-shadow(4px 4px 4px gray); 153 filter:drop-shadow(4px 4px 4px gray);
154 } 154 }
155 } 155 }
156 } 156 }
157 &-seguimiento { 157 &-seguimiento {
158 & button { 158 & button {
159 background-image: url('../img/seguimientoNotaPedido.png'); 159 background-image: url('../img/seguimientoNotaPedido.png');
160 background-size: 90px 90px; 160 background-size: 90px 90px;
161 // background-position: 15px 10px; 161 // background-position: 15px 10px;
162 &:hover { 162 &:hover {
163 background-color: rgb(250,250,250); 163 background-color: rgb(250,250,250);
164 filter:drop-shadow(4px 4px 4px gray); 164 filter:drop-shadow(4px 4px 4px gray);
165 } 165 }
166 } 166 }
167 } 167 }
168 &-seguimiento-hoja-ruta { 168 &-seguimiento-hoja-ruta {
169 & button { 169 & button {
170 background-image: url('../img/seguimientoHojaRuta.png'); 170 background-image: url('../img/seguimientoHojaRuta.png');
171 background-size: 90px 90px; 171 background-size: 90px 90px;
172 // background-position: 15px 10px; 172 // background-position: 15px 10px;
173 &:hover { 173 &:hover {
174 background-color: rgb(250,250,250); 174 background-color: rgb(250,250,250);
175 filter:drop-shadow(4px 4px 4px gray); 175 filter:drop-shadow(4px 4px 4px gray);
176 } 176 }
177 } 177 }
178 } 178 }
179 &-cobranzas { 179 &-cobranzas {
180 & button { 180 & button {
181 background-image: url('../img/cobranzas.png'); 181 background-image: url('../img/cobranzas.png');
182 background-size: 90px 90px; 182 background-size: 90px 90px;
183 // background-position: 15px 10px; 183 // background-position: 15px 10px;
184 &:hover { 184 &:hover {
185 background-color: rgb(250,250,250); 185 background-color: rgb(250,250,250);
186 filter:drop-shadow(4px 4px 4px gray); 186 filter:drop-shadow(4px 4px 4px gray);
187 } 187 }
188 } 188 }
189 } 189 }
190 &-seguimiento-cobranzas { 190 &-seguimiento-cobranzas {
191 & button { 191 & button {
192 background-image: url('../img/seguimientoCobranza.png'); 192 background-image: url('../img/seguimientoCobranza.png');
193 background-size: 90px 90px; 193 background-size: 90px 90px;
194 // background-position: 15px 10px; 194 // background-position: 15px 10px;
195 &:hover { 195 &:hover {
196 background-color: rgb(250,250,250); 196 background-color: rgb(250,250,250);
197 filter:drop-shadow(4px 4px 4px gray); 197 filter:drop-shadow(4px 4px 4px gray);
198 } 198 }
199 } 199 }
200 } 200 }
201 &-vehiculo { 201 &-vehiculo {
202 & button { 202 & button {
203 background-image: url('../img/abmVehiculos.png'); 203 background-image: url('../img/abmVehiculos.png');
204 background-size: 90px 90px; 204 background-size: 90px 90px;
205 &:hover { 205 &:hover {
206 background-color: rgb(250,250,250); 206 background-color: rgb(250,250,250);
207 filter:drop-shadow(4px 4px 4px gray); 207 filter:drop-shadow(4px 4px 4px gray);
208 } 208 }
209 } 209 }
210 } 210 }
211 &-precio-condicion { 211 &-precio-condicion {
212 & button { 212 & button {
213 background-image: url('../img/abmPrecios.png'); 213 background-image: url('../img/abmPrecios.png');
214 background-size: 90px 90px; 214 background-size: 90px 90px;
215 &:hover { 215 &:hover {
216 background-color: rgb(250,250,250); 216 background-color: rgb(250,250,250);
217 filter:drop-shadow(4px 4px 4px gray); 217 filter:drop-shadow(4px 4px 4px gray);
218 } 218 }
219 } 219 }
220 } 220 }
221 &-chofer { 221 &-chofer {
222 & button { 222 & button {
223 background-image: url('../img/abmChofer.png'); 223 background-image: url('../img/abmChofer.png');
224 background-size: 90px 90px; 224 background-size: 90px 90px;
225 &:hover { 225 &:hover {
226 background-color: rgb(250,250,250); 226 background-color: rgb(250,250,250);
227 filter:drop-shadow(4px 4px 4px gray); 227 filter:drop-shadow(4px 4px 4px gray);
228 } 228 }
229 } 229 }
230 } 230 }
231 &-agendar-visita { 231 &-agendar-visita {
232 & button { 232 & button {
233 background-image: url('../img/agendarVisita.png'); 233 background-image: url('../img/agendarVisita.png');
234 background-size: 90px 90px; 234 background-size: 90px 90px;
235 &:hover { 235 &:hover {
236 box-shadow: 2px; 236 box-shadow: 2px;
237 background-color: rgb(250,250,250); 237 background-color: rgb(250,250,250);
238 filter:drop-shadow(4px 4px 4px gray); 238 filter:drop-shadow(4px 4px 4px gray);
239 } 239 }
240 } 240 }
241 } 241 }
242 &-informes { 242 &-informes {
243 & button { 243 & button {
244 background-image: url('../img/informes.png'); 244 background-image: url('../img/informes.png');
245 background-size: 90px 90px; 245 background-size: 90px 90px;
246 &:hover { 246 &:hover {
247 background-color: rgb(250,250,250);filter:drop-shadow(4px 4px 4px gray); 247 background-color: rgb(250,250,250);filter:drop-shadow(4px 4px 4px gray);
248 } 248 }
249 } 249 }
250 } 250 }
251 &-vendedor-cobrador { 251 &-vendedor-cobrador {
252 & button { 252 & button {
253 background-image: url('../img/abmVendedorCobrador.png'); 253 background-image: url('../img/abmVendedorCobrador.png');
254 background-size: 90px 90px; 254 background-size: 90px 90px;
255 &:hover { 255 &:hover {
256 background-color: rgb(250,250,250); 256 background-color: rgb(250,250,250);
257 filter:drop-shadow(4px 4px 4px gray); 257 filter:drop-shadow(4px 4px 4px gray);
258 } 258 }
259 } 259 }
260 } 260 }
261 &-autorizar-nota { 261 &-autorizar-nota {
262 & button { 262 & button {
263 background-image: url('../../img/autorizarNota.png'); 263 background-image: url('../img/autorizarNota.png');
264 background-size: 90px 90px; 264 background-size: 90px 90px;
265 &:hover { 265 &:hover {
266 background-color: rgb(250,250,250); 266 background-color: rgb(250,250,250);
267 filter:drop-shadow(4px 4px 4px gray); 267 filter:drop-shadow(4px 4px 4px gray);
268 } 268 }
269 } 269 }
270 } 270 }
271 .swiper-pagination { 271 .swiper-pagination {
272 bottom: 0px !important; 272 bottom: 0px !important;
273 } 273 }
274 274
275 .swiper-button-next { 275 .swiper-button-next {
276 background-image: url('../img/derecha.png'); 276 background-image: url('../img/derecha.png');
277 &:hover{ 277 &:hover{
278 filter:drop-shadow(4px 4px 4px gray); 278 filter:drop-shadow(4px 4px 4px gray);
279 } 279 }
280 } 280 }
281 281
282 .swiper-button-prev { 282 .swiper-button-prev {
283 background-image: url('../img/izquierda.png'); 283 background-image: url('../img/izquierda.png');
284 &:hover{ 284 &:hover{
285 filter:drop-shadow(4px 4px 4px gray); 285 filter:drop-shadow(4px 4px 4px gray);
286 } 286 }
287 } 287 }
288 @media (min-width: 992px){ 288 @media (min-width: 992px){
289 a{ 289 a{
290 margin-top: 2.5rem; 290 margin-top: 2.5rem;
291 } 291 }
292 } 292 }
293 } 293 }
294 294