fix(home): better styling for multisig numbers on home view

This commit is contained in:
Jason Dreyzehner 2016-10-21 00:52:39 -04:00
commit 0472dd7f35
2 changed files with 12 additions and 3 deletions

View file

@ -85,4 +85,13 @@
color: #666;
font-size: 38px;
}
.tab-home {
&__wallet {
&__multisig-number {
font-size: .8rem;
font-weight: 300;
color: $light-gray;
}
}
}
}