DropDown component. Renamed files.

This commit is contained in:
Mike Cao 2020-07-30 20:11:43 -07:00
parent ff4492ffb5
commit 9f112c8cc9
16 changed files with 149 additions and 48 deletions

View file

@ -37,3 +37,9 @@ form label {
form input {
margin-right: 10px;
}
select {
padding: 4px 8px;
border: 1px solid #b3b3b3;
border-radius: 4px;
}