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
4724d97f959faf70b9ec7d556b744e3ba6c1dcfb
Authored by
Eric Fernandez
2018-11-21 18:13:35 -0300
2 parents
024b0efaf7
32a67f52fe
Exists in
master
Merge branch 'master' of http://git.focasoftware.com/npm/wrapper-demo
Showing
1 changed file
Show diff stats
src/sass/_login.scss
Side-by-side Diff
Inline Diff
src/sass/_login.scss
Diff comments
View file @
4724d97
...
...
@@ -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
}