We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b7fbc commit bbcc5ffCopy full SHA for bbcc5ff
awesome-bootstrap-checkbox.scss
@@ -8,6 +8,12 @@ $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
18
@mixin checkbox-variant($parent, $color) {
19
#{$parent} input[type="checkbox"]:checked + label,
package.json
@@ -28,7 +28,7 @@
28
"bower.json"
29
],
30
"devDependencies": {
31
- "bootstrap": "^4.3.1",
+ "bootstrap": "^5.1.0",
32
"font-awesome": "4.7.0"
33
}
34
0 commit comments