diff options
author | David Yoo <dyoo@uber.com> | 2018-04-03 08:04:27 +0800 |
---|---|---|
committer | David Yoo <dyoo@uber.com> | 2018-04-03 08:04:27 +0800 |
commit | 0ab227d8a267c63109d671fd34509e7a417b9114 (patch) | |
tree | 3fef5c349b8a1897c01cde7d99dc119b4da3b24c /ui/app/css/itcss/components | |
parent | 672e3a463ad9b40f4116269d243145f35c3b6fd5 (diff) | |
download | dexon-wallet-0ab227d8a267c63109d671fd34509e7a417b9114.tar.gz dexon-wallet-0ab227d8a267c63109d671fd34509e7a417b9114.tar.zst dexon-wallet-0ab227d8a267c63109d671fd34509e7a417b9114.zip |
Address Add Token design feedback
Diffstat (limited to 'ui/app/css/itcss/components')
-rw-r--r-- | ui/app/css/itcss/components/add-token.scss | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ui/app/css/itcss/components/add-token.scss b/ui/app/css/itcss/components/add-token.scss index f5c1de67..53600d00 100644 --- a/ui/app/css/itcss/components/add-token.scss +++ b/ui/app/css/itcss/components/add-token.scss @@ -31,7 +31,7 @@ span { font-family: Roboto; - font-size: 16px; + font-size: 16px; line-height: 21px; margin-left: 8px; } @@ -44,6 +44,11 @@ margin-top: 4px; } + &__subtitle { + margin-top: 15px; + margin-bottom: 21px; + } + &__tabs { margin-left: 22px; display: flex; @@ -65,6 +70,7 @@ &__unselected:hover { color: $black; border-bottom: none; + cursor: pointer; } &__selected { @@ -124,7 +130,7 @@ } &__confirmation-description { - margin: 12px 0; + margin: 20px 0 40px 0; } &__content-container { |