Commit d55c7b77b5a0cedf6fa791149bc42f486e7b9363

Authored by Jose Pinto
Exists in master

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !19
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 }