mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2025-07-01 05:45:59 -04:00
Add social sharing widgets
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
// ELEMENTS ===================================================
|
||||
// Figures, images, social media, other elements ==============
|
||||
@import "elements.less";
|
||||
// Drop down menu
|
||||
@import "dl-menu.less";
|
||||
// Font Awesome webfont icons =================================
|
||||
@import "font-awesome.less";
|
||||
|
@ -352,8 +352,20 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
// Social Icons
|
||||
// Social Share
|
||||
// --------------------------------------------------
|
||||
.socialcount {
|
||||
.font-rem(16);
|
||||
font-weight: 700;
|
||||
li {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
p > a,
|
||||
li > a {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Browser Upgrade
|
||||
|
Reference in New Issue
Block a user