Skip to content

Commit d012735

Browse files
authored
Added bootstrap variable
Added bootstrap variable $input-bg for checkbox background.
1 parent d0bfdad commit d012735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awesome-bootstrap-checkbox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $check-icon: $fa-var-check !default;
5454
margin-left: -20px;
5555
border: 1px solid $input-border;
5656
border-radius: 3px;
57-
background-color: #fff;
57+
background-color: $input-bg;
5858
@include transition(border 0.15s ease-in-out, color 0.15s ease-in-out);
5959
}
6060

0 commit comments

Comments
 (0)