Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/18/2019 08:33:46 AM (7 years ago)
Author:
imath
Message:

BP Nouveau: polish the layout of BuddyPress parts in Twenty Nineteen

Fixes #8023

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_buttons.scss

    r12082 r12398  
    11// BP Buttons, Submits, Icons and general clicky things styling.
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45// Buttons by default are styled as simple boxes but we may
     
    2627            border-style: solid;
    2728            border-width: 1px;
     29            border-radius: 0;
    2830            color: $dark-grey;
    2931            cursor: pointer;
     32            font-family: inherit;
    3033            font-size: inherit;
    3134            font-weight: 400;
     
    3538            text-decoration: none;
    3639            width: auto;
     40            line-height: 1;
     41        }
     42
     43        button.dashicons,
     44        a.button.dashicons {
     45            font-family: dashicons;
    3746        }
    3847
Note: See TracChangeset for help on using the changeset viewer.