diff options
author | Alexander Tseung <alextsg@gmail.com> | 2018-08-07 04:45:56 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2018-08-24 07:45:27 +0800 |
commit | e104744d3b29af518bc60c45339d4d4458baaa68 (patch) | |
tree | 1b17904a5afb5e26ee0f52f7e1a63761c67101b4 /ui/app/css | |
parent | 33a94332e48b280fcf4c9fb23aa4d349eaa8a54d (diff) | |
download | tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar.gz tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar.bz2 tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar.lz tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar.xz tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.tar.zst tangerine-wallet-browser-e104744d3b29af518bc60c45339d4d4458baaa68.zip |
Fix shapeshift transactions. Delete unused files
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/newui-sections.scss | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss index 7ad5cd076..29dd18ae3 100644 --- a/ui/app/css/itcss/components/newui-sections.scss +++ b/ui/app/css/itcss/components/newui-sections.scss @@ -6,7 +6,6 @@ $sub-mid-size-breakpoint-range: "screen and (min-width: #{$break-large}) and (ma */ // Component Colors -$tx-view-bg: $white; $wallet-view-bg: $alabaster; // Main container @@ -30,25 +29,6 @@ $wallet-view-bg: $alabaster; min-width: 0; } -// tx view - -.tx-view { - flex: 1 1 66.5%; - background: $tx-view-bg; - min-width: 0; - - // No title on mobile - @media screen and (max-width: 575px) { - .identicon-wrapper { - display: none; - } - - .account-name { - display: none; - } - } -} - // wallet view and sidebar .wallet-view { |