Changeset 56959 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss
- Timestamp:
- 10/17/2023 01:48:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss
r56451 r56959 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);15 10 16 11 blockquote::before { … … 26 21 27 22 p { 28 font-family: inherit;29 font-size: inherit;30 font-style: inherit;31 font-weight: inherit;32 letter-spacing: inherit;33 line-height: inherit;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); 34 29 margin: 0; 35 30 }
Note: See TracChangeset
for help on using the changeset viewer.