aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/debug.css
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-07-21 05:05:12 +0800
committerGitHub <noreply@github.com>2017-07-21 05:05:12 +0800
commit6553c9c64b82a9a26a973f05b5fe7f29a6371828 (patch)
tree8f2433bb8dd30e5eaba1fdec7271744323dea46d /ui/app/css/debug.css
parent199587383b022a17d56adcb56d6a99ceba71fec7 (diff)
parent38dccab12e4140bb085f3ea17e642e55f54d68a1 (diff)
downloadtangerine-wallet-browser-6553c9c64b82a9a26a973f05b5fe7f29a6371828.tar.gz
tangerine-wallet-browser-6553c9c64b82a9a26a973f05b5fe7f29a6371828.tar.zst
tangerine-wallet-browser-6553c9c64b82a9a26a973f05b5fe7f29a6371828.zip
Merge pull request #1802 from MetaMask/RestructureNewUI
Restructure new ui branch folders
Diffstat (limited to 'ui/app/css/debug.css')
-rw-r--r--ui/app/css/debug.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/ui/app/css/debug.css b/ui/app/css/debug.css
new file mode 100644
index 000000000..3e125bcd4
--- /dev/null
+++ b/ui/app/css/debug.css
@@ -0,0 +1,21 @@
+/*
+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