diff --git a/components/element/MoneyBar.vue b/components/element/MoneyBar.vue new file mode 100644 index 00000000..ce6a28a8 --- /dev/null +++ b/components/element/MoneyBar.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/components/marathon/incentive/List.vue b/components/marathon/incentive/List.vue index 9d5bc011..c0132dfe 100644 --- a/components/marathon/incentive/List.vue +++ b/components/marathon/incentive/List.vue @@ -11,11 +11,10 @@ {{ $t('marathon.incentives.management.table.description') }} - - {{ $t('marathon.incentives.management.table.progress') }} - - + @@ -66,6 +65,6 @@ export default Vue.extend({ @use '~assets/table'; .incentives-table { - @include table.shrink(4, ()); + @include table.shrink(3); } diff --git a/components/marathon/incentive/Row.vue b/components/marathon/incentive/Row.vue index 0a5a7298..bf82c6d7 100644 --- a/components/marathon/incentive/Row.vue +++ b/components/marathon/incentive/Row.vue @@ -1,7 +1,15 @@ + +