Commit 178f92310a592eb8cd3de7a57b8fff0ad9b1f63d

Authored by Marcelo Puebla
1 parent c6c7198d6f
Exists in master

Agregada clase css, cambio en identacion.

Showing 2 changed files with 10 additions and 6 deletions   Show diff stats
src/sass/_login.scss
... ... @@ -7,13 +7,13 @@
7 7 }
8 8  
9 9 @media (min-width: 768px) {
10   - .img-login {
11   - width: 211px;
12   - }
  10 + .img-login {
  11 + width: 211px;
  12 + }
13 13 }
14 14  
15 15 @media (max-width: 768px) {
16   - .img-login {
17   - width: 158px;
18   - }
  16 + .img-login {
  17 + width: 158px;
  18 + }
19 19 }
src/sass/general.scss
... ... @@ -386,3 +386,7 @@ button.clear-input {
386 386 transform: translateY(0);
387 387 }
388 388 }
  389 +
  390 +.text-transform-none {
  391 + text-transform: none !important;
  392 +}