Add user balance to dashboard
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user