Skip to content

Commit 60cebe9

Browse files
Adding abc-border-width support #143
1 parent 7faa2f8 commit 60cebe9

File tree

2 files changed

+133
-148
lines changed

2 files changed

+133
-148
lines changed

awesome-bootstrap-checkbox.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
$font-family-icon: 'FontAwesome' !default;
77
$fa-var-check: "\f00c" !default;
88
$check-icon: $fa-var-check !default;
9+
$abc-border-width: 1px !default;
910

1011
@mixin checkbox-variant($parent, $color) {
1112
#{$parent} input[type="checkbox"]:checked + label,
@@ -52,7 +53,7 @@ $check-icon: $fa-var-check !default;
5253
height: 17px;
5354
left: 0;
5455
margin-left: -20px;
55-
border: 1px solid $input-border;
56+
border: $abc-border-width solid $input-border;
5657
border-radius: 3px;
5758
background-color: $input-bg;
5859
@include transition(border 0.15s ease-in-out, color 0.15s ease-in-out);
@@ -176,7 +177,7 @@ $check-icon: $fa-var-check !default;
176177
height: 17px;
177178
left: 0;
178179
margin-left: -20px;
179-
border: 1px solid $input-border;
180+
border: $abc-border-width solid $input-border;
180181
border-radius: 50%;
181182
background-color: $input-bg;
182183
@include transition(border 0.15s ease-in-out);

demo/build.css

+130-146
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)