提交 a94ab942 编写于 作者: C codecalm

form-check size fix

上级 5cd6af96
......@@ -336,7 +336,9 @@ $input-border-radius: $border-radius !default;
//Forms
$form-check-input-width: 1em !default;
$form-check-input-width: 1rem !default;
$form-check-padding-left: $form-check-input-width + .5rem !default;
$form-check-input-bg: $white !default;
$form-check-input-border: 1px solid $border-color !default;
$form-check-input-border-radius: $border-radius !default;
$form-check-input-checked-bg-size: .75rem !default;
......
......@@ -47,6 +47,5 @@ Bootstrap color input
}
.form-check-input {
background: $white;
transition: .3s background-position, .3s background-color;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册