GITLAB
Luigi
/ wrapper-demo
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e1190e42a2d42b04351ff33eeda9962fe48db58d
Authored by
Nicolás Guarnieri
2018-11-13 16:39:09 -0300
1 parent
bc90134f4d
Exists in
master
error login
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
src/sass/_login.scss
Side-by-side Diff
Inline Diff
src/sass/_login.scss
Diff comments
View file @
e1190e4
...
...
@@ -29,4 +29,10 @@
29
29
button {
30
30
margin-right: 42px;
31
31
}
32
+
33
+ &-alerta-error {
34
+ width: 260px;
35
+ left: calc(50% - 130px);
36
+ top: calc(383px + 1.5em);
37
+ }
32
38
}