diff --git a/app/components/proposal-list/template.hbs b/app/components/proposal-list/template.hbs index 87bdbae..713b7f2 100644 --- a/app/components/proposal-list/template.hbs +++ b/app/components/proposal-list/template.hbs @@ -1,9 +1,9 @@ {{#each proposals as |proposal|}} -
  • - +
  • + ♥ ({{proposal.kind}}) + {{proposal.contributor.name}}: + {{proposal.description}} {{proposal.amount}}₭S - for {{proposal.contributor.name}} - ({{proposal.votesCount}}/{{proposal.votesNeeded}} votes) {{#unless proposal.isExecuted}} diff --git a/app/styles/components/_proposal-list.scss b/app/styles/components/_proposal-list.scss index a35f17c..5a1f01d 100644 --- a/app/styles/components/_proposal-list.scss +++ b/app/styles/components/_proposal-list.scss @@ -8,12 +8,16 @@ ul.proposal-list { padding: 0 1.2rem; line-height: 4.2rem; background-color: rgba(255,255,255,0.1); - font-size: 1.4rem; + font-size: 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.2); &:first-of-type { border-top: 1px solid rgba(255,255,255,0.2); } + span { + font-size: inherit; + } + .category { color: $blue; padding-right: 0.2rem;