/home/techb158/exp.abdallabala.com/ui/lib/dashboard
Edit: /home/techb158/exp.abdallabala.com/ui/lib/dashboard/dashboard.css (2580B)
.chart-statistic-box .chart-container .chart-container-x:after, .chart-statistic-box .chart-container .chart-container-x:before, .chart-statistic-box:after, .chart-statistic-box:before {
content: " ";
display: table
}
.chart-statistic-box {
zoom: 1;
margin: 0 0 10px;
overflow: hidden
}
.chart-statistic-box .chart-txt {
float: left;
width: 100%;
height: 340px;
padding: 15px 20px;
background: #2196f3;
color: #fff;
position: relative;
z-index: 5
}
.chart-statistic-box .chart-txt p {
margin: 0
}
.chart-statistic-box .chart-txt .chart-txt-top {
text-align: center;
margin: 0 0 10px
}
.chart-statistic-box .chart-txt .chart-txt-top .number, .chart-statistic-box .chart-txt .chart-txt-top .unit {
vertical-align: middle
}
.chart-statistic-box .chart-txt .chart-txt-top .unit {
font-weight: 300;
font-size: 1.25rem;
color: #929faa;
margin: 0 .3em 0 0;
position: relative;
top: -.2em
}
.chart-statistic-box .chart-txt .chart-txt-top .number {
font-size: 2.125rem
}
.chart-statistic-box .chart-txt .chart-txt-top .caption {
font-weight: 600
}
.chart-statistic-box .chart-txt .color-purple {
color: #b982ef !important
}
.chart-statistic-box .chart-txt .tbl-data {
width: 100%;
position: absolute;
bottom: 15px
}
.chart-statistic-box .chart-txt .tbl-data td {
vertical-align: top;
padding: 5px 0
}
.chart-statistic-box .chart-txt .tbl-data .price {
white-space: nowrap;
width: 20px;
padding-right: 10px;
font-weight: 600
}
.chart-statistic-box .chart-container {
float: right;
width: 100%;
position: relative;
overflow: hidden;
background: #2196f3;
color: #fff;
margin-left: -250px
}
.chart-statistic-box .chart-container .chart-container-in {
margin-left: 200px;
position: relative
}
.chart-statistic-box .chart-container .chart-container-title {
position: absolute;
top: auto;
bottom: 20px;
left: 0;
width: 100%;
text-align: center;
font-weight: 600;
font-size: 1.0625rem;
z-index: 20;
color: #fff
}
@media (max-width: 767px) {
.chart-statistic-box .chart-txt {
float: none;
width: auto;
height: auto;
margin: 0 0 15px;
}
.chart-statistic-box .chart-txt .tbl-data {
position: static
}
.chart-statistic-box .chart-container {
float: none;
width: auto;
margin: 0
}
.chart-statistic-box .chart-container .chart-container-in {
margin: 0
}
}