Changeset 49728 for branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss
- Timestamp:
- 12/01/2020 07:25:43 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss
r49574 r49728 13 13 content: "\201C"; 14 14 display: block; 15 position: relative; // Override the absolute position. 16 left: 0; 15 17 font-size: 3rem; 16 18 font-weight: 500; … … 95 97 } 96 98 } 99 100 .wp-block[data-align="left"], 101 .wp-block[data-align="right"] { 102 103 .wp-block-pullquote.is-style-solid-color { 104 padding: var(--global--spacing-unit); 105 } 106 }
Note: See TracChangeset
for help on using the changeset viewer.