- Timestamp:
- 02/12/2024 06:50:47 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r54413 r57599 164 164 } 165 165 166 //! Button 166 //! Buttons 167 .wp-block-buttons { 168 line-height: $font__line-height-heading; 169 } 170 167 171 .wp-block-button { 168 172 … … 172 176 font-size: $font__size-sm; 173 177 @include font-family( $font__heading ); 174 line-height: $font__line-height-heading;175 178 box-sizing: border-box; 176 179 font-weight: bold; 177 180 text-decoration: none; 178 181 padding: ($size__spacing-unit * .76) $size__spacing-unit; 179 outline: none;180 182 outline: none; 181 183
Note: See TracChangeset
for help on using the changeset viewer.