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:
authorMarcia Ramos <virtua.creative@gmail.com>2018-01-22 16:51:46 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-01-22 16:51:46 +0300
commit5963408cc601e0b546c62d39ae62b513af8e977c (patch)
treeb8044b2c7534999ff40aa966fb837aac95abf903 /content
parentf0ad6d430acd8816f4d4387f68a684e519ff2508 (diff)
Make the link "edit this page" more evident
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/footer.scss2
-rw-r--r--content/assets/stylesheets/stylesheet.scss24
2 files changed, 17 insertions, 9 deletions
diff --git a/content/assets/stylesheets/footer.scss b/content/assets/stylesheets/footer.scss
index c11f9f1c..8ccf1b4c 100644
--- a/content/assets/stylesheets/footer.scss
+++ b/content/assets/stylesheets/footer.scss
@@ -7,7 +7,7 @@ version: 3
.footer {
position: relative;
padding-top: 50px;
- padding-bottom: 50px;
+ padding-bottom: 80px;
margin-top: 45px;
background: $color-primary-alt;
color: $color-white;
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 05f51c03..b8635318 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -177,14 +177,22 @@ h6 {
}
.edit-on {
- a::before {
- content: "\f044";
- font-family: FontAwesome;
- font-size: 14px;
- font-style: normal;
- font-weight: normal;
- padding-right: 5px;
- line-height: 10px;
+ text-align: center;
+
+ a {
+ color: $h1-border-bottom;
+ &::before {
+ content: "\f126";
+ font-family: FontAwesome;
+ font-size: 14px;
+ font-style: normal;
+ font-weight: normal;
+ padding-right: 5px;
+ line-height: 10px;
+ }
+ &:hover {
+ color: $color-secondary-alt;
+ }
}
}