You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
354 B

10 years ago
  1. // Responsive utilities
  2. //
  3. // More easily include all the states for responsive-utilities.less.
  4. .responsive-visibility() {
  5. display: block !important;
  6. table& { display: table !important; }
  7. tr& { display: table-row !important; }
  8. th&,
  9. td& { display: table-cell !important; }
  10. }
  11. .responsive-invisibility() {
  12. display: none !important;
  13. }