_dashboard8.scss 927 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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
.gredient-info-bg {
  background: linear-gradient(to right, #41a6f6 0%, #425be0 100%);
}

.product-sales {
  .c3-shape {
    stroke: transparent !important;
    stroke-width: 3px;
  }
}

/*******************
Earnings
*******************/

.earnings {
  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: $info;
    stroke-width: 2px;
  }

  .ct-series-b .ct-area {
    fill: $cyan;
    fill-opacity: 0.1;
  }

  .ct-series-b .ct-line,
  .ct-series-b .ct-point {
    stroke: $cyan;
    stroke-width: 2px;
  }

  .ct-series-a .ct-point,
  .ct-series-b .ct-point {
    stroke-width: 6px;
  }
}

.ct-grid {
  stroke-width: 0.3px;
  stroke-dasharray: 0px;
}

.ct-series-a .ct-bar {
  stroke: $info;
}

@media (max-width: 1023px) {
  .gredient-info-bg {
    .info {
      margin-top: 15px;
    }
  }
}