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 <axil@gitlab.com>2017-09-08 19:55:09 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-09-08 19:55:09 +0300
commitea5f2ee6d944c4fe5443dbb589600c4906969ce6 (patch)
treefbf051f8dc9b6321ca1e52b62327dd3d053dcdac /content
parent86d743b5bf439aa96f8e8f6ddc1a6e9e9e8723d6 (diff)
parent15a809352df5b07327bd2d44ccc6d7a07c0ec781 (diff)
Merge branch 'last-updated' into 'master'
Add last updated entry Closes #64 See merge request !87
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/_variables.scss1
-rw-r--r--content/assets/stylesheets/stylesheet.scss6
2 files changed, 6 insertions, 1 deletions
diff --git a/content/assets/stylesheets/_variables.scss b/content/assets/stylesheets/_variables.scss
index a0680c9b..978bf2ce 100644
--- a/content/assets/stylesheets/_variables.scss
+++ b/content/assets/stylesheets/_variables.scss
@@ -59,6 +59,7 @@ $color-gray: #777;
$color-gray-medium: #ddd;
$color-gray-light: #aaa;
$color-gray-extra-light: #e7e7e7;
+$color-light-gray: rgb(117, 117, 117);
$color-green: #18be97;
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 271f4bcf..dc47b778 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,7 +1,6 @@
---
version: 20
---
-
@import "variables";
*, *::before, *::after {
@@ -241,6 +240,11 @@ h6 {
li {
margin-top: 20px;
}
+
+ .last-updated {
+ color: $color-light-gray;
+ font-size: 13px;
+ }
}
}