Commit 1c55b2cd6c840576b0d7ebe351c5ab91379ff7d0
1 parent
b5ebf56e
Exists in
master
and in
6 other branches
Fix #244
Showing
2 changed files
with
9 additions
and
8 deletions
Show diff stats
.gitignore
sass/proposal_detail/_proposal-detail-base.scss
... | ... | @@ -18,22 +18,20 @@ |
18 | 18 | border-bottom: 1px solid #eeeff1; |
19 | 19 | color: $color; |
20 | 20 | font-size: 38px; |
21 | - font-weight: 300; | |
21 | + font-weight: 500; | |
22 | 22 | padding-bottom: .5em; |
23 | - text-transform: uppercase; | |
24 | 23 | small { |
25 | 24 | display: block; |
26 | 25 | font-size: 16px; |
27 | - font-weight: 300; | |
28 | - margin-top: -.1em; | |
26 | + font-weight: 400; | |
27 | + margin-top: 5px; | |
29 | 28 | text-transform: none; |
30 | 29 | } |
31 | 30 | } |
32 | 31 | h3 { |
33 | 32 | color: $color; |
34 | 33 | font-size: 28px; |
35 | - font-weight: 300; | |
36 | - text-transform: uppercase; | |
34 | + font-weight: 500; | |
37 | 35 | .border { |
38 | 36 | border-bottom: 1px solid #eeeff1; |
39 | 37 | padding-bottom: 20px; |
... | ... | @@ -41,12 +39,14 @@ |
41 | 39 | } |
42 | 40 | h4 { |
43 | 41 | font-size: 24px; |
42 | + font-weight: 500; | |
44 | 43 | color: $color; |
45 | 44 | text-transform: none; |
46 | 45 | } |
47 | 46 | h5 { |
48 | 47 | color: $color; |
49 | 48 | font-size: 22px; |
49 | + font-weight: 500; | |
50 | 50 | margin-top: 15px; |
51 | 51 | } |
52 | 52 | img { |
... | ... | @@ -112,7 +112,7 @@ |
112 | 112 | display: block; |
113 | 113 | padding: 1em; |
114 | 114 | text-align: center; |
115 | - font-weight: 500; | |
115 | + font-weight: 700; | |
116 | 116 | text-decoration: none; |
117 | 117 | // text-transform: uppercase; |
118 | 118 | .fa-reply { | ... | ... |