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




                     
                                    
 

              
                     
 












                                  

   

                           
   
 

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

table {
  font-size: 14px;
  color: var(--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;
  }
}