Commit bf28d55b3c2376f620e8b301225b07cf5ef4bcf4
Exists in
master
and in
10 other branches
Merge remote-tracking branch 'upstream/master'
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
sass/proposal_detail/_proposal-detail-base.scss
... | ... | @@ -6,6 +6,9 @@ |
6 | 6 | .bloco-destaque { |
7 | 7 | background-color: $color; |
8 | 8 | } |
9 | + .big { | |
10 | + font-size: 24px; | |
11 | + } | |
9 | 12 | h2 { |
10 | 13 | border-bottom: 1px solid #eeeff1; |
11 | 14 | color: $color; |
... | ... | @@ -78,6 +81,12 @@ |
78 | 81 | height: auto; |
79 | 82 | } |
80 | 83 | } |
84 | + &.no-border { | |
85 | + li { | |
86 | + border: 0; | |
87 | + padding: 0 0 0.5em; | |
88 | + } | |
89 | + } | |
81 | 90 | } |
82 | 91 | .go-to-proposal-button a { |
83 | 92 | background: $color; | ... | ... |