Skip to content

Commit 9433d69

Browse files
committed
style(Gestion): move to bottom the CTA buttons in forms
1 parent b0b7277 commit 9433d69

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

assets/css/_exercise-gestion.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ form {
100100

101101
.cta__validate--wrapper {
102102
margin-top: 20px;
103-
position: absolute;
104103
right: 20px;
105104
top: 0;
106105

components/Gestion/CategoryForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
</ValidationObserver>
1919

20+
<p class="disclaimer">* champs obligatoires</p>
2021
<div class="cta__validate--wrapper">
2122
<button @click="validateBeforeSubmit" class="button--ternary-color-reverse cta__validate">
2223
Publier
2324
</button>
2425
</div>
25-
<p class="disclaimer">* champs obligatoires</p>
2626

2727
</section>
2828

components/Gestion/ExerciseForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
</ValidationObserver>
132132

133133

134+
<p class="disclaimer">* champs obligatoires</p>
134135
<div class="cta__validate--wrapper">
135136
<template v-if="['admin', 'super_admin'].includes(userRole)">
136137
<button @click="validateBeforeSubmit('NOT_VALIDATED')" class="button--red-reverse cta__validate">
@@ -155,7 +156,6 @@
155156
Soumettre
156157
</button>
157158
</div>
158-
<p class="disclaimer">* champs obligatoires</p>
159159

160160
</section>
161161

components/Gestion/FavoriteForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747

4848
<TagColorLegend/>
4949

50+
<p class="disclaimer">* champs obligatoires</p>
5051
<div class="cta__validate--wrapper">
5152
<button @click="validateBeforeSubmit" class="button--ternary-color-reverse button__validate">
5253
sauver le favori
5354
</button>
5455
</div>
55-
<p class="disclaimer">* champs obligatoires</p>
5656
</section>
5757

5858
</template>

components/Gestion/TagForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
</ValidationObserver>
3636

37+
<p class="disclaimer">* champs obligatoires</p>
3738
<div class="cta__validate--wrapper">
3839
<button @click="validateBeforeSubmit('NOT_VALIDATED')" class="button--red-reverse cta__validate">
3940
Invalider
@@ -48,7 +49,6 @@
4849
Valider
4950
</button>
5051
</div>
51-
<p class="disclaimer">* champs obligatoires</p>
5252

5353
</section>
5454

0 commit comments

Comments
 (0)