list/item scss wip

This commit is contained in:
Adam Bradley
2015-07-26 00:21:41 -05:00
parent 24e012865f
commit 7f40df0a5f
25 changed files with 576 additions and 277 deletions

View File

@@ -76,7 +76,7 @@ textarea {
align-items: center;
position: relative;
overflow: hidden;
padding: ($item-padding / 3) * 2;
//padding: ($item-padding / 3) * 2;
}
.item-input-wrapper {
@@ -97,7 +97,7 @@ textarea {
}
.item-input-wrapper ~ .button {
margin-left: ($item-padding / 3) * 2;
//margin-left: ($item-padding / 3) * 2;
}