Commit 454054efac60a64b222ffa8411cf180405d44d74
1 parent
4daa67f2
Exists in
master
and in
11 other branches
Incentivo ao Parto Normal revised.
Showing
2 changed files
with
9 additions
and
11 deletions
Show diff stats
.gitignore
sass/proposal_detail/_proposal-detail-base.scss
... | ... | @@ -48,20 +48,17 @@ |
48 | 48 | } |
49 | 49 | } |
50 | 50 | ul { |
51 | + padding-left: 1em; | |
51 | 52 | &.list-unstyled { |
52 | 53 | li { |
54 | + border-bottom: 1px solid #e0e0e0; | |
55 | + color: $color; | |
56 | + font-size: 18px; | |
57 | + font-weight: 700; | |
53 | 58 | padding: 1em; |
54 | - } | |
55 | - } | |
56 | - li { | |
57 | - border-bottom: 1px solid #e0e0e0; | |
58 | - color: $color; | |
59 | - font-size: 18px; | |
60 | - font-weight: 700; | |
61 | - // padding-bottom: 1em; | |
62 | - // padding-top: 1em; | |
63 | - &:last-child { | |
64 | - border-bottom: none; | |
59 | + &:last-child { | |
60 | + border-bottom: none; | |
61 | + } | |
65 | 62 | } |
66 | 63 | } |
67 | 64 | } | ... | ... |