2px border radius on social buttons

This commit is contained in:
Sahat Yalkabov
2014-03-07 14:40:01 -05:00
parent c2cda88433
commit d4b03f7dd2

View File

@ -54,13 +54,24 @@ body {
height: 45px; height: 45px;
} }
// Extra space between font-awesome icons and text // Social Buttons
// -------------------------
.btn-social {
border-radius: 2px;
}
// Font Awesome
// -------------------------
[class^="fa-"], [class^="fa-"],
[class*="fa-"] { [class*="fa-"] {
margin-right: 5px; margin-right: 5px;
} }
// Thumbnails // API Examples
// -------------------------
.thumb { .thumb {
padding-left: 0 !important; padding-left: 0 !important;
padding-right: 0 !important; padding-right: 0 !important;