Skip to content

Instantly share code, notes, and snippets.

@px-amaac
Created April 25, 2013 23:29
Show Gist options
  • Save px-amaac/5464066 to your computer and use it in GitHub Desktop.
Save px-amaac/5464066 to your computer and use it in GitHub Desktop.
.fc-webicon {
position: relative;
display: inline-block;
background-size: 100%;
width: 30px;
height: 30px;
text-indent: -999em;
text-align: left;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-bottom: 5px;
}
/* line 3, ../../../../.rvm/gems/ruby-2.0.0-p0@appdomumsite/bundler/gems/foundation-social-web-icons-rails-68bc0cad37a9/vendor/assets/stylesheets/_foundation-social-web-icons.scss */
.fc-webicon:hover {
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
/* line 4, ../../../../.rvm/gems/ruby-2.0.0-p0@appdomumsite/bundler/gems/foundation-social-web-icons-rails-68bc0cad37a9/vendor/assets/stylesheets/_foundation-social-web-icons.scss */
.fc-webicon.small {
width: 20px;
height: 20px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 5, ../../../../.rvm/gems/ruby-2.0.0-p0@appdomumsite/bundler/gems/foundation-social-web-icons-rails-68bc0cad37a9/vendor/assets/stylesheets/_foundation-social-web-icons.scss */
.fc-webicon.large {
width: 48px;
height: 48px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
/* line 35, ../../../../.rvm/gems/ruby-2.0.0-p0@appdomumsite/bundler/gems/foundation-social-web-icons-rails-68bc0cad37a9/vendor/assets/stylesheets/_foundation-social-web-icons.scss */
.fc-webicon.googleplus {
width: 30px;
height: 30px;
background: url(/assets/foundation-social-web-icons.png) -882px -9px no-repeat;
}
/* line 36, ../../../../.rvm/gems/ruby-2.0.0-p0@appdomumsite/bundler/gems/foundation-social-web-icons-rails-68bc0cad37a9/vendor/assets/stylesheets/_foundation-social-web-icons.scss */
.fc-webicon.googleplus.small {
width: 20px;
height: 20px;
background: url(/assets/foundation-social-web-icons.png) -912px -14px no-repeat;
}
/* line 37, ../../../../.rvm/gems/ruby-2.0.0-p0@appdomumsite/bundler/gems/foundation-social-web-icons-rails-68bc0cad37a9/vendor/assets/stylesheets/_foundation-social-web-icons.scss */
.fc-webicon.googleplus.large {
width: 48px;
height: 48px;
background: url(/assets/foundation-social-web-icons.png) -932px 0px no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment