2px border radius on social buttons
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user