feat(design): improve styling of terms
This commit is contained in:
parent
8aef6feaed
commit
6d55b89d39
4 changed files with 76 additions and 59 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue