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




                     
                                     
 

              
             



                                  

                                  
                                 




                           
                      
     

   

                           
   






                                       
 

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

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

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

    &.sub-label {
      @include padding-left(30px);

      font-weight: $font-regular;
    }

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

  td {
    vertical-align: middle;
  }

  caption {
    caption-side: top;
    font-size: 15px;
    font-weight: $font-semibold;
    color: pvar(--mainForegroundColor);
  }
}