mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 18:29:50 +00:00
b28d802693
Bug: T331905 Change-Id: I55a25dfb8aba3d1b589a36ba4cba3bba0fe710a1
28 lines
376 B
Plaintext
28 lines
376 B
Plaintext
@import '../../minerva.less/minerva.variables.less';
|
|
|
|
/* stylelint-disable selector-max-id */
|
|
#p-lang {
|
|
display: none;
|
|
|
|
h4 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
// If hash fragment requests it.
|
|
&:target {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.minerva-languages {
|
|
column-count: 2;
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
@media all and ( min-width: @width-breakpoint-tablet ) {
|
|
column-count: 3;
|
|
}
|
|
}
|