// BP Single Screens Item Body General Styles. // @since 3.0.0 // @version 5.0.0 .buddypress-wrap { .item-body { margin: $marg-lrg 0; .screen-heading { @include font-size(20); font-weight: 400; } .button-tabs { margin: $marg-xlrg 0 $marg-med; list-style: none; } } } // If vertical primary nav is in use the item body // needs a little left padding on loops to let the content breath. .buddypress-wrap.bp-single-vert-nav { .bp-list:not(.grid) { .item-entry { padding-left: $pad-sml; } } }