mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
d708478752
There are no longer any common menu styles. These are moved to the legacy skin and new rules are added to the dedicated components. Change-Id: I1bf26bfb29bb495ee65e983fad60122007f62698
26 lines
561 B
Plaintext
26 lines
561 B
Plaintext
/**
|
|
* Common styles and components shared by both,
|
|
* Vector legacy and Vector modern.
|
|
*/
|
|
|
|
@import './variables.less';
|
|
@import 'mediawiki.mixins.less';
|
|
|
|
@media screen {
|
|
// Common styles
|
|
@import './normalize.less';
|
|
@import './typography.less';
|
|
|
|
// Components
|
|
@import './components/Indicators.less';
|
|
@import './components/SiteNotice.less';
|
|
@import './components/MenuDropdownCheckbox.less';
|
|
@import './components/SearchBox.less';
|
|
@import './components/SidebarLogo.less';
|
|
@import './components/Footer.less';
|
|
}
|
|
|
|
@media print {
|
|
@import './print.less';
|
|
}
|