diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-21 20:23:22 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-22 02:29:58 +0300 |
| commit | 3a8801930d190474e8eba9e1d97791264d2b19af (patch) | |
| tree | 44650295a003eec0a1c4df32679d8cb40b1c6e90 /res/client/css/partials/dev-area.scss | |
| parent | 8e2f5c8d854a8df2b110077055617f57e2d32402 (diff) | |
introducing devtools:
- support multifile import
- two-step import flow
- list import files
- style
Diffstat (limited to 'res/client/css/partials/dev-area.scss')
| -rw-r--r-- | res/client/css/partials/dev-area.scss | 32 |
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{ - - } -} |
