Skip to content

Commit

Permalink
(#8) Styling: Button Mixin Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
betarixm committed Mar 29, 2022
1 parent a1ff1a7 commit 0994d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ $breakpoint-desktop: 1024px;

@mixin buttonMixin {
padding: 1rem 2.5rem;
border-radius: 1rem;
border-radius: 0.75rem;
border: none;
font-size: $text-lg-font-size;
font-size: $text-base-font-size;
font-weight: 500;
background-color: $color-primary;
cursor: pointer;
Expand Down

0 comments on commit 0994d5a

Please sign in to comment.