aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/send.scss
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2018-02-13 14:39:15 +0800
committerAlexander Tseung <alextsg@users.noreply.github.com>2018-02-13 14:39:15 +0800
commite4c83466befc439f26cdd9c32d130b367bc552a7 (patch)
tree3c1216c5e70300d909ff6f80a266849f94b10aa9 /ui/app/css/itcss/components/send.scss
parentfe2ed68f1139046d163ec3d85f31d61ae5fbd989 (diff)
downloadtangerine-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/send.scss')
-rw-r--r--ui/app/css/itcss/components/send.scss22
1 files changed, 21 insertions, 1 deletions
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;