Commit 454054efac60a64b222ffa8411cf180405d44d74

Authored by Augusto dos Anjos Almeida
1 parent 4daa67f2

Incentivo ao Parto Normal revised.

@@ -17,3 +17,4 @@ css/bootstrap.css @@ -17,3 +17,4 @@ css/bootstrap.css
17 programa-mais-medicos.html 17 programa-mais-medicos.html
18 promocao.html 18 promocao.html
19 qualificacao.html 19 qualificacao.html
  20 +incentivo.html
sass/proposal_detail/_proposal-detail-base.scss
@@ -48,20 +48,17 @@ @@ -48,20 +48,17 @@
48 } 48 }
49 } 49 }
50 ul { 50 ul {
  51 + padding-left: 1em;
51 &.list-unstyled { 52 &.list-unstyled {
52 li { 53 li {
  54 + border-bottom: 1px solid #e0e0e0;
  55 + color: $color;
  56 + font-size: 18px;
  57 + font-weight: 700;
53 padding: 1em; 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 }