Commit 4e55dd5f1447d3050b3a683d0e5e131946ccedc0
1 parent
4656ef95
Exists in
spb-stable
and in
2 other branches
Change page-title font/color
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/generic/typography.scss
app/assets/stylesheets/main/mixins.scss
| @@ -117,11 +117,11 @@ | @@ -117,11 +117,11 @@ | ||
| 117 | } | 117 | } |
| 118 | 118 | ||
| 119 | @mixin page-title { | 119 | @mixin page-title { |
| 120 | - color: #333; | ||
| 121 | - font-size: 20px; | 120 | + color: #555; |
| 122 | line-height: 1.5; | 121 | line-height: 1.5; |
| 122 | + font-weight: normal; | ||
| 123 | margin-top: 0px; | 123 | margin-top: 0px; |
| 124 | - margin-bottom: 15px; | 124 | + margin-bottom: 10px; |
| 125 | } | 125 | } |
| 126 | 126 | ||
| 127 | @mixin str-truncated($max_width: "82%") { | 127 | @mixin str-truncated($max_width: "82%") { |