Skip to content

Commit

Permalink
Closes #1245 - Remove .text-transform: uppercase from .btn (#1251)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Munro <[email protected]>
  • Loading branch information
akslay and mmunro-ltrr authored Jul 24, 2024
1 parent 9b13fa6 commit 41b6da0
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 199 deletions.
1 change: 0 additions & 1 deletion dist/css/arizona-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -18746,7 +18746,6 @@ a {
}
.btn {
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.04em;
white-space: normal;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.min.css.map

Large diffs are not rendered by default.

385 changes: 191 additions & 194 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion scss/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
.btn {
font-weight: $btn-font-weight;
text: {
transform: uppercase;
decoration: none;
}
letter-spacing: .04em;
Expand Down

0 comments on commit 41b6da0

Please sign in to comment.