aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/general-node-info-box/general-node-info-box.styl
blob: 4d4cc7ad2b95315a5394ce1eb34757b35ceaf969 (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
.os-general-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;

    .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 90px;
          color: black;
          font-weight: bold;