Commit 800bc4490b59785ff78d99f2f8c4709d6b283c08
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master(macola) See merge request !165
Showing
1 changed file
Show diff stats
src/sass/_login.scss
... | ... | @@ -29,25 +29,24 @@ |
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); |