Skip to content

Commit

Permalink
chore: nest button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jotalis committed Oct 2, 2024
1 parent 34ec43d commit 1d807e2
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,14 @@ $speech-shadow: 0 10px 0 rgba(1, 57, 70, 0.2);
border: 0px;
padding: 4px 24px;
font-weight: $text-font-weight;

@include bootstrap.media-breakpoint-up(md) {
padding: 4px 32px;
}
}

.applyButton::before {
background-color: theme.$purple;
color: theme.$white;
padding: 10px;
&::before {
background-color: theme.$purple;
color: theme.$white;
padding: 10px;
}
}

0 comments on commit 1d807e2

Please sign in to comment.