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 1612284 commit 7c56ac5Copy full SHA for 7c56ac5
awesome-bootstrap-checkbox.scss
@@ -9,6 +9,10 @@ $fa-var-check: "\f00c" !default;
9
$check-icon: $fa-var-check !default;
10
$abc-border-width: 5px !default;
11
12
+@function theme-color($key: "primary") {
13
+ @return map-get($theme-colors, $key);
14
+}
15
+
16
@mixin checkbox-variant($parent, $color) {
17
#{$parent} input[type="checkbox"]:checked + label,
18
#{$parent} input[type="radio"]:checked + label {
0 commit comments