Skip to content

Commit

Permalink
Adjust default button styling
Browse files Browse the repository at this point in the history
Buttons are now slightly wider, include an increased border radius, and the font weight is bold
  • Loading branch information
pixeldesu committed Nov 1, 2023
1 parent 117a595 commit 4cb66c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/overrides/_buttons.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.btn {
--btn-padding-x: 1rem;
--btn-border-radius: 2rem;
color: RGB(var(--body-text));
font-weight: bold;
}

.btn-link:hover {
Expand Down Expand Up @@ -61,4 +64,4 @@
.fa {
pointer-events: none;
}
}
}

0 comments on commit 4cb66c7

Please sign in to comment.