Commit c0e9b9518eba59d3541acf277027cf41c23e3770
1 parent
4cc241c9bf
Exists in
master
update de demo
Showing
3 changed files
with
39 additions
and
1 deletions
Show diff stats
package.json
src/sass/_botonera-principal.scss
... | ... | @@ -180,6 +180,33 @@ |
180 | 180 | } |
181 | 181 | } |
182 | 182 | } |
183 | + &-agendar-visita { | |
184 | + & button { | |
185 | + background-image: url('../img/agendarVisita.png'); | |
186 | + background-size: 90px 90px; | |
187 | + &:hover { | |
188 | + background-color: rgb(250,250,250); | |
189 | + } | |
190 | + } | |
191 | + } | |
192 | + &-informes { | |
193 | + & button { | |
194 | + background-image: url('../img/informes.png'); | |
195 | + background-size: 90px 90px; | |
196 | + &:hover { | |
197 | + background-color: rgb(250,250,250); | |
198 | + } | |
199 | + } | |
200 | + } | |
201 | + &-vendedor-cobrador { | |
202 | + & button { | |
203 | + background-image: url('../img/abmVendedorCobrador.png'); | |
204 | + background-size: 90px 90px; | |
205 | + &:hover { | |
206 | + background-color: rgb(250,250,250); | |
207 | + } | |
208 | + } | |
209 | + } | |
183 | 210 | .swiper-pagination { |
184 | 211 | bottom: 0px !important; |
185 | 212 | } |
src/sass/general.scss