Feature/form improvements (#1707)

* adding more options for form

* added form requied and info for item
This commit is contained in:
Leila Lali
2018-06-21 15:26:52 -07:00
committed by GitHub
parent f5b147ca4b
commit 1871fd383e
4 changed files with 57 additions and 3 deletions

View File

@@ -37,6 +37,11 @@
flex: 1;
}
.form-required {
color: red;
padding-left: 5px;
}
.form-component-actions {
padding-left: 5px;
}