github.com/googleapis/api-linter@v1.65.2/docs/_sass/api-linter/summary.scss (about)

     1  @import 'colors';
     2  
     3  table#linter-rule-summary {
     4    background-color: $h-gm-grey-50;
     5    border: 1px solid $h-gm-grey-200;
     6    float: right;
     7    margin-top: 2px;
     8    margin-left: 10px;
     9    margin-bottom: 20px;
    10    width: 220px;
    11  
    12    @media (max-width: 800px) {
    13      display: none;
    14    }
    15  
    16    th {
    17      color: $h-gm-grey-800;
    18      font-size: 14px;
    19      padding: 8px 0px;
    20      text-align: center;
    21    }
    22  
    23    tr {
    24      td {
    25        font-size: 12px;
    26        padding: 2px 5px;
    27  
    28        &:first-child {
    29          @extend .glue-mod-font-weight-bold;
    30          color: $h-gm-grey-700;
    31          width: 60px;
    32          padding-left: 12px;
    33        }
    34      }
    35  
    36      &:last-child td {
    37        padding-bottom: 8px;
    38      }
    39    }
    40  }