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 +6,9 @@ | ||
6 | .bloco-destaque { | 6 | .bloco-destaque { |
7 | background-color: $color; | 7 | background-color: $color; |
8 | } | 8 | } |
9 | + .big { | ||
10 | + font-size: 24px; | ||
11 | + } | ||
9 | h2 { | 12 | h2 { |
10 | border-bottom: 1px solid #eeeff1; | 13 | border-bottom: 1px solid #eeeff1; |
11 | color: $color; | 14 | color: $color; |
@@ -78,6 +81,12 @@ | @@ -78,6 +81,12 @@ | ||
78 | height: auto; | 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 | .go-to-proposal-button a { | 91 | .go-to-proposal-button a { |
83 | background: $color; | 92 | background: $color; |