Media queries

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

 

/* 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)";