Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
admin_new2
/
public
/
src
/
sass
/
theme-components
/
Filename :
_chart.scss
back
Copy
/*---------------------------------------- Charts ------------------------------------------*/ #card-stats { padding-top: 12px; } #chart-dashboard { .card { overflow: hidden; } .card .card-content { padding: 10px 14px; } } #chartjs,#chartjs2,#chartjs3 { .sample-chart-wrapper { margin-bottom: -14px; margin-top: -75px; } } .sample-chart-wrapper { width: 100%; } .chart-title { font-size: 1.6rem; font-weight: 300; } /* Revenue Chart */ .chart-revenue { float: right; text-align: center; padding: 8px; border-radius: 3px; .chart-revenue-total { font-size: 0.9rem; margin: 0; } .chart-revenue-per { font-size: 0.8rem; margin: 0; i { position: relative; top: 5px; } } } .chart-revenue-switch { padding-top: 28px; padding-right: 10px; color: $white; text-align: right; } #materialize-chartist { .ct-chart-line, .ct-chart-bar, .ct-chart-pie, .ct-chart-donut { height: 400px !important; } } /* doughnut chart */ .doughnut-chart-status { position: relative; top: -75px; left: 0; font-size: 16px; font-weight: 500; height: 0; text-align: center; p { margin-top: -5px; } } .doughnut-chart-legend li { padding: 2px 0; font-size: 0.9rem; &:before { content: ""; width: 8px; height: 8px; display: block; float: left; margin-top: 6px; margin-right: 4px; } } a.button-collapse.top-nav { position: absolute; left: 7.5%; top: 0; float: none; margin-left: 1.5rem; color: $white; font-size: 32px; z-index: 2; } /* trending bar chart */ .trending-bar-chart-wrapper { width: 100%; } .btn-move-up { position: relative; top: -28px; right: -18px; margin-right: 10px !important; } /*Sparkline*/ .jqstooltip { border: none !important; box-sizing: content-box; } .tooltip-class { overflow: hidden; color: $white; height: 20px; width: 30px; } #ct2-chart .ct-series.ct-series-a { .ct-area { fill: #00bcd4; } .ct-point { stroke: #00bcd4; } .ct-line { stroke: #54e2f4; } } /* Widget */ .socialbox { .logo { color: $white; font-size: 28px; left: 20px; bottom: 20px; position: absolute; } .info { color: $white; margin: 0; position: absolute; right: 20px; bottom: 20px; font-size: 15px; padding: 0; } } //Chartist tooltip display issues fix .chartist-tooltip.tooltip-show { display: inline-block; } .chartist-tooltip { display: none; } @media only screen and(min-device-width : 320px) and(max-device-width : 480px) { .doughnut-chart-status { display: none; } } @media only screen and(min-device-width : 768px) and(max-device-width : 1024px) { .doughnut-chart-status { display: none; } #card-stats .card-stats-compare { font-size: 0.8rem; } }