Skip to content

Instantly share code, notes, and snippets.

@DustinWStout
Last active November 17, 2018 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DustinWStout/69a3e4bf7a36e15550cfed74a8d0bc03 to your computer and use it in GitHub Desktop.
Save DustinWStout/69a3e4bf7a36e15550cfed74a8d0bc03 to your computer and use it in GitHub Desktop.
Minimal Social Warfare - Pro buttons style. Just add the following to your theme's style.css file.
.swp_social_panel {
background: #fff;
height: 62px;
padding: 0;
border-radius: 8px;
border: 1px solid #eee;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.01), 0 4px 5px 0 rgba(0,0,0,.014), 0 4px 15px 0 rgba(0,0,0,.09);
}
div.nc_tweetContainer {
border: none !important;
border-radius: 0 !important;
margin: 0 !important;
height: 60px !important;
}
.nc_wrapper.bottom {
background: transparent !important;
}
a.nc_tweet {
border-radius: 0;
padding: 15px;
height: 60px !important;
}
.swp_social_panel {
background: #fff;
height: 62px;
padding: 0;
border-radius: 8px;
border: 1px solid #eee;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.01), 0 4px 5px 0 rgba(0,0,0,.014), 0 4px 15px 0 rgba(0,0,0,.09);
}
div.nc_tweetContainer {
border: none !important;
border-radius: 0 !important;
margin: 0 !important;
height: 60px !important;
}
.nc_wrapper.bottom {
background: transparent !important;
}
a.nc_tweet {
border-radius: 0;
padding: 15px;
height: 60px !important;
}
.nc_tweetContainer.total_shares.total_sharesalt {
padding: 15px !important;
}
span.iconFiller {
margin-bottom: 10px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment