mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 11:24:40 +00:00
8100295b29
Check commit and GitHub actions for more details
21 lines
412 B
Plaintext
21 lines
412 B
Plaintext
/*
|
|
* Citizen - Special Preferences
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
.mw-prefs {
|
|
&-tabs {
|
|
&-wrapper.oo-ui-panelLayout-framed,
|
|
> .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
|
|
border-color: var( --border-color-base );
|
|
}
|
|
}
|
|
|
|
&-buttons {
|
|
border-color: var( --border-color-base );
|
|
background-color: transparent;
|
|
}
|
|
}
|