app-md.less 122 B

12345678910
  1. .md {
  2. .ios-only,
  3. .if-ios,
  4. .aurora-only,
  5. .if-aurora,
  6. .if-not-md,
  7. .not-md {
  8. display: none !important;
  9. }
  10. }