Commit fe604409a10274bb4f12e57480c08aabc5770faf

Authored by Eric Fernandez
1 parent 81008af18d
Exists in master

botón de chofer

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
src/sass/_botonera-principal.scss
... ... @@ -167,6 +167,15 @@
167 167 }
168 168 }
169 169 }
  170 + &-chofer {
  171 + & button {
  172 + background-image: url('../img/abmChofer.png');
  173 + background-size: 90px 90px;
  174 + &:hover {
  175 + background-color: rgb(250,250,250);
  176 + }
  177 + }
  178 + }
170 179 .swiper-pagination {
171 180 bottom: 0px !important;
172 181 }