Improve folders rename

This commit is contained in:
Francis Lachapelle
2015-09-16 16:15:04 -04:00
parent 7b580f8af6
commit 70bb512bb8
6 changed files with 23 additions and 18 deletions

View File

@@ -25,6 +25,16 @@ md-list-item {
}
}
// Remove padding of input fields in the sidenav for better transitions between read and edit mode of a folder
md-sidenav {
md-input-container {
padding: 0;
.md-input {
padding-left: 0;
}
}
}
// Add some padding to the first icon in a list item
//.md-list-item-inner {
// > i:first-child {