Changeset 49726 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss
- Timestamp:
- 12/01/2020 07:07:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss
r49574 r49726 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.