summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/_chart.scss
blob: 09e188444bb92b2a6c12c754f7179fbc28c75941 (plain)
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
.highcharts-credits {
  display: none;
}

.highcharts-plot-line-label {
  transform: translate(-8px, 0) !important;
}

.highcharts-container  {
    @media (max-width: 1800px) {
      width: calc(97vw - 300px)  !important;
    }
    @media (max-width: 1550px) {
      width: calc(96vw - 300px)  !important;
    }
      @media (max-width: 1150px) {
      width: calc(95vw - 300px)  !important;
    }
    @media (max-width: 991px) {
      width: 100% !important;
  }
  .highcharts-plot-line-label {
    transform: translate(-30px, 0) !important;
}
}