logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

responsive-visibility.less (343B)


  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; }
  7. tr& { display: table-row !important; }
  8. th&,
  9. td& { display: table-cell !important; }
  10. }
  11. .responsive-invisibility() {
  12. display: none !important;
  13. }