ui(create project form): #issue86 CSS - Project-create

Add all fields to create a project.
Add style.
Fix box-shadow problem.
This commit is contained in:
Gaëlle Morin
2019-02-11 18:50:06 +01:00
parent 5bf9568e2f
commit ad6ba65669
3 changed files with 38 additions and 12 deletions

View File

@ -1,7 +1,6 @@
.frame-form
h1 Edit your project
p Here you can edit your projet's details
Do not forget to add comment
.form-view
sib-form(
range-team=`${sdn}/users/`,
@ -31,8 +30,6 @@
widget-jabberRoom='sib-form-checkbox',
widget-description='sib-form-textarea',
widget-team='sib-form-multiple-dropdown',
widget-members='sib-form-multiple-dropdown',
bind-resources
widget-members='sib-form-multiple-dropdown'
)