酒店预订平台
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

responsive-visibility.less 354 B

vor 3 Jahren
123456789101112131415
  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. }