2021-02-02 10:04:37 +00:00
|
|
|
/**
|
|
|
|
* Vector modern stylesheets
|
|
|
|
* See '../common/common.less' for common screen and print Vector stylesheets.
|
|
|
|
*/
|
2020-04-09 19:16:36 +00:00
|
|
|
|
2021-02-02 10:04:37 +00:00
|
|
|
@import '../common/variables.less';
|
2020-04-28 01:44:16 +00:00
|
|
|
@import 'mediawiki.mixins.less';
|
2020-03-10 21:01:09 +00:00
|
|
|
|
2020-03-10 19:13:42 +00:00
|
|
|
@media screen {
|
2021-02-02 10:04:37 +00:00
|
|
|
// Layouts
|
|
|
|
@import './layouts/screen.less';
|
2020-04-09 19:16:36 +00:00
|
|
|
|
|
|
|
// Components
|
2021-02-02 10:04:37 +00:00
|
|
|
@import './components/SearchBoxLoader.less';
|
|
|
|
@import './components/VueEnhancedSearchBox.less';
|
|
|
|
@import './components/Sidebar.less';
|
|
|
|
@import './components/LanguageButton.less';
|
2021-05-14 15:25:48 +00:00
|
|
|
// This import can be removed when $wgVectorConsolidateUserLinks feature flag is removed.
|
|
|
|
@import '../skins.vector.styles.legacy/components/UserMenu.less';
|
2021-04-30 02:54:54 +00:00
|
|
|
@import './components/UserMenu.less';
|
2021-05-24 22:02:26 +00:00
|
|
|
@import './components/UserLinks.less';
|
2020-03-10 19:13:42 +00:00
|
|
|
}
|
|
|
|
|
2020-07-29 18:15:08 +00:00
|
|
|
@media all {
|
2021-02-02 10:04:37 +00:00
|
|
|
// Component styles that should apply in all media.
|
|
|
|
@import './components/Logo.less';
|
2020-07-29 18:15:08 +00:00
|
|
|
}
|
|
|
|
|
2020-07-23 17:43:10 +00:00
|
|
|
@media print {
|
2021-02-02 10:04:37 +00:00
|
|
|
@import './layouts/print.less';
|
2020-07-23 17:43:10 +00:00
|
|
|
}
|