Update left and right off canvas
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 26 Mar 2015 19:45:34 +0000 (15:45 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 26 Mar 2015 19:45:34 +0000 (15:45 -0400)
Adding a offcanvas social list style based on inline-list

root/scss/_left-off-canvas.scss
root/scss/_right-off-canvas.scss

index 11edce6..4d4d599 100644 (file)
@@ -71,4 +71,8 @@ aside.left-off-canvas-menu ul.open {
             }
         }
 }
+.offcavas-social-list {
+    @include inline-list;
+    margin-left: auto;
+}
 /* End Mobile Menu */
index 2c94353..8484f3f 100644 (file)
@@ -71,4 +71,8 @@ aside.right-off-canvas-menu ul.open {
             }
         }
 }
+.offcavas-social-list {
+    @include inline-list;
+    margin-right: auto;
+}
 /* End Mobile Menu */