feature: menu-left - sub-menu padding, class create

This commit is contained in:
gaelle morin
2020-12-21 14:15:49 +01:00
parent 5ebb8ab928
commit cbdd5703d2
2 changed files with 14 additions and 4 deletions

View File

@ -14,7 +14,7 @@ solid-widget(name='hubl-menu-publicprivate')
solid-widget(name='hubl-create-contact')
template
p.create
p.create.text-color-white
span(data-trans="menuLeft.contact.create")
span  
solid-link(next="members" data-trans="menuLeft.contact.profileDir")
@ -23,7 +23,7 @@ solid-widget(name='hubl-create-contact')
solid-widget(name='hubl-create')
template
p.create.segment.margin-left-small
p.create.text-color-white
span(data-trans="menuLeft.emptyCircleProject.notPartOf")
span  ${value}.
br
@ -47,7 +47,7 @@ solid-widget(name='hubl-menu-fix-url-contact')
solid-widget(name='hubl-menu-fix-url-circle')
template
solid-link.segment.lg-full(data-src="${value}" next="circle")
solid-display.segment-lg-full.text-color-white.heading-active.bg-color-heading.hover.active(
solid-display.segment.lg-full.text-color-white.heading-active.bg-color-heading.hover.active(
data-src='${value}'
fields='segment(status, circle(name, jabberID), badge)'
class-segment="segment lg-full padding-top-xxsmall padding-right-small padding-left-medium"
@ -71,7 +71,7 @@ solid-widget(name='hubl-menu-fix-url-circle')
solid-widget(name='hubl-menu-fix-url-project')
template
solid-link.segment.lg-full(data-src="${value}" next="project")
solid-display.segment-lg-full.text-color-white.heading-active.bg-color-heading.hover.active(
solid-display.segment.lg-full.text-color-white.heading-active.bg-color-heading.hover.active(
data-src='${value}'
fields='segment(status, project(customer.name, name, jabberID), badge)'
class-segment="segment lg-full padding-top-xxsmall padding-right-small padding-left-medium"