Changeset 13145 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
- Timestamp:
- 01/23/2024 10:39:27 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
r13060 r13145 437 437 438 438 .theme-wrap .theme-actions { 439 display: flex; 440 gap: 5px; 439 441 margin: 0 0 1.5em; 440 442 text-align: center; … … 1808 1810 font-size: 40px; 1809 1811 width: 40px; 1810 line-height: 1 .5;1812 line-height: 1; 1811 1813 } 1812 1814 … … 2054 2056 } 2055 2057 2058 .theme-wrap .theme-actions { 2059 flex-flow: column wrap; 2060 } 2061 2056 2062 .theme-wrap .theme-actions .button-primary, 2057 2063 .theme-wrap .theme-actions .button-secondary { … … 2063 2069 display: block; 2064 2070 margin: 0; 2065 }2066 2067 span.favorite.dashicons,2068 span.favorite.dashicons::before {2069 line-height: 1;2070 2071 } 2071 2072
Note: See TracChangeset
for help on using the changeset viewer.