github.com/zppinho/prow@v0.0.0-20240510014325-1738badeb017/pkg/spyglass/lenses/restcoverage/style.css (about)

     1  body {
     2      color: #fff;
     3  }
     4  
     5  div#report {
     6      padding: 10px;
     7  }
     8  
     9  div#report-brief {
    10      margin-left: 10px;
    11      padding-bottom: 5px;
    12  }
    13  
    14  span#report-expander{
    15      cursor: pointer;
    16      color: #ff8caa;
    17      text-decoration: underline;
    18  }
    19  
    20  .hidden {
    21      display: none!important;
    22  }
    23  
    24  .info {
    25      font-size: 17px;
    26  }
    27  
    28  .info-highlight {
    29      text-decoration: underline;
    30      font-weight: bold;
    31  }
    32  
    33  ul#paths li.path {
    34      font-size: 16px;
    35  }
    36  
    37  ul#paths ul.methods {
    38      list-style-type: none;
    39      margin-bottom: 10px;
    40      font-size: 15px;
    41      padding:0;
    42  }
    43  
    44  ul#paths ul.methods li.method {
    45      text-transform: uppercase;
    46      margin: 0 10px;
    47      cursor: pointer;
    48  }
    49  
    50  .method-not-called {
    51      font-size: 8px;
    52      font-weight: bold;
    53      vertical-align: middle;
    54  }
    55  
    56  .warn {
    57      color: #ffc376;
    58  }
    59  
    60  .error {
    61      color: #ff7676;
    62  }