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:
Diffstat (limited to 'content/assets/stylesheets/stylesheet.scss')
-rw-r--r--content/assets/stylesheets/stylesheet.scss6
1 files changed, 5 insertions, 1 deletions
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;
+ }
}
}