💄 Updates national party logo in results page

This commit is contained in:
Moritz Kröger 2019-05-04 14:50:48 +02:00
parent 2b40a2491e
commit f59626b7ef

View file

@ -145,7 +145,6 @@
this.scoringGrid = getScoringGrid(this.answers, this.emphasized)
this.scores = this.getScorePoints(this.scoringGrid)
console.log(this.parties)
this.parties = this.parties
.map(this.getScorePerParty)
.sort((a, b) => a.score - b.score)
@ -380,11 +379,8 @@
> div {
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
background: $background-secondary;
display: flex;
height: auto;
display: inline-flex;
justify-content: center;
align-items: center;
}