mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2025-01-09 21:44:19 +00:00
22 lines
486 B
Plaintext
22 lines
486 B
Plaintext
|
@import 'mediawiki.skin.variables.less';
|
||
|
|
||
|
.mw-oathauth-recoverycodes-download-icon {
|
||
|
.cdx-mixin-css-icon( @cdx-icon-download, @param-is-button-icon: true );
|
||
|
}
|
||
|
|
||
|
.mw-oathauth-recoverycodes-copy-button {
|
||
|
&.cdx-button {
|
||
|
margin-right: @spacing-horizontal-button;
|
||
|
margin-inline-end: @spacing-horizontal-button;
|
||
|
}
|
||
|
|
||
|
.cdx-button__icon {
|
||
|
.cdx-mixin-css-icon( @cdx-icon-copy, @param-is-button-icon: true );
|
||
|
}
|
||
|
|
||
|
.client-nojs &,
|
||
|
&:not( .clipboard-api-supported ) {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|