Changeset 52726 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss
- Timestamp:
- 02/14/2022 09:53:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss
r50972 r52726 7 7 * Block Options 8 8 */ 9 10 // The parent container does not need outer margins applied.11 // The children should all have top and bottom margins.12 [data-block].wp-block-buttons {13 margin-top: 0;14 margin-bottom: 0;15 16 .wp-block-button:first-child {17 margin-top: var(--global--spacing-vertical);18 }19 20 .wp-block-button:last-child {21 margin-bottom: var(--global--spacing-vertical);22 }23 }24 9 25 10 .wp-block-button {
Note: See TracChangeset
for help on using the changeset viewer.