Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
// npm package: jquery.flot
2
// github link: https://github.com/flot/flot
3
 
4
.flot-chart-wrapper {
5
  .flot-chart {
6
    width: 100%;
7
    position: relative;
8
    max-width: none;
9
    height: 400px;
10
  }
11
  @media(max-width: 767px) {
12
    height: 200px;
13
    min-height: 200px;
14
    .flot-chart {
15
      height: 100%;
16
    }
17
  }
18
}
19
 
20
.flot-text {
21
  .flot-x-axis,
22
  .flot-y-axis {
23
    > div,
24
    .flot-tick-label {
25
      color: $body-color;
26
    }
27
  }
28
}