summaryrefslogtreecommitdiff
path: root/res/client/css/partials/dev-area.scss
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/partials/dev-area.scss')
-rw-r--r--res/client/css/partials/dev-area.scss32
1 files changed, 0 insertions, 32 deletions
diff --git a/res/client/css/partials/dev-area.scss b/res/client/css/partials/dev-area.scss
deleted file mode 100644
index fa1cfbf3..00000000
--- a/res/client/css/partials/dev-area.scss
+++ /dev/null
@@ -1,32 +0,0 @@
-.debug-ui {
- display: none;
-}
-
-body.debug {
- .debug-ui {
- display: inline;
- position:fixed;
- bottom:70px;
- left:10px;
- text-decoration: none;
- }
-
- .debug-ui-row {
- float: left;
- width: 100%;
- }
-
- .debug-ui-left {
- float: left;
- width: 50%;
- }
-
- .debug-ui-right {
- float: right;
- width: 50%;
- }
-
- .debug{
-
- }
-}