patch: fix some styles + profile-edit - I broke it all

This commit is contained in:
gaelle morin
2021-04-13 21:30:25 +02:00
parent b06bc90718
commit 6b88e79965
9 changed files with 114 additions and 30 deletions

View File

@ -0,0 +1,10 @@
if componentSet.has('communities')
solid-widget(name="hubl-communities-edit-address-delete")
template
solid-ac-checker(permission="acl:Delete", data-src="${src}")
solid-delete(
class='segment text-xsmall children-link-button children-link-text-bold children-link-text-uppercase children-link-color-secondary bordered'
data-src="${src}"
data-label=''
data-trans='data-label=communities.edit.buttonDelete'
)

View File

@ -3,9 +3,9 @@ if componentSet.has('communities') && getRoute('communities')
template
span
span.icon.icon-people.icon-third.icon-large.margin-right-xsmall
solid-display(
solid-display.text-medium(
data-src="${src || value}"
fields=''
counter-template="\\\${counter}"
)
span(data-trans="communities.profile.members")
span.text-medium(data-trans="communities.profile.members")