1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

Custom forms transition

This commit is contained in:
Martijn Cuppens
2018-05-19 15:37:26 +02:00
committed by XhmikosR
parent c3da2c8f31
commit 4dd65f0b38
2 changed files with 11 additions and 0 deletions

View File

@@ -451,6 +451,8 @@ $input-group-addon-color: $input-color !default;
$input-group-addon-bg: $gray-200 !default;
$input-group-addon-border-color: $input-border-color !default;
$custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
$custom-control-gutter: 1.5rem !default;
$custom-control-spacer-x: 1rem !default;