Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1858817649 | ||
| 99f0f191f4 | |||
| 96617f04bc |
@@ -1,2 +1,2 @@
|
|||||||
parameters:
|
parameters:
|
||||||
app.version: '0.1.30'
|
app.version: '0.1.31'
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
class="pb-2 px-4 border-b-2 font-semibold"
|
class="pb-2 px-4 border-b-2 font-semibold"
|
||||||
:class="drawerTab === 'close'
|
:class="drawerTab === 'close'
|
||||||
? 'border-primary-500 text-primary-500'
|
? 'border-primary-500 text-primary-500'
|
||||||
: 'border-transparent text-neutral-400 hover:text-neutral-600'"
|
: 'border-transparent text-primary-500/50 hover:text-primary-500'"
|
||||||
@click="drawerTab = 'close'"
|
@click="drawerTab = 'close'"
|
||||||
>
|
>
|
||||||
Clôturer
|
Clôturer
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
class="pb-2 px-4 border-b-2 font-semibold"
|
class="pb-2 px-4 border-b-2 font-semibold"
|
||||||
:class="drawerTab === 'suspend'
|
:class="drawerTab === 'suspend'
|
||||||
? 'border-primary-500 text-primary-500'
|
? 'border-primary-500 text-primary-500'
|
||||||
: 'border-transparent text-neutral-400 hover:text-neutral-600'"
|
: 'border-transparent text-primary-500/50 hover:text-primary-500'"
|
||||||
@click="drawerTab = 'suspend'"
|
@click="drawerTab = 'suspend'"
|
||||||
>
|
>
|
||||||
Suspendre
|
Suspendre
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
|
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="w-full rounded-md border-2 border-dashed border-neutral-300 px-4 py-3 text-base font-semibold text-neutral-500 transition hover:border-primary-500 hover:text-primary-500"
|
class="w-full rounded-md border-2 border-dashed border-primary-500/50 px-4 py-3 text-base font-semibold text-primary-500/50 transition hover:border-primary-500 hover:text-primary-500"
|
||||||
@click="onAddSuspensionForm"
|
@click="onAddSuspensionForm"
|
||||||
>
|
>
|
||||||
+ Ajouter une suspension
|
+ Ajouter une suspension
|
||||||
|
|||||||
Reference in New Issue
Block a user