| Path : /var/www/html/moneyexchange/public/src/scss/pages/dashboards/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/moneyexchange/public/src/scss/pages/dashboards/dashboard1.scss |
@import "../../variable";
/*******************
Campaign
*******************/
.campaign {
position: relative;
height: 250px;
.ct-series-a .ct-area {
fill-opacity: 0.2;
fill: url(#gradient);
}
.ct-series-a .ct-line,
.ct-series-a .ct-point {
stroke: $cyan;
stroke-width: 2px;
}
.ct-series-b .ct-area {
fill: $primary;
fill-opacity: 0.1;
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
stroke: $primary;
stroke-width: 2px;
}
.ct-series-a .ct-point,
.ct-series-b .ct-point {
stroke-width: 6px;
}
}