- Timestamp:
- 10/04/2022 01:10:12 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/styles/pitch.json
r54235 r54372 43 43 "size": "calc(8px + 1.5625vw)", 44 44 "slug": "20", 45 "name": " Tiny"45 "name": "1" 46 46 }, 47 47 { 48 48 "size": "calc(12px + 1.5625vw)", 49 49 "slug": "30", 50 "name": " Small"50 "name": "2" 51 51 }, 52 52 { 53 53 "size": "calc(16px + 1.5625vw)", 54 54 "slug": "40", 55 "name": " Medium"55 "name": "3" 56 56 }, 57 57 { 58 58 "size": "calc(20px + 1.5625vw)", 59 59 "slug": "50", 60 "name": " Large"60 "name": "4" 61 61 }, 62 62 { 63 63 "size": "calc(24px + 1.5625vw)", 64 64 "slug": "60", 65 "name": " Extra Large"65 "name": "5" 66 66 }, 67 67 { 68 68 "size": "calc(28px + 1.5625vw)", 69 69 "slug": "70", 70 "name": " 2X Large"70 "name": "6" 71 71 }, 72 72 { 73 73 "size": "calc(32px + 1.5625vw)", 74 74 "slug": "80", 75 "name": " 3X Large"75 "name": "7" 76 76 } 77 77 ] … … 146 146 "button": { 147 147 "border": { 148 "radius": "0" 148 "radius": "0", 149 "style": "solid", 150 "width": "2px", 151 "color": "var(--wp--preset--color--primary)" 149 152 }, 150 153 "color": { … … 154 157 "spacing": { 155 158 "padding": { 156 "top": "min(1. 25rem, 3vw)",157 "right": "min(2. 25rem, 5vw)",158 "bottom": "min(1. 25rem, 3vw)",159 "left": "min(2. 25rem, 5vw)"159 "top": "min(1.125rem, 3vw) !important", 160 "right": "min(2.125rem, 5vw) !important", 161 "bottom": "min(1.125rem, 3vw) !important", 162 "left": "min(2.125rem, 5vw) !important" 160 163 } 161 164 }, … … 167 170 }, 168 171 ":hover": { 172 "border": { 173 "color": "var(--wp--preset--color--contrast)" 174 }, 169 175 "color": { 170 176 "background": "var(--wp--preset--color--contrast)", 171 "text": "var(--wp--preset--color-- primary)"177 "text": "var(--wp--preset--color--tertiary)" 172 178 } 173 179 }, 174 180 ":focus": { 181 "border": { 182 "color": "var(--wp--preset--color--contrast)" 183 }, 175 184 "color": { 176 185 "background": "var(--wp--preset--color--contrast)", 177 "text": "var(--wp--preset--color-- primary)"186 "text": "var(--wp--preset--color--tertiary)" 178 187 } 179 188 }, 180 189 ":active": { 190 "border": { 191 "color": "var(--wp--preset--color--contrast)" 192 }, 181 193 "color": { 182 194 "background": "var(--wp--preset--color--contrast)", 183 "text": "var(--wp--preset--color-- primary)"195 "text": "var(--wp--preset--color--tertiary)" 184 196 } 185 197 }
Note: See TracChangeset
for help on using the changeset viewer.