Client - change button order on sport preferences
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user