Skip to content

Commit

Permalink
fix color button and border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Oct 11, 2023
1 parent 4de9ad2 commit abe2850
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@
padding: 15px 25px;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 0;
@include sans-serif-font;
}

.btn-primary {
background-color: $primary;
border-color: $primary;
&:hover,
&:focus,
&:active {
color: $white;
background-color: darken($primary, 7.5) !important;
border-color: darken($primary, 7.5) !important;
}
}
Expand Down

0 comments on commit abe2850

Please sign in to comment.