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
97d317c0c0b818754b42faace76a4ca2502c552a
Authored by
Nicolás Guarnieri
2018-12-10 14:33:38 -0300
1 parent
e70940f381
Exists in
master
clase invisible
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/sass/_bootstrap.scss
Side-by-side Diff
Inline Diff
src/sass/_bootstrap.scss
Diff comments
View file @
97d317c
...
...
@@ -76,3 +76,7 @@ input[type=number]::-webkit-outer-spin-button {
76
76
-webkit-appearance: none;
77
77
margin: 0;
78
78
}
79
+
80
+.invisible {
81
+ color: rgba(0,0,0,0);
82
+}
79
83
\ No newline at end of file