I updated the off canvas spacing again
authorIan Weller <ian@gaslightmedia.com>
Mon, 17 Apr 2017 15:49:30 +0000 (11:49 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 17 Apr 2017 15:53:34 +0000 (11:53 -0400)
The client info for the off canvas, I have added some of the spacing
back.  It isn't the same kind of spacing between the 'Hours' items, but
it is close enough.

css/app.css
scss/_left-off-canvas.scss

index 6d9def4..2e4b95e 100644 (file)
@@ -7490,7 +7490,7 @@ aside.left-off-canvas-menu ul.open {
           white-space: pre-wrap; }
     .left-off-canvas-menu ul.offcanvas-info li {
       font-size: 14px;
-      padding: 0 8px;
+      padding: 2px 8px;
       margin: 0; }
       .left-off-canvas-menu ul.offcanvas-info li a {
         font-size: 14px; }
index cbb250b..5eb12be 100644 (file)
@@ -87,7 +87,7 @@ aside.left-off-canvas-menu ul.open {
             &.offcanvas-info {
                 li {
                     font-size: 14px;
-                    padding: 0 8px;
+                    padding: 2px 8px;
                     margin: 0;
                     a {
                         font-size: 14px;