Add social media sharing buttons

This commit is contained in:
Andrew Miner
2015-03-01 18:52:24 -08:00
parent 1eb89cf580
commit d7613764f2
6 changed files with 26 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
/*
Crafting Guide - addthis.scss
Copyright (C) 2015 by Redwood Labs
All rights reserved.
*/
.addthis_sharing_toolbox {
position: absolute; top: 0.65em; right: 0.65em;
div {
text-align: right;
}
}
+1
View File
@@ -90,3 +90,4 @@ $layer-dialog: 1000;
@import 'views';
@import 'templates/index';
@import 'addthis';