From fe604409a10274bb4f12e57480c08aabc5770faf Mon Sep 17 00:00:00 2001 From: efernandez Date: Thu, 13 Dec 2018 15:08:00 -0300 Subject: [PATCH] =?UTF-8?q?bot=C3=B3n=20de=20chofer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/_botonera-principal.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/sass/_botonera-principal.scss b/src/sass/_botonera-principal.scss index aa45096..f4c48c8 100644 --- a/src/sass/_botonera-principal.scss +++ b/src/sass/_botonera-principal.scss @@ -167,6 +167,15 @@ } } } + &-chofer { + & button { + background-image: url('../img/abmChofer.png'); + background-size: 90px 90px; + &:hover { + background-color: rgb(250,250,250); + } + } + } .swiper-pagination { bottom: 0px !important; } -- 1.9.1