fix(home): better styling for multisig numbers on home view
This commit is contained in:
parent
8db31ac9ad
commit
0472dd7f35
2 changed files with 12 additions and 3 deletions
|
|
@ -85,4 +85,13 @@
|
|||
color: #666;
|
||||
font-size: 38px;
|
||||
}
|
||||
.tab-home {
|
||||
&__wallet {
|
||||
&__multisig-number {
|
||||
font-size: .8rem;
|
||||
font-weight: 300;
|
||||
color: $light-gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue