summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/layouts/PanelLayout.less
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/oojs/oojs-ui/src/styles/layouts/PanelLayout.less')
-rw-r--r--vendor/oojs/oojs-ui/src/styles/layouts/PanelLayout.less19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/oojs/oojs-ui/src/styles/layouts/PanelLayout.less b/vendor/oojs/oojs-ui/src/styles/layouts/PanelLayout.less
deleted file mode 100644
index ed488ed7..00000000
--- a/vendor/oojs/oojs-ui/src/styles/layouts/PanelLayout.less
+++ /dev/null
@@ -1,19 +0,0 @@
-@import '../common';
-
-.oo-ui-panelLayout {
- position: relative;
-
- &-scrollable {
- overflow-y: auto;
- }
-
- &-expanded {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
-
- .theme-oo-ui-panelLayout();
-}