96d719b31c
Also - import mixins separately from variables, those two should not be mashed together - change mobile navigation logic to work around the new mixin Change-Id: I54ae992dd5627dd54a690dd064cf662b382761c1
14 lines
320 B
Text
14 lines
320 B
Text
// Variables for common colors and other properties
|
|
|
|
@import 'mediawiki.skin.variables.less';
|
|
|
|
@background: #f9f9f9; // don't change this; matches headbg images
|
|
@content-background: #fff;
|
|
@content-border: #aaa;
|
|
@orange-border: #fabd23;
|
|
|
|
@top-area-height: 2.8em;
|
|
|
|
// mobile objects
|
|
@top-position: 5px;
|
|
@block-size: 35px;
|