Commit d94facc515a3f892bde4a2733257b3decf9bef1e

Authored by Nicolás Guarnieri
1 parent 712f17eb00
Exists in master

iconos

5.37 KB

5.73 KB

img/abmVehiculos.png

3.74 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 } 10 }
11 button { 11 button {
12 background-image: url('../img/botonera.png'); 12 background-image: url('../img/botonera.png');
13 border-radius: 12px; 13 border-radius: 12px;
14 border-width: 0; 14 border-width: 0;
15 height: 90px; 15 height: 90px;
16 position: relative; 16 position: relative;
17 width: 90px; 17 width: 90px;
18 span { 18 span {
19 left: 0; 19 left: 0;
20 position: absolute; 20 position: absolute;
21 text-align: center; 21 text-align: center;
22 top: 90px; 22 top: 90px;
23 width: 100%; 23 width: 100%;
24 font-size: 12px; 24 font-size: 12px;
25 color: #777777; 25 color: #777777;
26 } 26 }
27 } 27 }
28 &-menu { 28 &-menu {
29 padding-left: 90px; 29 padding-left: 90px;
30 @media (max-width: 576px) { 30 @media (max-width: 576px) {
31 padding: 0; 31 padding: 0;
32 } 32 }
33 } 33 }
34 &-logo { 34 &-logo {
35 width: 80%; 35 width: 80%;
36 opacity: .8; 36 opacity: .8;
37 @media (max-width: 576px) { 37 @media (max-width: 576px) {
38 width: 100%; 38 width: 100%;
39 } 39 }
40 } 40 }
41 &-vacio { 41 &-vacio {
42 & button { 42 & button {
43 background-position: -4380px 0; 43 background-position: -4380px 0;
44 &:hover { 44 &:hover {
45 background-position: -4380px -90px; 45 background-position: -4380px -90px;
46 } 46 }
47 } 47 }
48 } 48 }
49 &-abrir-turno { 49 &-abrir-turno {
50 & button { 50 & button {
51 background-position: 0 0; 51 background-position: 0 0;
52 &:hover { 52 &:hover {
53 background-position: 0 -90px; 53 background-position: 0 -90px;
54 } 54 }
55 } 55 }
56 } 56 }
57 &-cerrar-turno { 57 &-cerrar-turno {
58 & button { 58 & button {
59 background-position: -90px 0; 59 background-position: -90px 0;
60 &:hover { 60 &:hover {
61 background-position: -90px -90px; 61 background-position: -90px -90px;
62 } 62 }
63 } 63 }
64 } 64 }
65 &-caja { 65 &-caja {
66 & button { 66 & button {
67 background-position: -180px 0; 67 background-position: -180px 0;
68 &:hover { 68 &:hover {
69 background-position: -180px -90px; 69 background-position: -180px -90px;
70 } 70 }
71 } 71 }
72 } 72 }
73 &-facturador { 73 &-facturador {
74 & button { 74 & button {
75 background-position: -270px 0px; 75 background-position: -270px 0px;
76 &:hover { 76 &:hover {
77 background-position: -270px -90px; 77 background-position: -270px -90px;
78 } 78 }
79 } 79 }
80 } 80 }
81 &-nota-pedido { 81 &-nota-pedido {
82 & button { 82 & button {
83 background-position: -1250px 0px; 83 background-position: -1250px 0px;
84 &:hover { 84 &:hover {
85 background-position: -1250px -90px; 85 background-position: -1250px -90px;
86 } 86 }
87 } 87 }
88 } 88 }
89 &-remito { 89 &-remito {
90 & button { 90 & button {
91 background-position: -4560px 0px; 91 background-position: -4560px 0px;
92 &:hover { 92 &:hover {
93 background-position: -4560px -90px; 93 background-position: -4560px -90px;
94 } 94 }
95 } 95 }
96 } 96 }
97 &-hoja-ruta { 97 &-hoja-ruta {
98 & button { 98 & button {
99 background-position: -4650px 0px; 99 background-position: -4650px 0px;
100 &:hover { 100 &:hover {
101 background-position: -4650px -90px; 101 background-position: -4650px -90px;
102 } 102 }
103 } 103 }
104 } 104 }
105 &-hoja-ruta-transportista { 105 &-hoja-ruta-transportista {
106 & button { 106 & button {
107 background-image: url('../img/hojaRutaVolante.png'); 107 background-image: url('../img/hojaRutaVolante.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 &-seguimiento { 114 &-seguimiento {
115 & button { 115 & button {
116 background-image: url('../img/seguimientoNotaPedido.png'); 116 background-image: url('../img/seguimientoNotaPedido.png');
117 background-size: 90px 90px; 117 background-size: 90px 90px;
118 background-position: 15px 10px; 118 background-position: 15px 10px;
119 &:hover { 119 &:hover {
120 background-color: rgb(250,250,250); 120 background-color: rgb(250,250,250);
121 } 121 }
122 } 122 }
123 } 123 }
124 &-seguimiento-hoja-ruta { 124 &-seguimiento-hoja-ruta {
125 & button { 125 & button {
126 background-image: url('../img/seguimientoHojaRuta.png'); 126 background-image: url('../img/seguimientoHojaRuta.png');
127 background-size: 90px 90px; 127 background-size: 90px 90px;
128 background-position: 15px 10px; 128 background-position: 15px 10px;
129 &:hover { 129 &:hover {
130 background-color: rgb(250,250,250); 130 background-color: rgb(250,250,250);
131 } 131 }
132 } 132 }
133 } 133 }
134 &-cobranzas { 134 &-cobranzas {
135 & button { 135 & button {
136 background-position: -1880 0px; 136 background-position: -1880 0px;
137 &:hover { 137 &:hover {
138 background-position: -1880 -90px; 138 background-position: -1880 -90px;
139 } 139 }
140 } 140 }
141 } 141 }
142 &-seguimiento-cobranzas { 142 &-seguimiento-cobranzas {
143 & button { 143 & button {
144 background-image: url('../img/seguimientoCobranza.png'); 144 background-image: url('../img/seguimientoCobranza.png');
145 background-size: 90px 90px; 145 background-size: 90px 90px;
146 background-position: 15px 10px; 146 background-position: 15px 10px;
147 &:hover { 147 &:hover {
148 background-color: rgb(250,250,250); 148 background-color: rgb(250,250,250);
149 } 149 }
150 } 150 }
151 } 151 }
152 &-vehiculo { 152 &-vehiculo {
153 & button { 153 & button {
154 background-position: -4560px 0px; 154 background-image: url('../img/abmVehiculos.png');
155 background-size: 90px 90px;
155 &:hover { 156 &:hover {
156 background-position: -4560px -90px; 157 background-color: rgb(250,250,250);
157 } 158 }
158 } 159 }
159 } 160 }
160 &-precio-condicion { 161 &-precio-condicion {
161 & button { 162 & button {
162 background-position: -4560px 0px; 163 background-image: url('../img/abmPrecios.png');
164 background-size: 90px 90px;
163 &:hover { 165 &:hover {
164 background-position: -4560px -90px; 166 background-color: rgb(250,250,250);
165 } 167 }
166 } 168 }
167 } 169 }
168 .swiper-pagination { 170 .swiper-pagination {
169 bottom: 0px !important; 171 bottom: 0px !important;
170 } 172 }
171 173
172 .swiper-button-next { 174 .swiper-button-next {
173 background-image: url('../img/derecha.png'); 175 background-image: url('../img/derecha.png');
174 } 176 }
175 177
176 .swiper-button-prev { 178 .swiper-button-prev {
177 background-image: url('../img/izquierda.png'); 179 background-image: url('../img/izquierda.png');
178 } 180 }
179 } 181 }
180 182