Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following media queries are used in version 5.0 user interface:

Code Block
languagecss
/* Desktop is the main css with no media query */

/* Used for tablet and phone landscape */
@tablet-media: ~"all and (max-width: 1100px)";

/* Used for mobile phone */
@mobile-media: ~"all and (max-width: 575.98px)";

...