diff options
author | Jacky Chan <jchan@uber.com> | 2017-08-31 19:08:11 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-05 06:57:43 +0800 |
commit | b1fc290bed26ae0ea8d182340854c82cc1f3d12d (patch) | |
tree | 432b6564f25813658dca2345f6e19a2098050dc6 /ui/app/css/itcss/components/account-dropdown.scss | |
parent | 0d6e64bfbedf88c6ac1472c0c730262804a4b90b (diff) | |
download | dexon-wallet-b1fc290bed26ae0ea8d182340854c82cc1f3d12d.tar.gz dexon-wallet-b1fc290bed26ae0ea8d182340854c82cc1f3d12d.tar.zst dexon-wallet-b1fc290bed26ae0ea8d182340854c82cc1f3d12d.zip |
Fix menu style
Diffstat (limited to 'ui/app/css/itcss/components/account-dropdown.scss')
-rw-r--r-- | ui/app/css/itcss/components/account-dropdown.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ui/app/css/itcss/components/account-dropdown.scss b/ui/app/css/itcss/components/account-dropdown.scss index e409f759..715f41dc 100644 --- a/ui/app/css/itcss/components/account-dropdown.scss +++ b/ui/app/css/itcss/components/account-dropdown.scss @@ -1,10 +1,16 @@ +.account-dropdown-name { + font-family: 'DIN OT'; +} + .account-dropdown-balance { color: $dusty-gray; + line-height: 19px; } .account-dropdown-edit-button { color: $dusty-gray; - + font-family: "DIN OT"; + font-weight: 500; &:hover { color: $white; } |