summaryrefslogtreecommitdiffstats
path: root/public/css/list/state-row-item.less
blob: 31c7e5ac7c3da3cae61f30b1a1bdffd1dc11f2ae (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
35
36
37
38
39
40
41
42
// Style

.row-item {
  .plugin-output {
    overflow: hidden;
    .line-clamp();
  }

  .subject {
    font-weight: bold;
  }
}

// Layout

.row-item {
  .performance-data {
    overflow: hidden;
    .line-clamp(2);
    white-space: normal;
    margin-left: -.25em;

    .inline-pie {
      display: inline-block;
      width: 1em;
      height: 1em;
      margin-left: .25em;
    }
  }

  .has-icon-images {
    height: 2.5em;
    vertical-align: middle;

    img {
      max-height: 100%;
      max-width: 100%;
      height: auto;
      width: auto;
    }
  }
}