Add user balance to dashboard

This commit is contained in:
Nabeel Shahzad
2018-04-03 12:06:06 -05:00
parent 99555539a7
commit af28156498
3 changed files with 80 additions and 28 deletions

View File

@@ -2,6 +2,42 @@
*
*/
.dashboard-box {
background: #067ec1;
color: #FFF;
}
.dashboard-box .header {
left: 0;
right: 0;
height: 100px;
line-height: 100px;
white-space: nowrap;
}
.dashboard-box .icon-background {
float: left;
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
font-size: 125px;
}
.dashboard-box .icon {
opacity: .1;
}
.dashboard-box .description {
position: absolute;
color: white;
bottom: 0;
left: 0;
right: 0;
font-size: 1.3em;
}
.mini-splash {
padding: 30px 0;
text-align: center;