2019-01-30 19:15:54 +00:00
|
|
|
.mwe-popups-type-reference {
|
|
|
|
.mwe-popups-title {
|
|
|
|
margin-top: @popupPadding;
|
2019-01-24 17:48:13 +00:00
|
|
|
|
2019-01-30 19:15:54 +00:00
|
|
|
.mw-ui-icon {
|
|
|
|
vertical-align: middle;
|
2019-01-24 17:48:13 +00:00
|
|
|
|
2019-01-30 19:15:54 +00:00
|
|
|
&.mw-ui-icon-element {
|
|
|
|
min-width: @iconSize;
|
|
|
|
width: @iconSize;
|
2019-01-24 17:48:13 +00:00
|
|
|
|
2019-01-30 19:15:54 +00:00
|
|
|
&:before {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2019-01-24 17:48:13 +00:00
|
|
|
}
|
|
|
|
|
2019-01-30 19:15:54 +00:00
|
|
|
&.mw-ui-icon-preview-reference {
|
|
|
|
/* align narrow icon with the text */
|
|
|
|
margin-left: -2px;
|
|
|
|
}
|
2019-01-24 17:48:13 +00:00
|
|
|
}
|
2018-12-12 18:37:19 +00:00
|
|
|
}
|
2019-01-30 19:15:54 +00:00
|
|
|
|
|
|
|
.mwe-popups-read-link {
|
|
|
|
// Same font size as the read link in disambiguation popups
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2018-12-12 18:37:19 +00:00
|
|
|
}
|