Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2021 11:51:00 PM (3 years ago)
Author:
dcavins
Message:

Member Invites: Add Nouveau template pack.

Add templates and logic for outputting the
member invitations screens.

Super props imath.

See #8139.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/sass/twentytwentyone.scss

    r12846 r12921  
    222222    }
    223223
    224     .notifications-options-nav {
     224    .notifications-options-nav,
     225    .invitations-options-nav {
    225226        margin-top: 1em;
    226 
    227         input#notification-bulk-manage {
    228             line-height: 1.2;
    229         }
     227    }
     228
     229    .notifications-options-nav input#notification-bulk-manage,
     230    .invitations-options-nav input#invitation-bulk-manage {
     231        line-height: 1.2;
    230232    }
    231233}
Note: See TracChangeset for help on using the changeset viewer.