]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix `custom-forms` heights and position (#25602)
authorAndrew Luca <iamandrewluca@users.noreply.github.com>
Sun, 15 Jul 2018 04:29:19 +0000 (07:29 +0300)
committerMark Otto <otto@github.com>
Sun, 15 Jul 2018 04:29:19 +0000 (21:29 -0700)
commit0fd40837e816869325e527eb292ba54d7de9c083
treeef2f2341632e2bae2ce9c2962a3df33ae1fcef43
parent2d8422f5f5147fafd20f2a48b60fcbccb280ac14
Fix `custom-forms` heights and position (#25602)

Now `.custom-control` will have height equal to `$font-size-base`
Fix custom checkbox and radio top position (we can't subtract rem from unit)
`$line-height-base - $custom-control-indicator-size` is not valid
Because `$line-height-base` is a unitless variable and `$custom-control-indicator-size`
is a unit (rem) variable
scss/_custom-forms.scss