Commit 97d317c0c0b818754b42faace76a4ca2502c552a

Authored by Nicolás Guarnieri
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
... ... @@ -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