Skip to content
Snippets Groups Projects

Add invisible class

1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -9,4 +9,8 @@
.hidden {
display: none !important;
}
.invisible {
visibility: hidden !important;
}
\ No newline at end of file
Loading