feature: admin-create-project

This commit is contained in:
gaelle morin 2020-12-06 09:53:25 +01:00
parent 8fa314b584
commit e57d2fce9a
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
3 changed files with 7 additions and 8 deletions

View File

@ -7,7 +7,7 @@
}
&.icon-magnify input,
&.icon-magnify .ss-single-selected {
background-image: url("/lib/solid-directory/dist/assets/magnify.svg");
background-image: url("https://cdn.skypack.dev/@startinblox/component-directory@1.3.0/dist/assets/magnify.svg");
}
&.icon-arrow-down {
background-image: url();

View File

@ -4,7 +4,7 @@ div.segment.padding-top-xsmall.padding-right-large.padding-bottom-xsmall.padding
div.segment.lg-half.float-left.text-right
solid-link(class="backlink", next='admin-circle-list' data-trans='circle.create.backlink')
div.segment.padding-xlarge.clearfix
div.segment.padding-large.clearfix
div#loader-circles-create.loader.loader-top
div
div

View File

@ -1,10 +1,10 @@
div.segment.padding-xlarge.border-bottom.clearfix
div.segment.padding-top-xsmall.padding-right-large.padding-bottom-xsmall.padding-left-large.border-bottom.border-color-grey.text-color-heading.clearfix
div.segment.lg-half.float-left
h2.text-uppercase.text-xlarge.text-letter-spacing-large(data-trans='project.create.title')
div.segment.lg-half.float-left.text-right
solid-link(class="backlink", next='admin-project-list' data-trans='project.create.backlink')
div.segment.padding-xlarge.clearfix
div.segment.padding-large.clearfix
div#loader-projects-create.loader.loader-top
div
div
@ -23,18 +23,17 @@ div.segment.padding-xlarge.clearfix
label-status=''
widget-status='solid-form-hidden'
class-status='form-label is-light is-full-width'
value-status="Private"
label-customer.name=''
class-customer.name='segment lg-half float-left margin-bottom padding-left-large box-border text-small text-bold text-uppercase text-color-heading'
class-customer.name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
label-name=''
class-name='segment lg-half float-left margin-bottom-xlarge padding-left-large box-border text-small text-bold text-uppercase text-color-heading'
class-name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
label-captain=''
range-captain=`${endpoints.users || endpoints.get.users}`
class-captain='block segment lg-half margin-bottom padding-left-large box-border text-small text-bold text-uppercase text-color-heading'
class-captain='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading icon icon-magnify'
widget-captain='solid-form-dropdown-autocompletion-label'
next='project'