aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/components/model-information/model-information.scss
blob: cd42136ed8d533af32c28f98dfd508e4e205fdd7 (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
26
27
28
29
30
31
32
33
34
#model-information {
  overflow: auto;

}

tooltip-content span {
  font-family: OpenSans-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 16px;
}

.item {
  display: block;

  .wrapper {

    display: inline-block;
    margin-bottom: 25px;

    label {
      font-family: OpenSans-Semibold;
      font-size: 12px;
    }

    div {
      font-family: OpenSans-Regular;
      font-size: 14px;
    }
  }
}