Client - change button order on sport preferences

This commit is contained in:
Sam
2021-12-19 14:48:43 +01:00
parent e235897a1a
commit 2d771e4964
9 changed files with 14 additions and 19 deletions

View File

@ -135,15 +135,15 @@
<button :disabled="loading" @click="updateSport">
{{ $t('buttons.SUBMIT') }}
</button>
<button :disabled="loading" @click="updateSportInEdition(null)">
{{ $t('buttons.CANCEL') }}
</button>
<button
:disabled="loading"
@click="(e) => resetSport(e, sport.id)"
>
{{ $t('buttons.RESET') }}
</button>
<button :disabled="loading" @click="updateSportInEdition(null)">
{{ $t('buttons.CANCEL') }}
</button>
</div>
</td>
</tr>
@ -300,11 +300,6 @@
min-width: 80px;
}
}
.sport-btn {
display: flex;
background: yellow;
gap: $default-padding;
}
.threshold-input {
padding: $default-padding * 0.5;
width: 50px;