Improve sgFolderTree

Replaced the A link by a button and renamed the childLevel# CSS class by
a more appropriate sg-child-level-# class.
This commit is contained in:
Francis Lachapelle
2015-06-11 15:57:02 -04:00
parent c664648eb6
commit 79a5d61efb
2 changed files with 4 additions and 4 deletions
@@ -25,7 +25,7 @@ md-sidenav {
$i: 1;
@while $i < 12 {
md-item-content .childLevel#{$i} { padding-left: 15px * $i; }
md-item-content .sg-child-level-#{$i} { padding-left: 15px * $i; }
$i: $i + 1;
}