aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/instance/instance-features-table.component.scss
blob: f9bec038de861f8f1aa3cc7c209dfac71b1633ba (plain) (tree)
1
2
3
4
5
6




                     
                                    












                                
 
@import '_variables';
@import '_mixins';

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

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

  .glyphicon-ok {
    color: $green;
  }

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