BigW Consortium Gitlab

sherlock.scss 471 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
table .sherlock-code {
  max-width: 700px;
}

.sherlock-code {
  pre {
    word-wrap: normal;
  }

  pre code {
    white-space: pre;
  }
}

.sherlock-line-samples-table {
16
  margin-bottom: 0 !important;
17 18 19 20 21

  thead tr th,
  tbody tr td {
    font-size: 13px !important;
    text-align: right;
22
    padding: 0 10px !important;
23 24 25 26 27 28 29 30
  }
}

.sherlock-file-sample pre {
  padding-top: 28px !important;
}

.sherlock-line-samples-table .slow {
31
  color: $red-500;
32 33
  font-weight: bold;
}