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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitrie@gitlab.com>2017-08-24 17:13:24 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-24 17:13:24 +0300
commit82c002ebce10395332485f56abc895defe656197 (patch)
tree589321ca8cf46dd083a266fd54681da193b7d040 /app/assets/stylesheets/pages/tree.scss
parentc1f12ff58e8d66daaa1b2dd86259793751a89d69 (diff)
Changed all font-weight values to 400 and 600
Diffstat (limited to 'app/assets/stylesheets/pages/tree.scss')
-rw-r--r--app/assets/stylesheets/pages/tree.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index 0028e207f3e..224eee90a3f 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -231,7 +231,7 @@
}
.upload-link {
- font-weight: normal;
+ font-weight: $gl-font-weight-normal;
color: $md-link-color;
}