aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/debug.css
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-07 03:09:17 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-07 03:09:17 +0800
commit3f222854e439e0cf94242e32e54d9c36126d94d5 (patch)
tree143ad25e07f1fea320eda875da93bd4057fc1662 /ui/app/css/debug.css
parentf7f9f87ef7850ae94595a5366d269d169139c127 (diff)
downloadtangerine-wallet-browser-3f222854e439e0cf94242e32e54d9c36126d94d5.tar.gz
tangerine-wallet-browser-3f222854e439e0cf94242e32e54d9c36126d94d5.tar.zst
tangerine-wallet-browser-3f222854e439e0cf94242e32e54d9c36126d94d5.zip
Migrate from css to scss + autoprefixer
Diffstat (limited to 'ui/app/css/debug.css')
-rw-r--r--ui/app/css/debug.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/ui/app/css/debug.css b/ui/app/css/debug.css
deleted file mode 100644
index 3e125bcd4..000000000
--- a/ui/app/css/debug.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-debug / dev
-*/
-
-#app-content {
- border: 2px solid green;
-}
-
-#design-container {
- position: absolute;
- left: 360px;
- top: -42px;
- width: calc(100vw - 360px);
- height: 100vh;
- overflow: scroll;
-}
-
-#design-container img {
- width: 2000px;
- margin-right: 600px;
-} \ No newline at end of file