aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/token-view-balance/index.scss
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-08-24 07:44:38 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-08-24 07:45:28 +0800
commit342522c6cf23670f931e69ba822eedfd2d6ee252 (patch)
tree7aac360f85308b3022d6f673a5c572385854e690 /ui/app/components/token-view-balance/index.scss
parent2d76ee754b1dd2473d744ce2dba2a3501c9a149c (diff)
downloadtangerine-wallet-browser-342522c6cf23670f931e69ba822eedfd2d6ee252.tar.gz
tangerine-wallet-browser-342522c6cf23670f931e69ba822eedfd2d6ee252.tar.zst
tangerine-wallet-browser-342522c6cf23670f931e69ba822eedfd2d6ee252.zip
Fix naming, add eth.getCode check for actions, fix translations for statuses
Diffstat (limited to 'ui/app/components/token-view-balance/index.scss')
-rw-r--r--ui/app/components/token-view-balance/index.scss76
1 files changed, 0 insertions, 76 deletions
diff --git a/ui/app/components/token-view-balance/index.scss b/ui/app/components/token-view-balance/index.scss
deleted file mode 100644
index b522a10f9..000000000
--- a/ui/app/components/token-view-balance/index.scss
+++ /dev/null
@@ -1,76 +0,0 @@
-.token-view-balance {
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex: 1;
- height: 54px;
-
- &__balance {
- margin-left: 12px;
- display: flex;
- flex-direction: column;
-
- @media screen and (max-width: $break-small) {
- align-items: center;
- margin: 16px 0;
- }
- }
-
- &__token-balance {
- margin-left: 12px;
- font-size: 1.5rem;
-
- @media screen and (max-width: $break-small) {
- margin-bottom: 12px;
- font-size: 1.75rem;
- }
- }
-
- &__primary-balance {
- font-size: 1.5rem;
-
- @media screen and (max-width: $break-small) {
- margin-bottom: 12px;
- font-size: 1.75rem;
- }
- }
-
- &__secondary-balance {
- font-size: 1.15rem;
- color: #a0a0a0;
- }
-
- &__balance-container {
- flex: 1;
- display: flex;
- flex-direction: row;
- align-items: center;
-
- @media screen and (max-width: $break-small) {
- flex-direction: column;
- }
- }
-
- &__buttons {
- display: flex;
- flex-direction: row;
-
- @media screen and (max-width: $break-small) {
- margin-bottom: 16px;
- }
- }
-
- &__button {
- min-width: initial;
- width: 100px;
-
- &:not(:last-child) {
- margin-right: 12px;
- }
- }
-
- @media screen and (max-width: $break-small) {
- flex-direction: column;
- height: initial
- }
-}