Skip to content

Commit

Permalink
deleted not needed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
FeSuert committed Sep 7, 2023
1 parent 22fdb45 commit c457020
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ a.active, a.btn-link, a.inline-link, p>a[href]:not(.btn), a, button.btn-link, sp
color: $primary !important;
}

a.btn-primary {
color: #fff !important;
}

div.profile-page-bg-banner {
background-color: $primary;
}
Expand Down Expand Up @@ -52,16 +56,4 @@ 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 c457020

Please sign in to comment.