mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +00:00
f0608db19a
Updates code comments and whitespacing. Change-Id: If7665beaa2d342881483fd7a9fc0fc880768d2ef
37 lines
598 B
Plaintext
37 lines
598 B
Plaintext
@import '../../minerva.less/minerva.variables';
|
|
@import '../../minerva.less/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;
|
|
}
|
|
}
|