github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/clients/pkg/promtail/server/ui/static/css/targets.css (about)

     1  h2.job_header {
     2      font-size: 20px;
     3      font-weight: bold;
     4      cursor: pointer;
     5  }
     6  
     7  h2.danger a {
     8      color: rgb(242, 65, 65);
     9  }
    10  
    11  div#showTargets .btn {
    12      border-radius: 0px;
    13      margin-top: 10px;
    14      margin-bottom: 15px;
    15  }
    16  
    17  .table-container button.targets {
    18      padding: 0.3em;
    19      font-size: 0.6em;
    20      border-radius: 0;
    21      font-weight: 400;
    22  }
    23  
    24  .table-container table {
    25      width: 100%;
    26  }
    27  
    28  .table-container table tr td {
    29      height: auto;
    30      word-wrap: break-word;
    31      word-break: break-all;
    32  }
    33  
    34  
    35  td.labels, td.details {
    36      width:40%;
    37  }
    38  
    39  td.type, td.state, td.last-scrape {
    40      width: 10%;
    41  }