_dashboard5.scss 257 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/*******************
 Campaign
*******************/
.earningsbox {
  .c3-line {
    stroke-width: 2px;
  }
}

.product-sales {

  &.c3 line,
  &.c3 path {
    stroke: $gray-200;
  }

  .c3-shape {
    stroke: $white !important;
    stroke-width: 3px;
  }
}