Merge "mediawiki.less: Remove non-standard value for @max-width-breakpoint-tablet"

This commit is contained in:
jenkins-bot 2023-06-02 18:20:15 +00:00 committed by Gerrit Code Review
commit 06b8278b50
2 changed files with 0 additions and 6 deletions

View file

@ -20,9 +20,6 @@
// Overrides for Codex variables:
// Viewport
@max-width-breakpoint-tablet: 719px; // Codex: calc( 1120px - 1px )
// Fonts
@font-size-base: 1em; // Codex: 14px

View file

@ -10,9 +10,6 @@
// Overrides for Codex variables:
// Viewport
@max-width-breakpoint-tablet: 719px; // Codex: calc( 1120px - 1px )
// Opacity
@opacity-medium: 0.67; // Codex: 0.65
@opacity-low: 0.33; // Codex: 0.30