Commit c337b2837066061c757abe91734528ce3d37bcfc
1 parent
57079417
Exists in
master
and in
10 other branches
List container border added.
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
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 | } | ... | ... |