diff options
author | Dan J Miller <danjm.com@gmail.com> | 2018-02-13 14:39:15 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@users.noreply.github.com> | 2018-02-13 14:39:15 +0800 |
commit | e4c83466befc439f26cdd9c32d130b367bc552a7 (patch) | |
tree | 3c1216c5e70300d909ff6f80a266849f94b10aa9 /ui/app/css/itcss/components | |
parent | fe2ed68f1139046d163ec3d85f31d61ae5fbd989 (diff) | |
download | tangerine-wallet-browser-e4c83466befc439f26cdd9c32d130b367bc552a7.tar tangerine-wallet-browser-e4c83466befc439f26cdd9c32d130b367bc552a7.tar.gz tangerine-wallet-browser-e4c83466befc439f26cdd9c32d130b367bc552a7.tar.bz2 tangerine-wallet-browser-e4c83466befc439f26cdd9c32d130b367bc552a7.tar.lz tangerine-wallet-browser-e4c83466befc439f26cdd9c32d130b367bc552a7.tar.xz tangerine-wallet-browser-e4c83466befc439f26cdd9c32d130b367bc552a7.tar.zst tangerine-wallet-browser-e4c83466befc439f26cdd9c32d130b367bc552a7.zip |
Send screen style updates. (#3234)
Diffstat (limited to 'ui/app/css/itcss/components')
-rw-r--r-- | ui/app/css/itcss/components/currency-display.scss | 3 | ||||
-rw-r--r-- | ui/app/css/itcss/components/send.scss | 22 |
2 files changed, 23 insertions, 2 deletions
diff --git a/ui/app/css/itcss/components/currency-display.scss b/ui/app/css/itcss/components/currency-display.scss index 9459629b6..e043c1966 100644 --- a/ui/app/css/itcss/components/currency-display.scss +++ b/ui/app/css/itcss/components/currency-display.scss @@ -4,7 +4,7 @@ border: 1px solid $alto; border-radius: 4px; background-color: $white; - color: $dusty-gray; + color: $scorpion; font-family: Roboto; font-size: 16px; font-weight: 300; @@ -52,5 +52,6 @@ &__currency-symbol { margin-top: 1px; + color: $scorpion; } }
\ No newline at end of file diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index fd73275e0..bb17e53cd 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -557,6 +557,25 @@ &__form-field { flex: 1 1 auto; + + .currency-display { + color: $tundora; + + &__currency-symbol { + color: $tundora; + } + + &__converted-value, + &__converted-currency { + color: $tundora; + } + } + + .account-list-item { + &__account-secondary-balance { + color: $tundora; + } + } } &__form-label { @@ -565,6 +584,7 @@ font-size: 16px; line-height: 22px; width: 88px; + font-weight: 400; } &__from-dropdown { @@ -620,7 +640,7 @@ border: 1px solid $alto; border-radius: 4px; background-color: $white; - color: $dusty-gray; + color: $tundora; padding: 10px; font-family: Roboto; font-size: 16px; |