Skip to content

Commit 1010adb

Browse files
committed
Use input color bootstrap variables. Close #19
1 parent 4215fae commit 1010adb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

awesome-bootstrap-checkbox.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
padding-left: 3px;
5151
padding-top: 1px;
5252
font-size: 11px;
53-
color: @gray;
53+
color: @input-color;
5454
}
5555
}
5656

@@ -71,7 +71,7 @@
7171
opacity: 0.65;
7272

7373
&::before{
74-
background-color: @gray-lighter;
74+
background-color: @input-bg-disabled;
7575
cursor: not-allowed;
7676
}
7777
}
@@ -151,7 +151,7 @@
151151
top: 3px;
152152
margin-left: -20px;
153153
border-radius: 50%;
154-
background-color: @gray;
154+
background-color: @input-color;
155155
.scale(0, 0);
156156

157157
.transition-transform(.1s cubic-bezier(.8,-0.33,.2,1.33));

awesome-bootstrap-checkbox.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $font-family-icon: 'FontAwesome' !default;
5050
padding-left: 3px;
5151
padding-top: 1px;
5252
font-size: 11px;
53-
color: $gray;
53+
color: $input-color;
5454
}
5555
}
5656

@@ -71,7 +71,7 @@ $font-family-icon: 'FontAwesome' !default;
7171
opacity: 0.65;
7272

7373
&::before{
74-
background-color: $gray-lighter;
74+
background-color: $input-bg-disabled;
7575
cursor: not-allowed;
7676
}
7777
}
@@ -151,7 +151,7 @@ $font-family-icon: 'FontAwesome' !default;
151151
top: 3px;
152152
margin-left: -20px;
153153
border-radius: 50%;
154-
background-color: $gray;
154+
background-color: $input-color;
155155
@include scale(0, 0);
156156

157157
@include transition-transform(.1s cubic-bezier(.8,-0.33,.2,1.33));

0 commit comments

Comments
 (0)