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