mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 18:29:50 +00:00
25 lines
383 B
Plaintext
25 lines
383 B
Plaintext
|
@import 'minerva.variables';
|
||
|
|
||
|
.client-js {
|
||
|
.collapsible-heading,
|
||
|
.collapsible-block {
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
.collapsible-heading {
|
||
|
cursor: pointer;
|
||
|
position: relative;
|
||
|
|
||
|
.indicator {
|
||
|
float: left;
|
||
|
margin-top: 0.7em;
|
||
|
font-size: @indicatorFontSize;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.collapsible-block {
|
||
|
// bug 41401 - without this content doesn't always take up whole width
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|