Changeset 13671 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/plugin/_plugin-banner.scss
- Timestamp:
- 05/08/2024 03:57:39 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/plugin/_plugin-banner.scss
r13595 r13671 1 .plugin-banner { 2 background-position: 50% 50%; 3 background-size: 100%; 4 background-repeat: no-repeat; 1 .plugin-banner img { 2 margin: 0 auto var( --wp--preset--spacing--30 ); 5 3 border-radius: var( --wp--custom--button--border--radius ); 6 display: inline-block; 7 margin: 0 auto var( --wp--style--block-gap ); 8 padding-top: 32.38342%; /* 250px / 722px */ 9 vertical-align: middle; 4 display: block; 10 5 width: 100%; 11 6 }
Note: See TracChangeset
for help on using the changeset viewer.