From ade19de410e0a789a921ec1666b278b2a64176d6 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 16 Dec 2014 17:37:42 +0200 Subject: moving files around after repository merger --- res/client/css/partials/dev-area.scss | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 res/client/css/partials/dev-area.scss (limited to 'res/client/css/partials/dev-area.scss') 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{ + + } +} -- cgit v1.3.1