mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-18 08:51:07 +00:00
Fix --bs-form-check-bg definition
This commit is contained in:
parent
ab382104e6
commit
fd3da4eb3e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-check-input {
|
.form-check-input {
|
||||||
--#{$prefix}form-check-bg: #{escape-svg($form-check-input-bg)};
|
--#{$prefix}form-check-bg: #{$form-check-input-bg};
|
||||||
|
|
||||||
width: $form-check-input-width;
|
width: $form-check-input-width;
|
||||||
height: $form-check-input-width;
|
height: $form-check-input-width;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue