Changeset 52615
- Timestamp:
- 01/21/2022 07:50:56 PM (3 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r52549 r52615 352 352 353 353 .editor-styles-wrapper p.has-small-font-size { 354 --wp--preset--font-size--small: 0.842em;354 font-size: 0.842em; 355 355 } 356 356 357 357 .editor-styles-wrapper p.has-normal-font-size, 358 358 .editor-styles-wrapper p.has-regular-font-size { 359 --wp--preset--font-size--normal: 1em;359 font-size: 1em; 360 360 } 361 361 362 362 .editor-styles-wrapper p.has-medium-font-size { 363 --wp--preset--font-size--medium: 1.1em;363 font-size: 1.1em; 364 364 } 365 365 366 366 .editor-styles-wrapper p.has-large-font-size { 367 --wp--preset--font-size--large: 1.25em;367 font-size: 1.25em; 368 368 } 369 369 -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r52549 r52615 207 207 208 208 .has-black-background-color { 209 --wp--preset--color--black: #000;209 background-color: #000; 210 210 color: #fff; 211 211 } 212 212 213 213 .has-white-background-color { 214 --wp--preset--color--white: #fff;214 background-color: #fff; 215 215 color: #000; 216 216 } 217 217 218 218 .has-black-color { 219 --wp--preset--color--black: #000;219 color: #000; 220 220 } 221 221 222 222 .has-white-color { 223 --wp--preset--color--white: #fff;223 color: #fff; 224 224 } 225 225 … … 352 352 353 353 .editor-styles-wrapper p.has-small-font-size { 354 --wp--preset--font-size--small: 0.842em;354 font-size: 0.842em; 355 355 } 356 356 357 357 .editor-styles-wrapper p.has-normal-font-size, 358 358 .editor-styles-wrapper p.has-regular-font-size { 359 --wp--preset--font-size--normal: 1em;359 font-size: 1em; 360 360 } 361 361 362 362 .editor-styles-wrapper p.has-medium-font-size { 363 --wp--preset--font-size--medium: 1.1em;363 font-size: 1.1em; 364 364 } 365 365 366 366 .editor-styles-wrapper p.has-large-font-size { 367 --wp--preset--font-size--large: 1.25em;367 font-size: 1.25em; 368 368 } 369 369 -
trunk/src/wp-content/themes/twentytwenty/style-rtl.css
r52549 r52615 2837 2837 2838 2838 .entry-content .has-small-font-size { 2839 --wp--preset--font-size--small: 0.842em;2839 font-size: 0.842em; 2840 2840 } 2841 2841 2842 2842 .entry-content .has-normal-font-size, 2843 2843 .entry-content .has-regular-font-size { 2844 --wp--preset--font-size--normal: 1em;2844 font-size: 1em; 2845 2845 } 2846 2846 2847 2847 .entry-content .has-medium-font-size { 2848 --wp--preset--font-size--medium: 1.1em;2848 font-size: 1.1em; 2849 2849 line-height: 1.45; 2850 2850 } 2851 2851 2852 2852 .entry-content .has-large-font-size { 2853 --wp--preset--font-size--large: 1.25em;2853 font-size: 1.25em; 2854 2854 line-height: 1.4; 2855 2855 } -
trunk/src/wp-content/themes/twentytwenty/style.css
r52549 r52615 2855 2855 2856 2856 .entry-content .has-small-font-size { 2857 --wp--preset--font-size--small: 0.842em;2857 font-size: 0.842em; 2858 2858 } 2859 2859 2860 2860 .entry-content .has-normal-font-size, 2861 2861 .entry-content .has-regular-font-size { 2862 --wp--preset--font-size--normal: 1em;2862 font-size: 1em; 2863 2863 } 2864 2864 2865 2865 .entry-content .has-medium-font-size { 2866 --wp--preset--font-size--medium: 1.1em;2866 font-size: 1.1em; 2867 2867 line-height: 1.45; 2868 2868 } 2869 2869 2870 2870 .entry-content .has-large-font-size { 2871 --wp--preset--font-size--large: 1.25em;2871 font-size: 1.25em; 2872 2872 line-height: 1.4; 2873 2873 }
Note: See TracChangeset
for help on using the changeset viewer.