feat(ui) : required cohérent + astérisque label + sanitisation email (MUI-41) #60
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div v-bind="$attrs">
|
||||
<div v-if="isWindowed" class="flex items-center justify-between border-b border-m-primary px-[54px]">
|
||||
<div v-if="isWindowed" class="flex items-center justify-center gap-[36px]">
|
||||
<button
|
||||
type="button"
|
||||
aria-label="Onglets précédents"
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<div
|
||||
role="tablist"
|
||||
class="flex justify-center gap-[60px]"
|
||||
class="flex flex-1 max-w-[1020px] justify-center gap-[60px] border-b border-m-primary"
|
||||
>
|
||||
<button
|
||||
v-for="tab in visibleTabs"
|
||||
|
||||
Reference in New Issue
Block a user