Commit 1c970a15cc1ec02f82d6c6b9beb54fdfa5a2dcc0

Authored by Tomas
1 parent f0b8decaa6
Exists in master and in 1 other branch develop

quitado uppercase de input en login

Showing 1 changed file with 5 additions and 6 deletions   Show diff stats
src/sass/_login.scss
... ... @@ -29,28 +29,27 @@
29 29 border-radius: 10px;
30 30 outline: 0;
31 31 border-color: transparent;
  32 + text-transform: none !important;
32 33 &:focus {
33 34 border-color: #ff9900;
34 35 }
35 36 }
36 37 }
37   -
38 38 &-button {
39   - width: 80%;
  39 + width: 80%;
40 40 background-color: #cd9035;
41 41 color: white;
42   - &:hover{
  42 + &:hover {
43 43 background-color: #a7743d;
44 44 color: white
45 45 }
46   - &:focus{
  46 + &:focus {
47 47 color: white;
48 48 }
49 49 }
50   -
51 50 &-alerta-error {
52 51 width: 260px;
53 52 left: calc(50% - 130px);
54 53 top: calc(383px + 1.5em);
55 54 }
56 55 -}
  56 +}
57 57 \ No newline at end of file