(css) Reclaim some space in the left sidenav

pull/101/head^2
Francis Lachapelle 2015-11-25 10:06:48 -05:00
parent 69ff0634b4
commit 3d75d6affa
2 changed files with 3 additions and 1 deletions

View File

@ -53,6 +53,7 @@ md-list-item {
md-list-item {
.md-button {
margin: 0;
transition: background-color $swift-ease-in-duration $swift-ease-in-timing-function;
}
// Gain some space on the right side of the folder icon

View File

@ -24,7 +24,8 @@ $i: 1;
}
[class^=sg-child-level] {
md-icon, md-checkbox {
md-icon,
md-checkbox {
margin-right: $bl * 2;
max-width: 24px;
}