summaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/detailed-node-info-box/detailed-node-info-box.styl
blob: e49ea6ebf4a112fe28e44ca9cc4cdfdbffb31892 (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
.os-detailed-node-info-box
  display: flex;
  flex-flow: row nowrap;

  .sm-icon-segment
    flex: 0 1 70px;

  .sm-info-segment
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    overflow: auto;

    .sm-info-title
      color: #0a9ad7;
      font-size: 2em;
      border-bottom: 3px solid #0a9ad7;
      line-height: 1.5em;

    .sm-info-bits
      padding: 5px 0px;

      display: flex;
      flex-flow: column nowrap;

      .cl-info-bit
        display: flex;
        flex-flow: row nowrap;

        .cl-label
          flex: 0 0 110px;
          color: black;
          font-weight: bold;
          
    .sm-info-json
      >.cl-label
        color: black;
        font-weight: bold;
        
      >.cl-data
        white-space: pre;