PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
buddypress
/
bp-templates
/
bp-nouveau
/
common-styles
// BP General CLasses: screen reader, clearfix etc. // @version 3.0.0 .bp-screen-reader-text { // See also _bp_mixins for mixin to add properties on block border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; } .clearfix { &:before, &:after { content: " "; display: table; } } .clearfix:after { clear: both; } // Vertical centering // This class allows us to center child elements // using flexbox this is a progressive enhancement, // it won't work in all browsers, older browser will simply // fall back to non centered or to using older techniques. // N.B. A mixin exists '@include center-vert()' for rulesets // to use to add the properties below. .center-vert { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } .bp-hide { @include hide(); } .bp-show { @include show(); }
[+]
..
[-] _bp_groups_activity.scss
[edit]
[-] _bp_groups_management.scss
[edit]
[-] _bp_registration.scss
[edit]
[-] _bp_activity_entries.scss
[edit]
[-] _bp_members_loop.scss
[edit]
[-] _bp_groups_create.scss
[edit]
[-] _bp_forms.scss
[edit]
[-] _bp_comment_form.scss
[edit]
[-] _bp_update_form.scss
[edit]
[-] _bp_animations.scss
[edit]
[-] _bp_blogs_loop.scss
[edit]
[-] _bp_activity_comments.scss
[edit]
[-] _bp-variables.scss
[edit]
[-] _bp_layouts.scss
[edit]
[-] _bp_group_header.scss
[edit]
[-] _bp_messages.scss
[edit]
[-] _bp_lists.scss
[edit]
[-] _bp_pagination.scss
[edit]
[-] _bp_tables.scss
[edit]
[-] _bp_widgets.scss
[edit]
[-] _bp_search.scss
[edit]
[-] _bp_generic_and_typography.scss
[edit]
[-] _bp_user_settings.scss
[edit]
[-] _bp-mixins.scss
[edit]
[-] _bp_general_classes.scss
[edit]
[-] _bp_navigation.scss
[edit]
[-] _bp_item_body_general.scss
[edit]
[-] _bp_user_header.scss
[edit]
[-] _bp_filters.scss
[edit]
[-] _bp_tooltips.scss
[edit]
[-] _bp_info_messages.scss
[edit]
[-] _bp_item_header_general.scss
[edit]
[-] _bp_buttons.scss
[edit]
[-] _bp_groups_loop.scss
[edit]
[-] _bp_groups_item_body.scss
[edit]
[-] _bp_cover_image.scss
[edit]
[-] _bp_user_profile.scss
[edit]