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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-06-28 13:15:19 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-28 13:15:19 +0300
commit16d729c74df262d598db600e47a0063c9b222579 (patch)
treeefe7f75c5950c4ec78c3975d8dff5fdae9effb5e /content
parentedb8825454d16a2b042473262d6008c4f8329601 (diff)
Remove unused CSS colors
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index b77b1cc6..0b4f098a 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -25,13 +25,9 @@ $code-background-color: #f9f2f4;
$landing-background: #f9f9f9;
$landing-header-background: #34373c;
$topic-border: rgb(215, 215, 215);
-$topic-ce-circle-color: rgb(1, 136, 101);
$topic-ce-header-color: rgb(1, 120, 85);
-$topic-ee-circle-color: rgb(25, 112, 169);
$topic-ee-header-color: rgb(9, 96, 153);
-$topic-omnibus-circle-color: rgb(107, 79, 187);
$topic-omnibus-header-color: rgb(107, 79, 187);
-$topic-runner-circle-color: rgb(203, 88, 15);
$topic-runner-header-color: rgb(203, 88, 15);
// Other colors
@@ -699,39 +695,24 @@ h6 {
}
.topic-ce {
- .circle {
- background-color: $topic-ce-circle-color;
- }
-
h2 {
color: $topic-ce-header-color;
}
}
.topic-ee {
- .circle {
- background-color: $topic-ee-circle-color;
- }
-
h2 {
color: $topic-ee-header-color;
}
}
.topic-omnibus {
- .circle {
- background-color: $topic-omnibus-circle-color;
- }
-
h2 {
color: $topic-omnibus-header-color;
}
}
.topic-runner {
- .circle {
- background-color: $topic-runner-circle-color;
- }
h2 {
color: $topic-runner-header-color;
}