Skip to content
Snippets Groups Projects
Verified Commit 0fb2fc7c authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

fix: create-forms - padding-left added

parent 881f79cd
No related branches found
No related tags found
1 merge request!255major: release integration of the hubl styling framework
...@@ -29,7 +29,7 @@ div.segment.padding-large.clearfix ...@@ -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' 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='' 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='' label-captain=''
range-captain=`${endpoints.users || endpoints.get.users}` range-captain=`${endpoints.users || endpoints.get.users}`
......
...@@ -25,7 +25,7 @@ div.segment.padding-large.clearfix ...@@ -25,7 +25,7 @@ div.segment.padding-large.clearfix
solid-widget(name='hubl-email-field') solid-widget(name='hubl-email-field')
template 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') label(data-trans='user.create.labelEmail')
input(type="email" label='' data-trans='label=user.create.labelEmail' name="email" required value="\${value}" data-holder) 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 ...@@ -45,7 +45,7 @@ div.segment.padding-large.clearfix
loader-id='loader-users-create' 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.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' 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='' label-user.first_name=''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment