feat(design): improve styling of terms

This commit is contained in:
Jason Dreyzehner 2016-10-19 22:52:50 -04:00
commit 6d55b89d39
4 changed files with 76 additions and 59 deletions

View file

@ -30,3 +30,8 @@ $placeholder-icon-padding: 10px;
.item-input-wrapper {
background: none transparent;
}
// the default .item p color of #666 cannot be modified by a variable
.item p {
color: $mid-gray;
}