better styling for card header

This commit is contained in:
Marty Alcala 2016-11-04 15:25:33 -04:00
commit 92c8e25dc1
2 changed files with 8 additions and 2 deletions

View file

@ -14,11 +14,17 @@
width: 100%;
text-align: center;
padding: 2rem 1rem 1.5rem 1rem;
height: 140px;
height: 160px;
border-color: #172565;
background-color: #1e3186;
background-image: linear-gradient(0deg, #172565, #172565 0%, transparent 0%);
color: #fff;
&__balance {
margin-bottom: 25px;
font-weight: 600;
font-size: 34px;
}
}
.wallet-details-wallet-info {
bottom: 5px;