Commit 05b7f9289109783835abec399c872544af20cd62
1 parent
94040205
Exists in
master
and in
10 other branches
Link color added.
Showing
1 changed file
with
12 additions
and
14 deletions
Show diff stats
sass/proposal_detail/_proposal-detail-base.scss
| ... | ... | @@ -3,6 +3,9 @@ |
| 3 | 3 | font-family: 'Open Sans', sans-serif; |
| 4 | 4 | font-size: 16px; |
| 5 | 5 | font-weight: 300; |
| 6 | + .proposal-detail-base a { | |
| 7 | + color: $color; | |
| 8 | + } | |
| 6 | 9 | .bloco-destaque { |
| 7 | 10 | background-color: $color; |
| 8 | 11 | } |
| ... | ... | @@ -29,12 +32,21 @@ |
| 29 | 32 | font-size: 28px; |
| 30 | 33 | font-weight: 300; |
| 31 | 34 | text-transform: uppercase; |
| 35 | + .border { | |
| 36 | + border-bottom: 1px solid #eeeff1; | |
| 37 | + padding-bottom: 20px; | |
| 38 | + } | |
| 32 | 39 | } |
| 33 | 40 | h4 { |
| 34 | 41 | font-size: 24px; |
| 35 | 42 | color: $color; |
| 36 | 43 | text-transform: none; |
| 37 | 44 | } |
| 45 | + h5 { | |
| 46 | + color: $color; | |
| 47 | + font-size: 22px; | |
| 48 | + margin-top: 15px; | |
| 49 | + } | |
| 38 | 50 | img { |
| 39 | 51 | &.pull-left { |
| 40 | 52 | margin-right: 20px; |
| ... | ... | @@ -104,19 +116,5 @@ |
| 104 | 116 | .row { |
| 105 | 117 | margin-bottom: 1.5em; |
| 106 | 118 | } |
| 107 | - | |
| 108 | - /* --- alteracoes genericas - Leticia */ | |
| 109 | - h5 { | |
| 110 | - color: #36424d; | |
| 111 | - font-size: 22px; | |
| 112 | - font-family: 'Open Sans Semibold', 'Open Sans'; | |
| 113 | - margin-top: 15px; | |
| 114 | - } | |
| 115 | - | |
| 116 | - h3.border{ | |
| 117 | - border-bottom: 1px solid #eeeff1; | |
| 118 | - padding-bottom: 20px; | |
| 119 | - } | |
| 120 | - | |
| 121 | 119 | } |
| 122 | 120 | } | ... | ... |