mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
4389b67989
$wgResourceLoaderLESSVars is deprecated. Let's not use it anymore. Change-Id: If28ab6884668700bc46533c8e2c377f17e6be696 Depends-On: Ib9f843147db4473ce5590741e0fb490384b0007e Bug: T171365
36 lines
559 B
Plaintext
36 lines
559 B
Plaintext
@import 'minerva.variables';
|
|
@import 'minerva.mixins';
|
|
|
|
.mw-mobile-mode .searchresults {
|
|
ul.mw-search-results {
|
|
list-style: none;
|
|
|
|
.mw-search-result-heading {
|
|
font-weight: bold;
|
|
}
|
|
.mw-search-result-data {
|
|
font-size: 0.7em;
|
|
font-style: italic;
|
|
color: @colorGray5;
|
|
margin-left: 12px;
|
|
}
|
|
|
|
div.searchresult {
|
|
font-size: 0.9em;
|
|
width: 100%;
|
|
margin-left: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mw-search-createlink,
|
|
.mw-search-profile-tabs {
|
|
display: none;
|
|
}
|
|
|
|
@media all and ( min-width: @width-breakpoint-tablet ) {
|
|
#search {
|
|
display: none;
|
|
}
|
|
}
|