summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/sherlock.scss
blob: 92d84d9640fc4cedf8d03bde1070ac7eda7eabf5 (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
32
33
table .sherlock-code {
  max-width: 700px;
}

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

  pre code {
    white-space: pre;
  }
}

.sherlock-line-samples-table {
  margin-bottom: 0px !important;

  thead tr th,
  tbody tr td {
    font-size: 13px !important;
    text-align: right;
    padding: 0px 10px !important;
  }
}

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

.sherlock-line-samples-table .slow {
  color: $red-light;
  font-weight: bold;
}