diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-02 15:05:49 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-02 15:05:49 +0000 |
commit | d767e7a1816fc7a831f39044816b38e99fd09770 (patch) | |
tree | 7ab21f6d3a916dc9af5c562b0f4b99238adcad46 | |
parent | 7db585db110b0bbab196dc8b98fa4fe5b1ae3b2a (diff) | |
download | gitlab-ce-d767e7a1816fc7a831f39044816b38e99fd09770.tar.gz |
Changed weight of labelsprofile-settings-ui
-rw-r--r-- | app/assets/stylesheets/framework/forms.scss | 2 |
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; } } |