Last active
September 18, 2017 04:54
-
-
Save gspice/7ca2d17607de07441c3b24286a2fd3e9 to your computer and use it in GitHub Desktop.
Styling for adding the Genesis Featured Posts widget to Utility Pro 1.3.x (developer license)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Home Featured Post widget - | |
using default Genesis Featured Posts widget | |
--------------------------------------------- */ | |
.home-featured-posts .featured-content { | |
clear: both; | |
} | |
.home-featured-posts .featured-content .widgettitle { | |
border-top: 1px solid lighten($black, 11); | |
background-color: $white; | |
margin: 0 0 24px; | |
padding: 30px; | |
} | |
.home-featured-posts .featured-content .entry-title { | |
font-size: 24px; | |
margin: 15px 0 15px; | |
} | |
.home-featured-posts .featured-content .entry-meta { | |
background-color: $white; | |
margin: 0 0 10px; | |
padding: 0; | |
text-align: left; | |
} | |
.home-featured-posts .featured-content a.alignleft { | |
margin-right: 24px; | |
} | |
.home-featured-posts .featured-content a img { | |
margin-bottom: -8px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment