Commit bc90134f4d9c207a5426f04c52411a439b03a8c5
1 parent
30b403dd03
Exists in
master
boton de ingresar para login
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
src/sass/_login.scss
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | background-color: #bdbdbd; |
3 | 3 | border: 1px solid #000000; |
4 | 4 | border-radius: 3px; |
5 | - height: 155px; | |
5 | + height: calc(193px + 1em); | |
6 | 6 | left: calc(50% - 130px); |
7 | 7 | opacity: 0.7; |
8 | 8 | position: absolute; |
... | ... | @@ -25,4 +25,8 @@ |
25 | 25 | } |
26 | 26 | } |
27 | 27 | } |
28 | + | |
29 | + button { | |
30 | + margin-right: 42px; | |
31 | + } | |
28 | 32 | } |