summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/sherlock.scss
blob: 55b0b5295afc768cb9d5e50ae3560345c759efb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
table .sherlock-code {
  max-width: 700px;
}

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

    code {
      white-space: pre;
    }
  }
}

.sherlock-line-samples-table {
  thead th,
  tbody td {
    font-size: 13px !important;
    text-align: right;
    padding: 0 10px !important;
  }

  .slow {
    color: $red-500;
    font-weight: $gl-font-weight-bold;
  }
}

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