- Timestamp:
- 05/18/2019 08:33:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_buttons.scss
r12082 r12398 1 1 // BP Buttons, Submits, Icons and general clicky things styling. 2 // @version 3.0.0 2 // @since 3.0.0 3 // @version 5.0.0 3 4 4 5 // Buttons by default are styled as simple boxes but we may … … 26 27 border-style: solid; 27 28 border-width: 1px; 29 border-radius: 0; 28 30 color: $dark-grey; 29 31 cursor: pointer; 32 font-family: inherit; 30 33 font-size: inherit; 31 34 font-weight: 400; … … 35 38 text-decoration: none; 36 39 width: auto; 40 line-height: 1; 41 } 42 43 button.dashicons, 44 a.button.dashicons { 45 font-family: dashicons; 37 46 } 38 47
Note: See TracChangeset
for help on using the changeset viewer.