From 3a8801930d190474e8eba9e1d97791264d2b19af Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 21 May 2015 20:23:22 +0300 Subject: introducing devtools: - support multifile import - two-step import flow - list import files - style --- res/client/css/partials/dev-area.scss | 32 -------------------------------- 1 file changed, 32 deletions(-) delete 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 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{ - - } -} -- cgit v1.3.1