fix: create-forms - padding-left added

This commit is contained in:
gaelle morin 2020-12-06 10:24:00 +01:00
parent 881f79cd26
commit 0fb2fc7cf8
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ div.segment.padding-large.clearfix
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 margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
class-name='segment margin-bottom-medium lg-half padding-left-small text-small text-semibold text-uppercase text-color-heading float-left'
label-captain=''
range-captain=`${endpoints.users || endpoints.get.users}`

View File

@ -25,7 +25,7 @@ div.segment.padding-large.clearfix
solid-widget(name='hubl-email-field')
template
div.segment.margin-bottom-medium.lg-half.padding-right-small.text-small.text-semibold.text-uppercase.text-color-heading.float-left
div.segment.margin-bottom-medium.lg-half.padding-left-small.text-small.text-semibold.text-uppercase.text-color-heading.float-left
label(data-trans='user.create.labelEmail')
input(type="email" label='' data-trans='label=user.create.labelEmail' name="email" required value="\${value}" data-holder)
@ -45,7 +45,7 @@ div.segment.padding-large.clearfix
loader-id='loader-users-create'
class-user.first_name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
class-user.last_name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
class-user.last_name='segment margin-bottom-medium lg-half padding-left-small text-small text-semibold text-uppercase text-color-heading float-left'
class-user.username='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
label-user.first_name=''