mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Use standard font sizing for DT advanced toggle menu and license description
Bug: T356574 Change-Id: I30d635b0fb24fb6ad2761a4970c0cb2586481efe
This commit is contained in:
parent
f8cb573ee4
commit
b35ea7c65d
|
@ -220,7 +220,7 @@
|
||||||
flex-basis: 20em;
|
flex-basis: 20em;
|
||||||
// Stretch to all available space
|
// Stretch to all available space
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
font-size: 0.75em;
|
font-size: @font-size-x-small;
|
||||||
color: @color-subtle;
|
color: @color-subtle;
|
||||||
|
|
||||||
> p {
|
> p {
|
||||||
|
@ -490,7 +490,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-advancedToggle {
|
&-advancedToggle {
|
||||||
font-size: 0.75em;
|
font-size: @font-size-x-small;
|
||||||
|
|
||||||
.oo-ui-indicatorElement-indicator {
|
.oo-ui-indicatorElement-indicator {
|
||||||
min-width: auto;
|
min-width: auto;
|
||||||
|
|
Loading…
Reference in a new issue