feature: admin-create-circle

This commit is contained in:
gaelle morin
2020-12-06 02:03:40 +01:00
parent f7bbadb14c
commit d38bae5b88
9 changed files with 50 additions and 37 deletions

View File

@ -1,4 +1,4 @@
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='circle.create.title')
div.segment.lg-half.float-left.text-right
@ -11,7 +11,7 @@ div.segment.padding-xlarge.clearfix
div
div
solid-form.form.button-register(
solid-form.button-register(
data-src=`${endpoints.circles || endpoints.post.circles}`
fields='status, name, description'
@ -20,9 +20,9 @@ div.segment.padding-xlarge.clearfix
required-description
loader-id='loader-circles-create'
class-status='block segment lg-half margin-bottom padding-left-large box-border text-small text-bold text-uppercase text-color-heading'
class-name='segment lg-half float-left margin-bottom padding-left-large box-border text-small text-bold text-uppercase text-color-heading'
class-description='segment lg-half float-left margin-bottom padding-left-large box-border text-small text-bold text-uppercase text-color-heading'
class-status='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading icon icon-magnify'
class-name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
class-description='segment margin-bottom-medium lg-half padding-left-small text-small text-semibold text-uppercase text-color-heading float-left'
label-status=''
label-name=''