Changeset 3862 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin-icon/style.scss
- Timestamp:
- 08/26/2016 07:58:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin-icon/style.scss
r3847 r3862 12 12 } 13 13 } 14 15 .single & { 16 display: none; 17 float: left; 18 height: 96px; 19 margin-right: 1rem; 20 width: 96px; 21 22 @media screen and ( min-width: 26em ) { 23 display: block; 24 } 25 26 .plugin-icon { 27 background-size: contain !important; 28 height: 96px !important; 29 width: 96px !important; 30 } 31 32 } 14 33 }
Note: See TracChangeset
for help on using the changeset viewer.