Changeset 4393 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin-card/style.scss
- Timestamp:
- 11/21/2016 07:54:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin-card/style.scss
r4223 r4393 1 1 .plugin-card { 2 background-color: #f9f9f9; 2 3 margin-bottom: 4%; 4 padding: 8px 8px 0 8px; 5 vertical-align: top; 3 6 4 7 @media screen and ( min-width: $ms-breakpoint ) { … … 39 42 } 40 43 } 44 45 hr { 46 background-color: #fff; 47 margin: auto; 48 } 49 50 footer { 51 span { 52 font-size: ms(-3); 53 width: 48%; 54 display: inline-block; 55 overflow: hidden; 56 white-space: nowrap; 57 58 i { 59 display: inline-block; 60 font-size: 1rem; 61 margin-right: 0.4rem; 62 } 63 64 } 65 66 .dashicons { 67 margin: 0 2px -1rem; 68 color: #bbb; 69 width: auto; 70 height: auto; 71 display: none; 72 73 @media (min-width:414px) { 74 display: inline-block; 75 } 76 } 77 } 41 78 }
Note: See TracChangeset
for help on using the changeset viewer.