Skip to content

Commit

Permalink
Merge abea8de into 13b01b8
Browse files Browse the repository at this point in the history
  • Loading branch information
akslay authored Jul 3, 2024
2 parents 13b01b8 + abea8de commit bbb1c39
Show file tree
Hide file tree
Showing 8 changed files with 1,043 additions and 3,776 deletions.
2,925 changes: 37 additions & 2,888 deletions dist/css/arizona-bootstrap.css

Large diffs are not rendered by default.

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.

1,558 changes: 810 additions & 748 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions scss/_forms.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
form {
label:not(.form-check-label) {
font-size: 18px;
font-weight: 700;
}
.custom-checkbox,
.custom-radio,
.custom-switch {
label {
font-size: initial;
font-weight: initial;
}
}
}
1 change: 1 addition & 0 deletions scss/arizona-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ $theme-colors: map-remove($theme-colors, "primary", "secondary");
@import "carousel";
@import "photo-gallery";
@import "color-contrast";
@import "forms";
315 changes: 178 additions & 137 deletions site/content/docs/5.0/components/forms.md

Large diffs are not rendered by default.

0 comments on commit bbb1c39

Please sign in to comment.