Changeset 56451 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss
- Timestamp:
- 08/24/2023 04:14:54 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss
r49726 r56451 8 8 border-color: currentColor; 9 9 position: relative; 10 font-weight: 700; 11 font-style: var(--pullquote--font-style); 12 font-family: var(--pullquote--font-family); 13 letter-spacing: var(--pullquote--letter-spacing); 14 line-height: var(--pullquote--line-height); 10 15 11 16 blockquote::before { … … 21 26 22 27 p { 23 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 line-height: var(--pullquote--line-height);28 font-family: inherit; 29 font-size: inherit; 30 font-style: inherit; 31 font-weight: inherit; 32 letter-spacing: inherit; 33 line-height: inherit; 29 34 margin: 0; 30 35 }
Note: See TracChangeset
for help on using the changeset viewer.