Skip to content
Snippets Groups Projects
Verified Commit 052e325e authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

fix: new classes added to admin-project-create

parent 98576487
No related branches found
No related tags found
3 merge requests!176Release/0.10,!174Feature/fix from rework css,!173Fix/project
......@@ -12,26 +12,23 @@ div.content-box__info.flex
naked
)
h1 Créer un nouveau projet
h1.centered Créer un nouveau projet
sib-form.form.button-register(
data-src=`${endpoints.projects || endpoints.post.projects}`
fields='status, line-1(customer.name, name), description, line-10(captain), logo'
fields='status, line-1(customer.name, name), description, line-2(captain), logo'
label-status='Statut du canal*'
widget-status='hubl-status'
class-status='form-label is-light is-full-width member-select color'
class-status='form-label is-light is-full-width'
label-description='Description du projet'
class-description='form-label is-light is-full-width'
class-description='form-label is-light is-full-width input-text-like'
widget-description='sib-form-textarea'
class-fieldset-captain='fieldset'
widget-fieldset-captain='hubl-template-project-title'
label-customer.name='Nom du client*'
class-customer.name='form-label is-light is-half-width'
class-customer.name='form-label is-light is-half-width input-text-like'
label-name='Nom du projet*'
class-name='form-label is-light is-half-width input-text-like'
......@@ -43,7 +40,7 @@ div.content-box__info.flex
widget-logo="sib-form-file"
label-logo="Télécharger un logo"
class-logo='form-label is-light is-full-width'
class-logo='form-label is-light select-add'
upload-url-logo=`${endpoints.uploads || endpoints.post.uploads}`
next='admin-project-list'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment