1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Allow configuration of caret spacing and vertical alignment (#27994)

This commit is contained in:
Martijn Cuppens
2019-01-07 17:28:21 +01:00
committed by XhmikosR
parent 2b96e9adf1
commit 68062cfe60
2 changed files with 6 additions and 4 deletions

View File

@@ -254,6 +254,8 @@ $component-active-color: $white !default;
$component-active-bg: theme-color("primary") !default;
$caret-width: .3em !default;
$caret-vertical-align: $caret-width * .85 !default;
$caret-spacing: $caret-width * .85 !default;
$transition-base: all .2s ease-in-out !default;
$transition-fade: opacity .15s linear !default;