debian-mirror-gitlab/app/assets/stylesheets/pages/sherlock.scss

34 lines
471 B
SCSS
Raw Normal View History

2015-11-26 14:37:03 +05:30
table .sherlock-code {
max-width: 700px;
}
.sherlock-code {
pre {
word-wrap: normal;
}
pre code {
white-space: pre;
}
}
.sherlock-line-samples-table {
2016-06-02 11:05:42 +05:30
margin-bottom: 0 !important;
2015-11-26 14:37:03 +05:30
thead tr th,
tbody tr td {
font-size: 13px !important;
text-align: right;
2016-06-02 11:05:42 +05:30
padding: 0 10px !important;
2015-11-26 14:37:03 +05:30
}
}
.sherlock-file-sample pre {
padding-top: 28px !important;
}
.sherlock-line-samples-table .slow {
2017-08-17 22:00:37 +05:30
color: $red-500;
2015-11-26 14:37:03 +05:30
font-weight: bold;
}