mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
Merge "styles: Replace deprecated breakpoints"
This commit is contained in:
commit
2d2a1acdee
|
@ -1,16 +1,5 @@
|
|||
@import 'mediawiki.skin.variables.less';
|
||||
|
||||
//
|
||||
// == Media query breakpoints ==
|
||||
// See also https://doc.wikimedia.org/codex/latest/design-tokens/breakpoint.html
|
||||
//
|
||||
@max-width-breakpoint-mobile: 719px;
|
||||
@min-width-breakpoint-tablet: 720px; // In contrast to Codex `640px`.
|
||||
@max-width-breakpoint-tablet: 999px;
|
||||
@min-width-breakpoint-desktop: 1000px; // In contrast to Codex `1120px`.
|
||||
@max-width-breakpoint-desktop: 1199px;
|
||||
@min-width-breakpoint-desktop-wide: 1200px; // In contrast to Codex `1680px`.
|
||||
|
||||
// Defines the minimum viewport width, at which point the layout will not get any
|
||||
// smaller and will start horizontal scrolling instead.
|
||||
@min-width-supported: unit( 300px / @font-size-browser, em );
|
||||
|
|
Loading…
Reference in a new issue