Basic proposal styling

This commit is contained in:
2017-02-05 16:30:47 +08:00
parent c676c6ae68
commit ab603a1107
5 changed files with 40 additions and 10 deletions
@@ -2,4 +2,7 @@ import Ember from 'ember';
export default Ember.Component.extend({
tagName: 'ul',
classNames: ['proposal-list']
});