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 2c945f5 commit 2249ae5Copy full SHA for 2249ae5
awesome-bootstrap-checkbox.scss
@@ -2,6 +2,8 @@
2
// Checkboxes
3
// --------------------------------------------------
4
5
+$font-family-icon: 'FontAwesome' !default;
6
+
7
@mixin checkbox-variant($parent, $color) {
8
#{$parent} input[type="checkbox"]:checked + label{
9
&::before {
@@ -61,7 +63,7 @@
61
63
}
62
64
65
&:checked + label::after{
- font-family: 'FontAwesome';
66
+ font-family: $font-family-icon;
67
content: $fa-var-check;
68
69
@@ -192,4 +194,4 @@
192
194
@include radio-variant('.radio-danger', $brand-danger);
193
195
@include radio-variant('.radio-info', $brand-info);
196
@include radio-variant('.radio-warning', $brand-warning);
-@include radio-variant('.radio-success', $brand-success);
197
+@include radio-variant('.radio-success', $brand-success);
0 commit comments