Changeset 52727 for branches/5.9/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss
- Timestamp:
- 02/14/2022 10:18:52 PM (4 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss
r50972 r52727 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.