feature: admin-circle-create + form and input

This commit is contained in:
gaelle morin
2020-11-25 15:28:26 +01:00
parent 5ed512794e
commit 1cd4fbf5e7
4 changed files with 92 additions and 60 deletions

View File

@ -1,8 +1,10 @@
div.content-box__info
solid-link(class="backlink right", next='admin-circle-list' data-trans='circle.create.backlink')
h1.centered(data-trans='circle.create.title')
div.segment.padding-xlarge.border-bottom.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
solid-link(class="backlink", next='admin-circle-list' data-trans='circle.create.backlink')
div.segment.padding-xlarge
div#loader-circles-create.loader.loader-top
div
div
@ -18,9 +20,9 @@ div.content-box__info
required-description
loader-id='loader-circles-create'
class-status='form-label is-light is-full-width color'
class-name='form-label is-light is-full-width input-text-like'
class-description='form-label is-light is-full-width input-text-like'
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-xlarge padding-left-large box-border text-small text-bold text-uppercase text-color-heading'
class-description='segment lg-half float-left margin-bottom-xlarge padding-left-large box-border text-small text-bold text-uppercase text-color-heading'
label-status=''
label-name=''

View File

@ -1,4 +1,4 @@
.content-box.full-width.with-form
.content-box.full-width
solid-router(default-route='admin-circle-list', hidden)
solid-route(name='admin-circle-list')
solid-route(name='admin-circle-create')