summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/dev-area.scss32
1 files changed, 32 insertions, 0 deletions
diff --git a/res/client/css/partials/dev-area.scss b/res/client/css/partials/dev-area.scss
new file mode 100644
index 00000000..fa1cfbf3
--- /dev/null
+++ b/res/client/css/partials/dev-area.scss
@@ -0,0 +1,32 @@
+.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{
+
+ }
+}