Changeset 57631 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss
- Timestamp:
- 02/13/2024 09:22:35 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss
r56959 r57631 8 8 border-color: currentColor; 9 9 position: relative; 10 font-size: var(--pullquote--font-size); 11 font-style: var(--pullquote--font-style); 12 font-weight: 700; 13 letter-spacing: var(--pullquote--letter-spacing); 10 14 11 15 blockquote::before { … … 22 26 p { 23 27 font-family: var(--pullquote--font-family); 24 font-size: var(--pullquote--font-size); 25 font-style: var(--pullquote--font-style); 26 font-weight: 700; 27 letter-spacing: var(--pullquote--letter-spacing); 28 font-size: inherit; 29 font-style: inherit; 30 font-weight: inherit; 31 letter-spacing: inherit; 32 line-height: inherit; 33 margin: 0; 34 } 35 36 &:where(:not([style*="line-height"])) p { 28 37 line-height: var(--pullquote--line-height); 29 margin: 0;30 38 } 31 39
Note: See TracChangeset
for help on using the changeset viewer.