Skip to content

Commit

Permalink
Adjust select box styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
amclain committed Aug 3, 2020
1 parent 3733b42 commit 878fc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
content: "\f078";
font-family: "Font Awesome 5 Free";
@apply text-xs;
top: .875rem;
top: .75rem;
right: .875rem;
@apply pointer-events-none;
}
Expand All @@ -16,7 +16,7 @@
-moz-appearance: none;
appearance: none;

@apply text-lg bg-blue-800 text-white font-normal py-2 px-4 rounded w-full;
@apply text-lg bg-blue-800 text-white font-normal pt-2 pb-1 px-4 rounded w-full;
@apply cursor-pointer;

&:focus {
Expand Down

0 comments on commit 878fc5e

Please sign in to comment.