酒店预订平台
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

22 rader
363 B

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