33 lines
471 B
SCSS
33 lines
471 B
SCSS
table .sherlock-code {
|
|
max-width: 700px;
|
|
}
|
|
|
|
.sherlock-code {
|
|
pre {
|
|
word-wrap: normal;
|
|
}
|
|
|
|
pre code {
|
|
white-space: pre;
|
|
}
|
|
}
|
|
|
|
.sherlock-line-samples-table {
|
|
margin-bottom: 0 !important;
|
|
|
|
thead tr th,
|
|
tbody tr td {
|
|
font-size: 13px !important;
|
|
text-align: right;
|
|
padding: 0 10px !important;
|
|
}
|
|
}
|
|
|
|
.sherlock-file-sample pre {
|
|
padding-top: 28px !important;
|
|
}
|
|
|
|
.sherlock-line-samples-table .slow {
|
|
color: $red-500;
|
|
font-weight: bold;
|
|
}
|