aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/instance/instance-features-table.component.scss
blob: 90fbb5c94eb6c149aff2dbf2a607ef97dd771203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import '_variables';
@import '_mixins';

table {
  font-size: 14px;

  .label {
    font-weight: $font-semibold;
    min-width: 330px;
  }

  .glyphicon-ok {
    color: $green;
  }

  .glyphicon-remove {
    color: $red;
  }
}