summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/WindowManager.less
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/oojs/oojs-ui/src/styles/WindowManager.less')
-rw-r--r--vendor/oojs/oojs-ui/src/styles/WindowManager.less39
1 files changed, 0 insertions, 39 deletions
diff --git a/vendor/oojs/oojs-ui/src/styles/WindowManager.less b/vendor/oojs/oojs-ui/src/styles/WindowManager.less
deleted file mode 100644
index bd1e2ab1..00000000
--- a/vendor/oojs/oojs-ui/src/styles/WindowManager.less
+++ /dev/null
@@ -1,39 +0,0 @@
-@import 'common';
-
-.oo-ui-windowManager {
- &-modal > .oo-ui-dialog {
- position: fixed;
- width: 0;
- height: 0;
- overflow: hidden;
-
- &.oo-ui-window-active {
- width: auto;
- height: auto;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- padding: 1em;
- }
-
- &.oo-ui-window-setup > .oo-ui-window-frame {
- position: absolute;
- right: 0;
- left: 0;
- margin: auto;
- overflow: hidden;
- max-width: 100%;
- max-height: 100%;
- }
- }
-
- &-fullscreen > .oo-ui-dialog > .oo-ui-window-frame {
- width: 100%;
- height: 100%;
- top: 0;
- bottom: 0;
- }
-
- .theme-oo-ui-windowManager();
-}