feat(design): correct bitcoin icon across all views

This commit is contained in:
Jason Dreyzehner 2016-10-11 14:30:41 -04:00
commit c19bbc539e
8 changed files with 47 additions and 9 deletions

View file

@ -14,6 +14,19 @@
padding-left: 74px;
}
.icon-svg {
display: flex;
justify-content: center;
align-items: center;
> img {
background-repeat:no-repeat;
background-clip: padding-box;
background-size: contain;
height: 18px;
}
}
.big-icon-svg {
padding: 0 7px;
> .bg {