Skip to content

Commit

Permalink
adds a font weight variable to custom file inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgalante committed Oct 5, 2018
1 parent e19656a commit 2de8aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/_custom-forms.scss
Expand Up @@ -280,6 +280,7 @@
z-index: 1;
height: $custom-file-height;
padding: $custom-file-padding-y $custom-file-padding-x;
font-weight: $custom-file-font-weight;
line-height: $custom-file-line-height;
color: $custom-file-color;
background-color: $custom-file-bg;
Expand Down
1 change: 1 addition & 0 deletions scss/_variables.scss
Expand Up @@ -581,6 +581,7 @@ $custom-file-disabled-bg: $input-disabled-bg !default;
$custom-file-padding-y: $input-padding-y !default;
$custom-file-padding-x: $input-padding-x !default;
$custom-file-line-height: $input-line-height !default;
$custom-file-font-weight: $input-font-weight !default;
$custom-file-color: $input-color !default;
$custom-file-bg: $input-bg !default;
$custom-file-border-width: $input-border-width !default;
Expand Down

0 comments on commit 2de8aa1

Please sign in to comment.