Skip to content

Commit 7c56ac5

Browse files
authored
Update awesome-bootstrap-checkbox.scss
1 parent 1612284 commit 7c56ac5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

awesome-bootstrap-checkbox.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ $fa-var-check: "\f00c" !default;
99
$check-icon: $fa-var-check !default;
1010
$abc-border-width: 5px !default;
1111

12+
@function theme-color($key: "primary") {
13+
@return map-get($theme-colors, $key);
14+
}
15+
1216
@mixin checkbox-variant($parent, $color) {
1317
#{$parent} input[type="checkbox"]:checked + label,
1418
#{$parent} input[type="radio"]:checked + label {

0 commit comments

Comments
 (0)