Commit 2378208ce0662c1b80e385f57180d9d9173c04b3

Authored by Marcelo Puebla
1 parent ee59fed7c5
Exists in master

Cambios en iconos de botonera principal y secundaria.

img/activar_hoja.png

6.13 KB

8.63 KB | W: | H:

10.8 KB | W: | H:

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