mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
/*
|
||
* Citizen - OOJS UI Styles
|
||
* https://starcitizen.tools
|
||
*/
|
||
|
||
@import '../resources/variables.less';
|
||
@import '../resources/mixins.less';
|
||
|
||
/*!
|
||
* OOUI v0.26.4
|
||
* https://www.mediawiki.org/wiki/OOUI
|
||
*
|
||
* Copyright 2011–2018 OOUI Team and other contributors.
|
||
* Released under the MIT license
|
||
* http://oojs.mit-license.org
|
||
*
|
||
* Date: 2018-04-17T22:24:02Z
|
||
*/
|
||
|
||
.oo-ui-dialog-content > .oo-ui-window-head {
|
||
z-index: 3; // To show the shadow
|
||
.boxshadow(2);
|
||
}
|
||
|
||
.oo-ui-processDialog-content .oo-ui-window-body {
|
||
outline: 0;
|
||
border-bottom: 1px solid @base-80;
|
||
}
|
||
|
||
.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
|
||
border: 0;
|
||
border-radius: 0;
|
||
.boxshadow(5);
|
||
}
|
||
|
||
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-framed,
|
||
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-framed,
|
||
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-framed {
|
||
margin: 0;
|
||
height: 100%;
|
||
|
||
> a.oo-ui-buttonElement-button {
|
||
height: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
}
|