summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/filters.scss
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitrie@gitlab.com>2017-08-24 14:13:24 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-24 14:13:24 +0000
commit82c002ebce10395332485f56abc895defe656197 (patch)
tree589321ca8cf46dd083a266fd54681da193b7d040 /app/assets/stylesheets/framework/filters.scss
parentc1f12ff58e8d66daaa1b2dd86259793751a89d69 (diff)
downloadgitlab-ce-82c002ebce10395332485f56abc895defe656197.tar.gz
Changed all font-weight values to 400 and 600
Diffstat (limited to 'app/assets/stylesheets/framework/filters.scss')
-rw-r--r--app/assets/stylesheets/framework/filters.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 8dcaa879b3f..a5d33d410fb 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -371,7 +371,7 @@
}
> .value {
- font-weight: 600;
+ font-weight: $gl-font-weight-bold;
}
}
@@ -452,7 +452,7 @@
.dropdown-light-content {
font-size: 14px;
- font-weight: 400;
+ font-weight: $gl-font-weight-normal;
}
.dropdown-user {