Commit 5b7ae9477f863d3e37c982f2b2a0d031727ce6b2

Authored by Marcelo Puebla
Exists in master

Merge branch 'master' into 'develop'

Master(benjamin)

See merge request !168
src/sass/_botonera-principal.scss
... ... @@ -228,6 +228,13 @@
228 228 }
229 229 }
230 230  
  231 + &-orden-carga {
  232 + & button {
  233 + background-image: url("../img/Orden_de_Carga.png");
  234 + background-size: 90px 90px;
  235 + }
  236 + }
  237 +
231 238 .swiper-pagination {
232 239 bottom: 0px !important;
233 240 background: none;
src/sass/_login.scss
... ... @@ -54,14 +54,14 @@
54 54 }
55 55 }
56 56  
57   -@media (min-width: 600px) {
  57 +@media (min-width: 768px) {
58 58 .img-login{
59 59 height: 190px;
60 60 width: 211px;
61 61 }
62 62 }
63 63  
64   -@media (max-width: 600px) {
  64 +@media (max-width: 768px) {
65 65 .img-login{
66 66 height: 150px;
67 67 width: 158px;