Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/sherlock.scss')
-rw-r--r--app/assets/stylesheets/pages/sherlock.scss31
1 files changed, 0 insertions, 31 deletions
diff --git a/app/assets/stylesheets/pages/sherlock.scss b/app/assets/stylesheets/pages/sherlock.scss
deleted file mode 100644
index 55b0b5295af..00000000000
--- a/app/assets/stylesheets/pages/sherlock.scss
+++ /dev/null
@@ -1,31 +0,0 @@
-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;
-}