mediawiki-extensions-OATHAuth/modules/totp/ext.oath.showqrcode.styles.less
Gergő Tisza b1dcd2bc52 Add download link for recovery codes
Bug: T245027
Change-Id: I558fa2aaed90afee8488f8b68c71959e3c75331d
(cherry picked from commit b760e3f6e4)
2024-11-02 11:03:49 +00:00

19 lines
357 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 );
}