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
d3bd29bb303a339e1566e948de05f084ab13752a
Authored by
Eric Fernandez
2018-12-10 14:58:05 -0300
2 parents
be1230b126
a7b260d9ff
Exists in
master
Merge branch 'master' of http://git.focasoftware.com/npm/wrapper-demo
Showing
1 changed file
Show diff stats
src/sass/_bootstrap.scss
Side-by-side Diff
Inline Diff
src/sass/_bootstrap.scss
Diff comments
View file @
d3bd29b
...
...
@@ -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
+}