Renamed css ballot to raffle.

This commit is contained in:
2020-10-09 01:01:24 +02:00
committed by KevinMidboe
parent 59792f9aae
commit c01692bf1e
6 changed files with 34 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
<h2 v-if="winners.length > 0"> {{ title ? title : 'Vinnere' }}</h2>
<div class="winners" v-if="winners.length > 0">
<div class="winner" v-for="(winner, index) in winners" :key="index">
<div :class="winner.color + '-ballot'" class="ballot-element">{{ winner.name }}</div>
<div :class="winner.color + '-raffle'" class="ballot-element">{{ winner.name }}</div>
</div>
</div>
</div>
@@ -40,7 +40,7 @@ h2 {
flex-wrap: wrap;
}
.ballot-element {
.raffle-element {
font-size: 1rem;
width: 145px;
height: 145px;