Commit c337b2837066061c757abe91734528ce3d37bcfc

Authored by Augusto dos Anjos Almeida
1 parent 57079417

List container border added.

sass/proposal_detail/_proposal-detail-base.scss
... ... @@ -116,5 +116,13 @@
116 116 .row {
117 117 margin-bottom: 1.5em;
118 118 }
  119 +
  120 + .list-container-border {
  121 + -webkit-border-radius: 3px;
  122 + -moz-border-radius: 3px;
  123 + border-radius: 3px;
  124 + border: 3px solid $color;
  125 + padding: 0 20px;
  126 + }
119 127 }
120 128 }
... ...