use visibility to keep height consistent in wallet card

This commit is contained in:
Jamal Jackson 2016-10-19 11:48:35 -04:00
commit 6c0a4993ec
2 changed files with 7 additions and 1 deletions

View file

@ -28,6 +28,12 @@
margin-bottom:5px;
font-size:13px;
}
&.wallet-number{
visibility: hidden;
}
&.visible{
visibility: visible !important;
}
}
.big-icon-svg{
& > .bg{padding:.3rem;width: 40px;height:40px;}