Skip to content

Commit

Permalink
Add form styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
smeinecke committed Jan 29, 2025
1 parent d45fbbc commit bea4ffa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

@import "{{ site.theme }}";

form#lookup-form {
padding: 1rem;
border-radius: .5rem;
font-size: 1rem;
border: 1px solid #eaeaea;
}

.alert {
margin-top: 1rem;
padding: 1rem;
Expand All @@ -23,7 +30,7 @@
&.info {
background-color: #f8f8f8;
color: #606c71;
border: 1px solid #f8f8f8;
border: 1px solid #eaeaea;
}

&.success {
Expand Down

0 comments on commit bea4ffa

Please sign in to comment.