aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss
diff options
context:
space:
mode:
authorDavid Yoo <dyoo@uber.com>2018-04-03 08:04:27 +0800
committerDavid Yoo <dyoo@uber.com>2018-04-03 08:04:27 +0800
commit0ab227d8a267c63109d671fd34509e7a417b9114 (patch)
tree3fef5c349b8a1897c01cde7d99dc119b4da3b24c /ui/app/css/itcss
parent672e3a463ad9b40f4116269d243145f35c3b6fd5 (diff)
downloadtangerine-wallet-browser-0ab227d8a267c63109d671fd34509e7a417b9114.tar
tangerine-wallet-browser-0ab227d8a267c63109d671fd34509e7a417b9114.tar.gz
tangerine-wallet-browser-0ab227d8a267c63109d671fd34509e7a417b9114.tar.bz2
tangerine-wallet-browser-0ab227d8a267c63109d671fd34509e7a417b9114.tar.lz
tangerine-wallet-browser-0ab227d8a267c63109d671fd34509e7a417b9114.tar.xz
tangerine-wallet-browser-0ab227d8a267c63109d671fd34509e7a417b9114.tar.zst
tangerine-wallet-browser-0ab227d8a267c63109d671fd34509e7a417b9114.zip
Address Add Token design feedback
Diffstat (limited to 'ui/app/css/itcss')
-rw-r--r--ui/app/css/itcss/components/add-token.scss10
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 f5c1de67c..53600d00e 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 {