diff options
author | kumavis <aaron@kumavis.me> | 2018-05-17 04:56:32 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-05-17 04:56:32 +0800 |
commit | 44f31f9a7e212550914c7b354cdd8e69534990cb (patch) | |
tree | f55cd86d2c123becb2392112c2da953550e559d6 /ui/app/css/itcss/components/sections.scss | |
parent | 8e1cad5ff60a67117bd6802dce15345d7b2542a4 (diff) | |
parent | 76c8cb3d7b1cbd5b5a3e48fac4b08e44ad936850 (diff) | |
download | tangerine-wallet-browser-44f31f9a7e212550914c7b354cdd8e69534990cb.tar.gz tangerine-wallet-browser-44f31f9a7e212550914c7b354cdd8e69534990cb.tar.zst tangerine-wallet-browser-44f31f9a7e212550914c7b354cdd8e69534990cb.zip |
Merge branch 'develop' of github.com:MetaMask/metamask-extension into scsaba-transaction-history-timestamps
Diffstat (limited to 'ui/app/css/itcss/components/sections.scss')
-rw-r--r-- | ui/app/css/itcss/components/sections.scss | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/ui/app/css/itcss/components/sections.scss b/ui/app/css/itcss/components/sections.scss index ace46bd8a..feec71c89 100644 --- a/ui/app/css/itcss/components/sections.scss +++ b/ui/app/css/itcss/components/sections.scss @@ -95,19 +95,6 @@ textarea.twelve-word-phrase { margin: -2px 8px 0px -8px; } -.unlock-screen #metamask-mascot-container { - margin-top: 24px; -} - -.unlock-screen h1 { - margin-top: -28px; - margin-bottom: 42px; -} - -.unlock-screen input[type=password] { - width: 260px; -} - .sizing-input { font-size: 14px; height: 30px; @@ -118,34 +105,6 @@ textarea.twelve-word-phrase { display: flex; } -/* Webkit */ - -.unlock-screen input::-webkit-input-placeholder { - text-align: center; - font-size: 1.2em; -} - -/* Firefox 18- */ - -.unlock-screen input:-moz-placeholder { - text-align: center; - font-size: 1.2em; -} - -/* Firefox 19+ */ - -.unlock-screen input::-moz-placeholder { - text-align: center; - font-size: 1.2em; -} - -/* IE */ - -.unlock-screen input:-ms-input-placeholder { - text-align: center; - font-size: 1.2em; -} - /* accounts */ .accounts-section { |