aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/instance/instance-features-table.component.scss
blob: 47c064265b46eaf89f88be467dec4206fb0b0905 (plain) (blame)
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
@import '_variables';
@import '_mixins';

table {
  font-size: 14px;
  color: pvar(--mainForegroundColor);

  .label,
  .sub-label {
    min-width: 330px;

    &.label {
      font-weight: $font-semibold;
    }

    &.sub-label {
      padding-left: 30px;
    }

    .more-info {
      font-style: italic;
      font-weight: initial;
      font-size: 14px
    }
  }

  td {
    vertical-align: middle;
  }
}