Commit 14a19b72d3880bf979829087bbcac5fb8170f437
1 parent
6533f507
Exists in
master
and in
11 other branches
fix conflit with proposal_categories file
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
sass/_proposal_categories.scss
... | ... | @@ -74,20 +74,12 @@ |
74 | 74 | font-size: 18pt; |
75 | 75 | font-weight: bold; |
76 | 76 | text-decoration: none; |
77 | -<<<<<<< HEAD | |
78 | - background: #fff; | |
79 | -======= | |
80 | ->>>>>>> 450d03f922b650755bff80ce172cd13d76d06632 | |
81 | 77 | } |
82 | 78 | |
83 | 79 | .proposal-item { |
84 | 80 | width: 46%; |
85 | 81 | height: 134px; |
86 | -<<<<<<< HEAD | |
87 | - margin: 10px 30px; | |
88 | -======= | |
89 | 82 | margin: 0.5%; |
90 | ->>>>>>> 450d03f922b650755bff80ce172cd13d76d06632 | |
91 | 83 | background: #fff; |
92 | 84 | border-radius: 5px; |
93 | 85 | padding: 15px; | ... | ... |