Ticket #58024: 58024.1.patch
File 58024.1.patch, 2.7 KB (added by , 16 months ago) |
---|
-
wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
919 919 920 920 921 921 /* Block: Button ----------------------------- */ 922 922 :root .editor-styles-wrapper .wp-block-button{ 923 letter-spacing: 0.0333em; 924 } 923 925 :root .editor-styles-wrapper .wp-block-button__link, 924 926 :root .editor-styles-wrapper .wp-block-file__button { 925 927 background: #cd2653; … … 927 929 color: #fff; 928 930 font-size: 15px; 929 931 font-weight: 600; 930 letter-spacing: 0.0333em;931 932 line-height: 1.25; 932 933 padding: 1.1em 1.44em; 933 934 text-transform: uppercase; -
wp-content/themes/twentytwenty/assets/css/editor-style-block.css
923 923 924 924 925 925 /* Block: Button ----------------------------- */ 926 926 :root .editor-styles-wrapper .wp-block-button{ 927 letter-spacing: 0.0333em; 928 } 927 929 :root .editor-styles-wrapper .wp-block-button__link, 928 930 :root .editor-styles-wrapper .wp-block-file__button { 929 931 background: #cd2653; … … 931 933 color: #fff; 932 934 font-size: 15px; 933 935 font-weight: 600; 934 letter-spacing: 0.0333em;935 936 line-height: 1.25; 936 937 padding: 1.1em 1.44em; 937 938 text-transform: uppercase; -
wp-content/themes/twentytwenty/style-rtl.css
823 823 input[type="search"]::-webkit-search-results-decoration { 824 824 display: none; 825 825 } 826 826 .wp-block-button{ 827 letter-spacing: 0.0333em; 828 } 827 829 button, 828 830 .button, 829 831 .faux-button, … … 842 844 display: inline-block; 843 845 font-size: 1.5rem; 844 846 font-weight: 600; 845 letter-spacing: 0.0333em;846 847 line-height: 1.25; 847 848 margin: 0; 848 849 opacity: 1; -
wp-content/themes/twentytwenty/style.css
829 829 input[type="search"]::-webkit-search-results-decoration { 830 830 display: none; 831 831 } 832 832 .wp-block-button{ 833 letter-spacing: 0.0333em; 834 } 833 835 button, 834 836 .button, 835 837 .faux-button, … … 848 850 display: inline-block; 849 851 font-size: 1.5rem; 850 852 font-weight: 600; 851 letter-spacing: 0.0333em;852 853 line-height: 1.25; 853 854 margin: 0; 854 855 opacity: 1;