Created
June 1, 2015 11:15
-
-
Save JoelEadeDesign/a6578d86babac5ff00d0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or 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
// ---- | |
// libsass (v3.2.4) | |
// ---- | |
.woo_sc_links { | |
margin: 0 0 30px; | |
} | |
.woo_sc_link { | |
width: auto!important; | |
display: inline-block; | |
vertical-align: bottom; | |
position: relative; | |
margin-right: 6px; | |
.fb_iframe_widget { | |
width: 90px; | |
span { | |
vertical-align: inherit!important; | |
} | |
} | |
[id^="twitter-widget-"] { | |
transform: scale3d(0.8125,0.8125,1); | |
transform-origin: bottom; | |
} | |
[class*="pin_it"] { | |
margin-right: 5px; | |
} | |
} |
This file contains hidden or 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
.woo_sc_links { | |
margin: 0 0 30px; | |
} | |
.woo_sc_link { | |
width: auto !important; | |
display: inline-block; | |
vertical-align: bottom; | |
position: relative; | |
margin-right: 6px; | |
} | |
.woo_sc_link .fb_iframe_widget { | |
width: 90px; | |
} | |
.woo_sc_link .fb_iframe_widget span { | |
vertical-align: inherit !important; | |
} | |
.woo_sc_link [id^="twitter-widget-"] { | |
transform: scale3d(0.8125, 0.8125, 1); | |
transform-origin: bottom; | |
} | |
.woo_sc_link [class*="pin_it"] { | |
margin-right: 5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment