Changeset 50261
- Timestamp:
- 02/09/2021 03:42:43 AM (4 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwentyone
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
r50260 r50261 392 392 border-radius: 0; 393 393 cursor: pointer; 394 display: block;395 394 font-weight: 500; 396 395 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; … … 890 889 border-radius: 0; 891 890 cursor: pointer; 892 display: block;893 891 font-weight: 500; 894 892 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; … … 2313 2311 border-radius: 0; 2314 2312 cursor: pointer; 2315 display: block;2316 2313 font-weight: 500; 2317 2314 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; -
trunk/src/wp-content/themes/twentytwentyone/assets/css/ie.css
r50260 r50261 2248 2248 border-radius: 0; 2249 2249 cursor: pointer; 2250 display: block;2251 2250 font-weight: 500; 2252 2251 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; … … 2261 2260 border-radius: 0; 2262 2261 cursor: pointer; 2263 display: block;2264 2262 font-weight: 500; 2265 2263 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; … … 2274 2272 border-radius: 0; 2275 2273 cursor: pointer; 2276 display: block;2277 2274 font-weight: 500; 2278 2275 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; … … 2287 2284 border-radius: 0; 2288 2285 cursor: pointer; 2289 display: block;2290 2286 font-weight: 500; 2291 2287 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; … … 2300 2296 border-radius: 0; 2301 2297 cursor: pointer; 2302 display: block;2303 2298 font-weight: 500; 2304 2299 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; … … 2313 2308 border-radius: 0; 2314 2309 cursor: pointer; 2315 display: block;2316 2310 font-weight: 500; 2317 2311 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; … … 2326 2320 border-radius: 0; 2327 2321 cursor: pointer; 2328 display: block;2329 2322 font-weight: 500; 2330 2323 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; -
trunk/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
r50260 r50261 532 532 border-radius: var(--button--border-radius); 533 533 cursor: pointer; 534 display: block;535 534 font-weight: var(--button--font-weight); 536 535 font-family: var(--button--font-family); … … 884 883 border-radius: var(--button--border-radius); 885 884 cursor: pointer; 886 display: block;887 885 font-weight: var(--button--font-weight); 888 886 font-family: var(--button--font-family); … … 1823 1821 border-radius: var(--button--border-radius); 1824 1822 cursor: pointer; 1825 display: block;1826 1823 font-weight: var(--button--font-weight); 1827 1824 font-family: var(--button--font-family); -
trunk/src/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss
r49987 r50261 24 24 border-radius: var(--button--border-radius); 25 25 cursor: pointer; 26 display: block;27 26 font-weight: var(--button--font-weight); 28 27 font-family: var(--button--font-family); -
trunk/src/wp-content/themes/twentytwentyone/style-rtl.css
r50260 r50261 1719 1719 border-radius: var(--button--border-radius); 1720 1720 cursor: pointer; 1721 display: block;1722 1721 font-weight: var(--button--font-weight); 1723 1722 font-family: var(--button--font-family); -
trunk/src/wp-content/themes/twentytwentyone/style.css
r50260 r50261 1729 1729 border-radius: var(--button--border-radius); 1730 1730 cursor: pointer; 1731 display: block;1732 1731 font-weight: var(--button--font-weight); 1733 1732 font-family: var(--button--font-family);
Note: See TracChangeset
for help on using the changeset viewer.