We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e131b commit 07b7fbcCopy full SHA for 07b7fbc
awesome-bootstrap-checkbox.scss
@@ -8,11 +8,6 @@ $font-family-icon: 'FontAwesome' !default;
8
$fa-var-check: "\f00c" !default;
9
$check-icon: $fa-var-check !default;
10
$abc-border-width: 5px !default;
11
-$form-check-input-gutter: 1.25rem !default;
12
-
13
-@function theme-color($key: "primary") {
14
- @return map-get($theme-colors, $key);
15
-}
16
17
@mixin checkbox-variant($parent, $color) {
18
#{$parent} input[type="checkbox"]:checked + label,
package.json
@@ -28,7 +28,7 @@
28
"bower.json"
29
],
30
"devDependencies": {
31
- "bootstrap": "^5.0.2",
+ "bootstrap": "^4.3.1",
32
"font-awesome": "4.7.0"
33
}
34
0 commit comments