diff --git a/src/views/admin/page-admin-communities.pug b/src/views/admin/page-admin-communities.pug index 38495c9..2193c39 100644 --- a/src/views/admin/page-admin-communities.pug +++ b/src/views/admin/page-admin-communities.pug @@ -7,7 +7,7 @@ template solid-ac-checker(data-src="${value}", nested-field="members", permission='acl:Append') solid-link( - class='button text-bolder text-uppercase reversed button-secondary bordered icon icon-plus' + class='button text-small text-bold text-uppercase reversed color-secondary bordered icon icon-plus' data-src="${value}" next="admin-users-create" data-trans='communities.linkInvite' @@ -16,19 +16,19 @@ div.button.button-disabled(data-trans='communities.noPermission') #admin-communities-list.content-box__height(hidden, data-view="admin-communities-list") - div.segment.padding-xlarge.border-bottom + div.segment.padding-top-xsmall.padding-right-large.padding-bottom-xsmall.padding-left-large.border-bottom.border-color-grey.text-color-heading div h2.text-uppercase.text-xlarge.text-letter-spacing-large(data-trans='communities.title') div.segment.lg-hidden button.mobile-sidebar-button.jsMobileSidebarOpenButton.icon-arrow-left-circle(data-trans='communities.menuMobile') - div.segment.padding-xlarge.clearfix - div.segment.padding-y-small.margin-bottom.clearfix - h3.text-large.text-bold.text-letter-spacing-large(data-trans='communities.subTitle') + div.segment.padding-large.clearfix + div.segment.margin-bottom-medium.float-left + h3.text-color-heading.text-semibold.text-letter-spacing-large(data-trans='communities.subTitle') .table-wrapper - .table.segment.margin-bottom - div.table-header + .table + div.table-header.bg-color-third.text-color-heading div.table-cell.w450(data-trans='communities.tableHeader1') div.table-cell.w370(data-trans='communities.tableHeader2') @@ -39,7 +39,7 @@ fields='community.name, community' loader-id='loader-admin-community' - class-community.name='table-cell w450 text-color-heading text-bold text-letter-spacing-large' + class-community.name='table-cell w450 text-xlarge text-color-heading text-semibold text-letter-spacing-large' class-community='table-cell w370' widget-community='hubl-action-community'