Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
feat: beautify recommmend form
Browse files Browse the repository at this point in the history
Change-Id: I33191bf1c7ae6447c00d6ea2e222c6c249c496b1
  • Loading branch information
myml committed Aug 15, 2018
1 parent fc7c625 commit ed4f631
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ table {
}
input,
textarea {
outline: none;
padding: 6px;
width: 20rem;
border-radius: 3px;
Expand All @@ -25,6 +26,7 @@ textarea {
}

select {
outline: none;
font-size: 12px;
padding: 6px;
width: 21rem;
Expand Down Expand Up @@ -89,7 +91,6 @@ button {
}
}
input {
outline: none;
&.ng-invalid.ng-dirty {
border: solid 1px transparent;
&:focus {
Expand Down

0 comments on commit ed4f631

Please sign in to comment.