mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
21 lines
432 B
Plaintext
21 lines
432 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: var( --background-color-dp-00 );
|
|
}
|
|
}
|