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