Commit 2bb21893eba90776ce9992f690c5a57414ba414d

Authored by Augusto dos Anjos Almeida
1 parent 5ae97d94

List check style added.

sass/proposal_detail/_proposal-detail-base.scss
@@ -81,6 +81,12 @@ @@ -81,6 +81,12 @@
81 height: auto; 81 height: auto;
82 } 82 }
83 } 83 }
  84 + &.no-border {
  85 + li {
  86 + border: 0;
  87 + padding: 0 0 0.5em;
  88 + }
  89 + }
84 } 90 }
85 .go-to-proposal-button a { 91 .go-to-proposal-button a {
86 background: $color; 92 background: $color;