diff options
author | tauriedavis <taurie@gitlab.com> | 2016-09-08 14:38:14 -0700 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2016-09-16 09:35:41 -0700 |
commit | fae8468deb990cdc8fd1dd2b45de13ba909ee785 (patch) | |
tree | 44169202ec30f4b155e9780e5ded6b4865c987f8 /app/assets | |
parent | 9498c4d52a3e6533da6e41443041edfbd042333f (diff) | |
download | gitlab-ce-fae8468deb990cdc8fd1dd2b45de13ba909ee785.tar.gz |
shrink profile info
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/blocks.scss | 6 | ||||
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 2 | ||||
-rw-r--r-- | app/assets/stylesheets/framework/variables.scss | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss index f5223207f3a..c721a78a87e 100644 --- a/app/assets/stylesheets/framework/blocks.scss +++ b/app/assets/stylesheets/framework/blocks.scss @@ -144,12 +144,9 @@ .cover-title { color: $gl-header-color; margin: 0; - font-size: 24px; font-weight: normal; margin-bottom: 10px; - color: #4c4e54; font-size: 23px; - line-height: 1.1; h1 { color: $gl-gray-dark; @@ -213,6 +210,9 @@ } } } + &.user-cover-block { + padding: 24px 0 0; + } .group-info { diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 3f8433a0e7f..107350d072a 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -204,7 +204,7 @@ body { } h1, h2, h3, h4, h5, h6 { - color: $gl-header-color; + color: $gl-title-color; font-weight: 600; } diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 9f563a4de35..2f5e3ec8e44 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -102,7 +102,7 @@ $gl-grayish-blue: #7f8fa4; $gl-gray: $gl-text-color; $gl-gray-dark: #313236; $gl-gray-light: $gl-placeholder-color; -$gl-header-color: $gl-title-color; +$gl-header-color: #4c4e54; /* * Lists |