Skip to content

Commit

Permalink
CONCD-924 make button corners consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar committed Oct 9, 2024
1 parent aed4615 commit 7c3f337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion concordia/static/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ $form-group-margin-bottom: 1.5rem;

// buttons
$btn-font-weight: $font-weight-bold;
$btn-border-radius: 0.375rem;

// headings
$h1-font-size: $font-size-base * 2.5;
Expand Down Expand Up @@ -1422,7 +1423,7 @@ a.btn-outline-primary:hover {

/* How to Guide */
#open-guide {
border-radius: 0;
border-radius: $btn-border-radius;
margin: -14px 5px 0 9px;
white-space: nowrap;
}
Expand Down

0 comments on commit 7c3f337

Please sign in to comment.