Fixed search button styles
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2024-05-21 09:53:05 -04:00
parent 7a1f1bae9d
commit d543426428

View File

@ -86,9 +86,12 @@ input[type="submit"].button-primary{
} }
button{ button{
padding: 0 10px;
background: $primary-color; background: $primary-color;
border: 1px solid white; border: 1px solid white;
color: white; color: white;
font-size: 1.5rem;
font-weight: bold;
transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
&:hover{ &:hover{