Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/forms/_buttons.scss
- Timestamp:
- 08/23/2016 10:35:28 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/forms/_buttons.scss
r3832 r3847 56 56 line-height: 1; 57 57 margin: 0; 58 padding: 0 12.8px;59 58 padding: 0 0.8rem; 60 59 text-decoration: none; … … 76 75 height: ms(6); 77 76 line-height: 1; 78 padding: 0 16px;79 77 padding: 0 1rem; 80 78 } … … 82 80 .button.button-small, 83 81 .button-group.button-small .button { 84 @include font-size( ms-unitless( ms(-4) ));82 font-size: ms( -4 ); 85 83 height: ms(2); 86 84 line-height: 1; 87 padding: 0 8px;88 85 padding: 0 0.5rem; 89 86 }
Note: See TracChangeset
for help on using the changeset viewer.