Ticket #57854: 57854-3.diff
File 57854-3.diff, 2.5 KB (added by , 14 months ago) |
---|
-
src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss
7 7 color: currentColor; 8 8 border-color: currentColor; 9 9 position: relative; 10 font-weight: 700;11 font-style: var(--pullquote--font-style);12 10 font-family: var(--pullquote--font-family); 13 letter-spacing: var(--pullquote--letter-spacing);14 line-height: var(--pullquote--line-height);15 11 16 12 blockquote::before { 17 13 color: currentColor; … … 24 20 line-height: 1; 25 21 } 26 22 23 &:not([style*="font-size"]):not([class*="font-size"]) p { 24 font-size: var(--pullquote--font-size); 25 } 26 27 &:not([style*="font-weight"]) p { 28 font-weight: 700; 29 } 30 31 &:not([style*="font-style"]) p { 32 font-style: var(--pullquote--font-style); 33 } 34 35 &:not([style*="letter-spacing"]) p { 36 letter-spacing: var(--pullquote--letter-spacing); 37 } 38 39 &:not([style*="line-height"]) p { 40 line-height: var(--pullquote--line-height); 41 } 42 27 43 p { 28 44 font-family: inherit; 29 45 font-size: inherit; -
src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss
7 7 color: currentColor; 8 8 border-color: currentColor; 9 9 position: relative; 10 font-weight: 700;11 font-style: var(--pullquote--font-style);12 10 font-family: var(--pullquote--font-family); 13 letter-spacing: var(--pullquote--letter-spacing);14 line-height: var(--pullquote--line-height);15 11 16 12 blockquote::before { 17 13 color: currentColor; … … 24 20 line-height: 1; 25 21 } 26 22 23 &:not([style*="font-size"]):not([class*="font-size"]) p { 24 font-size: var(--pullquote--font-size); 25 } 26 27 &:not([style*="font-weight"]) p { 28 font-weight: 700; 29 } 30 31 &:not([style*="font-style"]) p { 32 font-style: var(--pullquote--font-style); 33 } 34 35 &:not([style*="letter-spacing"]) p { 36 letter-spacing: var(--pullquote--letter-spacing); 37 } 38 39 &:not([style*="line-height"]) p { 40 line-height: var(--pullquote--line-height); 41 } 42 27 43 p { 28 44 font-family: inherit; 29 45 font-size: inherit;