1212}
1313
1414.post-header {
15- margin-bottom : 1.66667 em ;
15+ overflow : hidden ;
1616
1717 h2 {
1818 padding : 3px 6px ;
7171
7272.post-tags ,
7373.reading-time ,
74- .post-share {
74+ .post-share ,
75+ .project-tags > span {
7576 font-size : 0.77778rem ;
7677 line-height : 1.5 ;
7778 float : left ;
@@ -197,33 +198,38 @@ blockquote > p {
197198 width : 60px ;
198199}
199200
200- .post-feed .post {
201- border-bottom : 1px solid $gray-lighter ;
202- }
201+ .post-feed {
202+ .post-header {
203+ margin-bottom : 0.83333em ;
204+ }
203205
204- .post-feed .post-header {
205- margin -bottom : 0.83333 em ;
206- }
206+ .post {
207+ border -bottom : 1 px solid $gray-lighter ;
208+ }
207209
208- .post-feed .post-content {
209- font-size : 0.88889rem ;
210- margin-bottom : 1.66667em ;
210+ .post-content {
211+ font-size : 0.88889rem ;
212+ margin-bottom : 1.66667em ;
213+ }
211214}
212215
213- .read-next .post-title {
214- font-size : 1.33333rem ;
215- }
216+ .read-next {
217+ .post-title {
218+ font-size : 1.33333rem ;
219+ }
216220
217- .read-next .post-meta {
218- margin-bottom : 0.5em ;
221+ .post-meta {
222+ margin-bottom : 0.5em ;
223+ }
219224}
220225
221226.tag-top {
222227 clear : both ;
223228}
224229
225230.button-small ,
226- .tagcloud a {
231+ .tagcloud a ,
232+ .project-tags > span {
227233 border : 1px solid $gray-lighter ;
228234 color : $body-text-color ;
229235 display : inline-block ;
@@ -255,7 +261,6 @@ ul.archive-posts-list {
255261 margin-bottom : 0.5556em
256262 }
257263}
258-
259264/* Archives */
260265.page-header {
261266 margin-bottom : 1.66667em ;
@@ -274,7 +279,6 @@ ul.archive-posts-list {
274279 margin : 0.25em 0 0 ;
275280 text-transform : uppercase ;
276281}
277-
278282/* Hero section */
279283.hero {
280284 margin-bottom : 2.5em ;
@@ -297,7 +301,6 @@ ul.archive-posts-list {
297301 margin : 0 ;
298302}
299303
300- /* Featured posts */
301304.featured-posts {
302305 display : -ms-flexbox ;
303306 display : -webkit-flex ;
@@ -340,9 +343,75 @@ ul.archive-posts-list {
340343 }
341344 }
342345}
343-
344346/* Projects */
345- .featured-projects {
347+ .project {
348+
349+ input [type = checkbox ] {
350+ display : none ;
351+
352+ ~ div {
353+ display : none ;
354+ padding-left : 26px ;
355+ }
356+ }
357+
358+ label .hero {
359+ cursor : pointer ;
360+ margin-bottom : .5em ;
361+ padding-left : 26px ;
362+ position : relative ;
363+ display : block ;
364+
365+ & ::before {
366+ content : " +" ;
367+ position : absolute ;
368+ left : 3px ;
369+ }
370+
371+ & ::after {
372+ margin-top : 0 ;
373+ height : 0 ;
374+ width : 120px ;
375+ }
376+
377+ .hero-text {
378+ font-size : 1.33334em ;
379+ }
380+ }
381+
382+ input [type = checkbox ]:checked {
383+ + label {
384+ margin-bottom : .77778em ;
385+
386+ & :before {
387+ content : " -" ;
388+ left : 5px ;
389+ }
390+
391+ & :after {
392+ height : 1px ;
393+ margin-top : 1em ;
394+ }
395+ }
396+
397+ ~ div {
398+ display : block ;
399+ margin-bottom : 2em ;
400+ overflow : hidden ;
401+ }
402+ }
403+
404+ ul {
405+ padding-left : .9em ;
406+ }
407+
408+ li {
409+ font-size : .9em ;
410+ margin-bottom : .4em ;
411+ }
412+ }
413+ /* Products */
414+ .featured-products {
346415 display : -ms-flexbox ;
347416 display : -webkit-flex ;
348417 display : flex ;
@@ -352,11 +421,11 @@ ul.archive-posts-list {
352421 margin : 0 -0.83333em 2.5em ;
353422}
354423
355- .project -featured {
424+ .product -featured {
356425 flex : 0 0 100% ;
357426 margin-bottom : .5em ;
358427
359- .project -inside {
428+ .product -inside {
360429 padding : 0 0.833333em ;
361430 margin-bottom : 1.5em ;
362431 overflow : hidden ;
@@ -368,27 +437,26 @@ ul.archive-posts-list {
368437 width : 27% ;
369438 }
370439
371- .project -header {
440+ .product -header {
372441 float : left ;
373442 }
374443
375444 h2 {
376445 margin-bottom : 6px ;
377446 }
378447
379- .project -thumbnail {
448+ .product -thumbnail {
380449 text-decoration : none ;
381450 }
382451
383- .project -content {
452+ .product -content {
384453 font-size : 0.75rem ;
385454 float : left ;
386455 margin-bottom : 0 ;
387456 padding-left : 15px ;
388457 width : 63% ;
389458 }
390459}
391-
392460/* *
393461 * 4.2 Pagination
394462 * ----------------------------------------------------------------------------
0 commit comments