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