mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-11 17:01:13 +00:00
e8e4429a22
Follow-Up: I558fa2aaed90afee8488f8b68c71959e3c75331d Change-Id: I3a53a5cad92bb74a2a92385e40c939d4682315c0
20 lines
358 B
Plaintext
20 lines
358 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
|
|
kbd {
|
|
font-family: monospace, monospace;
|
|
white-space: nowrap;
|
|
font-size: larger;
|
|
}
|
|
|
|
fieldset {
|
|
page-break-inside: avoid;
|
|
}
|
|
|
|
.cdx-button.mw-oathauth-recoverycodes-download {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.mw-oathauth-recoverycodes-download-icon {
|
|
.cdx-mixin-css-icon( @cdx-icon-download, @param-is-button-icon: true );
|
|
}
|