2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Form file docs and overrides (#32058)

This commit is contained in:
Gaël Poupard
2020-11-03 18:22:35 +01:00
committed by GitHub
parent b864973a94
commit 230a41f1d7
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -792,7 +792,7 @@ $form-range-thumb-transition: background-color .15s ease-in-out, bo
$form-file-button-color: $input-color !default;
$form-file-button-bg: $input-group-addon-bg !default;
$form-file-button-hover-bg: shade-color($input-group-addon-bg, 5%) !default;
$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;
$form-floating-height: add(3.5rem, $input-height-border) !default;
$form-floating-padding-x: $input-padding-x !default;