feature: admin-create-project
This commit is contained in:
parent
8fa314b584
commit
e57d2fce9a
@ -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();
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user