Skip to content

Commit

Permalink
changed search button color
Browse files Browse the repository at this point in the history
  • Loading branch information
FeSuert committed Sep 7, 2023
1 parent 550043f commit 22fdb45
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,16 @@ img.logo {

div.contact-info p {
margin: 0;
}

button.discovery-submit {
border: 2px solid $primary;
border-radius: 2px;
height: 55px;
padding: 0 14px;
background: $primary;
}

button.find-courses button.discovery-submit:hover, button.find-courses button.discovery-submit:focus {
background: #31d8b7;
}

0 comments on commit 22fdb45

Please sign in to comment.