summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/lint.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/lint.scss')
-rw-r--r--app/assets/stylesheets/pages/lint.scss29
1 files changed, 12 insertions, 17 deletions
diff --git a/app/assets/stylesheets/pages/lint.scss b/app/assets/stylesheets/pages/lint.scss
index 68b6c5ecbd4..5da774828d9 100644
--- a/app/assets/stylesheets/pages/lint.scss
+++ b/app/assets/stylesheets/pages/lint.scss
@@ -1,21 +1,16 @@
-.ci-body {
- .incorrect-syntax {
- font-size: 18px;
- color: $lint-incorrect-color;
- }
-
- .correct-syntax {
- font-size: 18px;
- color: $lint-correct-color;
- }
+.ci-linter-container {
+ align-items: center;
+ display: flex;
+ height: calc(100vh - #{$header-height + $performance-bar-height});
+ justify-content: center;
+ text-align: center;
}
-.ci-linter {
- .ci-editor {
- height: 400px;
- }
+.ci-linter-inner {
+ width: auto;
+}
- .ci-template pre {
- white-space: pre-wrap;
- }
+.ci-linter-description {
+ color: $common-gray-light;
+ width: 500px;
}