Vinlottispage UI redesign #56

Merged
Adrianht merged 26 commits from enhancement/vinlottispage-rework into master 2020-11-03 11:41:39 +00:00
2 changed files with 46 additions and 115 deletions
Showing only changes of commit cee0e1c8a6 - Show all commits

View File

@@ -73,9 +73,8 @@ ol {
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
gap: 5%; gap: 5%;
.single-winner { .single-winner {
width: 12.5em; width: 100%;
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
background: $primary; background: $primary;
padding: 1em 0 0 1em;
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
display: grid; display: grid;
grid-template: 1fr .3fr / 1fr 1fr 1fr; grid-template: 1fr .3fr / 1fr 1fr 1fr;
align-items: center; align-items: center;
@@ -88,11 +87,15 @@ ol {
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
grid-row: 1; grid-row: 1;
grid-column: 1 / 3; grid-column: 1 / 3;
font-size: 3em; font-size: 3em;
margin-left: 5px;
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
padding: .2em 0 0 5px;
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
} }
.winner-name { .winner-name {
grid-row: 2; grid-row: 2;
grid-column: 1 / -1; grid-column: 1 / -1;
margin-left: 5px;
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
padding-left: 5px;
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
} }
.winner-icon { .winner-icon {
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
KevinMidboe commented 2020-11-03 08:35:10 +00:00 (Migrated from github.com)
Review

Same as above. Try not to use entire objects as keys.

Same as above. Try not to use entire objects as keys.
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
Adrianht commented 2020-11-03 09:14:11 +00:00 (Migrated from github.com)
Review

Fixed

Fixed

View File

@@ -21,16 +21,12 @@
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
" "
:key="color.name" :key="color.name"
> >
<p class="number-container"> <p class="winner-chance">
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
{{translate(color.name)}} vinnersjanse {{translate(color.name)}} vinnersjanse
<!-- <span class="color-total bought-number-span">
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
{{ color.total }}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
</span> -->
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
</p> </p>
<h3>{{ color.totalPercentage }}% vinn</h3> <span class="win-percentage">{{ color.totalPercentage }}% </span>
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
<div class="inner-text-container"> <p class="total-bought-color">{{ color.total }} kjøpte</p>
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
<div>{{ color.win }} vinn</div> <p class="amount-of-wins"> {{ color.win }} vinn </p>
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
</div>
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
</div> </div>
</div> </div>
</section> </section>
@@ -53,16 +49,18 @@ export default {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
redPercentage: 0, redPercentage: 0,
yellowPercentage: 0, yellowPercentage: 0,
greenPercentage: 0, greenPercentage: 0,
bluePercentage: 0 bluePercentage: 0,
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}; };
}, },
async mounted() { async mounted() {
let response = await colorStatistics(); let response = await colorStatistics();
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
this.red = response.red; this.red = response.red;
this.blue = response.blue; this.blue = response.blue;
this.green = response.green; this.green = response.green;
this.yellow = response.yellow; this.yellow = response.yellow;
this.total = response.total; this.total = response.total;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
this.totalWin = this.totalWin =
this.red.win + this.yellow.win + this.blue.win + this.green.win; this.red.win + this.yellow.win + this.blue.win + this.green.win;
this.stolen = response.stolen; this.stolen = response.stolen;
@@ -133,14 +131,17 @@ export default {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
return this.round(win == 0 ? 0 : (win / total) * 100); return this.round(win == 0 ? 0 : (win / total) * 100);
}, },
round: function(number) { round: function(number) {
return Math.round(number * 100) / 100;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
//this can make the odds added together more than 100%, maybe rework?
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
let actualPercentage = Math.round(number * 100) / 100;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
let rounded = actualPercentage.toFixed(0);
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
return rounded;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
} }
} }
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
// @import "../styles/global.scss";
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
@import "../styles/variables.scss"; @import "../styles/variables.scss";
@import "../styles/media-queries.scss"; @import "../styles/media-queries.scss";
@@ -151,14 +152,38 @@ export default {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.bought-container { .bought-container {
margin-top: 2em; margin-top: 2em;
display: grid; display: grid;
grid-template-columns: repeat(4, 1fr); grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
column-gap: 2em; grid-gap: 50px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.ballot-element-local { .ballot-element-local {
margin: 0; height: 250px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
width: 100%; width: 100%;
height: 100%;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
padding: .5em; .win-percentage {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
margin-left: 30px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
font-size: 50px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
p {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
margin-left: 30px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
&.winner-chance {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
margin-top: 40px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
&.total-bought-color{
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
font-weight: bold;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
margin-top: 25px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
&.amount-of-wins {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
font-weight: bold;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
h3 {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
margin-left: 15px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
&.green-ballot { &.green-ballot {
background-color: $light-green; background-color: $light-green;
@@ -177,101 +202,4 @@ export default {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
} }
} }
} }
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.inner-bought-container {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.ballot-element {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// width: 140px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// height: 150px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// margin: 20px 0;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.number-container {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// display: flex;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// align-items: flex-end;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// & span:last-child {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// padding-bottom: 5px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// padding-left: 5px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// }
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.inner-text-container {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// display: flex;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// flex-direction: column;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// justify-content: center;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// align-items: center;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// TODO fix styling for displaying in columns
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
@include mobile {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// & div {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// padding: 0 5px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// }
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.total-ballots {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// width: 150px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// height: 150px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// margin: 20px 0;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.total-container {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// align-items: flex-start;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
@include mobile {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// .total-container {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// > div:nth-of-type(2) {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// margin-top: auto;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// padding-bottom: 4px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// padding-left: 5px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// }
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// }
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.bought-number-span {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// display: inline-flex;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// .outer-bought {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// @include mobile {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// padding: 0 20px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// }
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// }
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.bought-container {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// display: flex;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// flex-direction: row;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// flex-wrap: wrap;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// width: 100%;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// padding-bottom: 3rem;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// max-width: 1400px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// margin: auto;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// justify-content: space-between;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// font-family: Arial;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
@include mobile {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// padding-bottom: 0px;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.color-total,
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.total {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// font-size: 2rem;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// font-weight: bold;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.small {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// font-weight: bold;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// font-size: 1.25rem;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// display: inline-block;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
@include mobile {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
.bought-container {
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
// flex-wrap: wrap;
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
}
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
</style> </style>
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:37:47 +00:00 (Migrated from github.com)
Review

Ehhm isn't ballot renamed to raffle?

Ehhm isn't `ballot` renamed to `raffle`?
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
KevinMidboe commented 2020-11-03 08:41:05 +00:00 (Migrated from github.com)
Review

Goes for all instances of ballot.

Goes for all instances of `ballot`.
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed
Adrianht commented 2020-11-03 09:14:28 +00:00 (Migrated from github.com)
Review

Fixed

Fixed