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:
authorPhil Hughes <me@iamphill.com>2016-03-02 18:05:49 +0300
committerPhil Hughes <me@iamphill.com>2016-03-02 18:05:49 +0300
commitd767e7a1816fc7a831f39044816b38e99fd09770 (patch)
tree7ab21f6d3a916dc9af5c562b0f4b99238adcad46 /app/assets/stylesheets/framework/forms.scss
parent7db585db110b0bbab196dc8b98fa4fe5b1ae3b2a (diff)
Changed weight of labels
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index 85ec5f1e5f3..6c08005812e 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -71,7 +71,7 @@ label {
}
&.label-light {
- font-weight: normal;
+ font-weight: 600;
}
}