diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-07 04:06:18 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-07 04:06:18 +0800 |
commit | b65dc85b0a87d4646a2671656d18166f208228d4 (patch) | |
tree | fe02ae8aa5d2f3d4bbe7916b6eb10c76c68d72f5 /ui/app/css/index.scss | |
parent | a0a956d646d23891082801e560fac2149b14dca7 (diff) | |
download | tangerine-wallet-browser-b65dc85b0a87d4646a2671656d18166f208228d4.tar tangerine-wallet-browser-b65dc85b0a87d4646a2671656d18166f208228d4.tar.gz tangerine-wallet-browser-b65dc85b0a87d4646a2671656d18166f208228d4.tar.bz2 tangerine-wallet-browser-b65dc85b0a87d4646a2671656d18166f208228d4.tar.lz tangerine-wallet-browser-b65dc85b0a87d4646a2671656d18166f208228d4.tar.xz tangerine-wallet-browser-b65dc85b0a87d4646a2671656d18166f208228d4.tar.zst tangerine-wallet-browser-b65dc85b0a87d4646a2671656d18166f208228d4.zip |
Organize app components
Diffstat (limited to 'ui/app/css/index.scss')
-rw-r--r-- | ui/app/css/index.scss | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/ui/app/css/index.scss b/ui/app/css/index.scss index e0db00761..6e18a59b3 100644 --- a/ui/app/css/index.scss +++ b/ui/app/css/index.scss @@ -19,71 +19,6 @@ @import './transitions.scss'; /* -app -*/ - -.app-header { - padding: 6px 8px; - // background: #EFEFEF; // $gallery -} - -.app-header h1 { - font-family: 'Montserrat Regular'; - text-transform: uppercase; - color: #22232C; // $shark -} - -h2.page-subtitle { - font-family: 'Montserrat Regular'; - text-transform: uppercase; - color: #AEAEAE; - font-size: 1em; - margin: 12px; -} - -.app-footer { - padding-bottom: 10px; - align-items: center; -} - -.identicon { - height: 46px; - width: 46px; - background-size: cover; - border-radius: 100%; - border: 3px solid gray; -} - -textarea.twelve-word-phrase { - padding: 12px; - width: 300px; - height: 140px; - font-size: 16px; - background: white; - resize: none; -} - -.network-indicator { - display: flex; - align-items: center; - font-size: 0.6em; - -} - -.network-name { - width: 5.2em; - line-height: 9px; - text-rendering: geometricPrecision; -} - -.check { - margin-left: 7px; - color: #F7861C; - flex: 1 0 auto; - display: flex; - justify-content: flex-end; -} -/* app sections */ |