Skip to content

Commit aed2fe2

Browse files
committed
update css file for npm packaging
1 parent 569b7f3 commit aed2fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

awesome-bootstrap-checkbox.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
top: 2px;
1919
left: 0;
2020
margin-left: -1.25rem;
21-
border: 1px solid rgba(0, 0, 0, 0.15);
21+
border: 1px solid #ced4da;
2222
border-radius: 3px;
2323
background-color: #fff;
2424
transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
@@ -175,7 +175,7 @@
175175
top: 2px;
176176
left: 0;
177177
margin-left: -20px;
178-
border: 1px solid rgba(0, 0, 0, 0.15);
178+
border: 1px solid #ced4da;
179179
border-radius: 50%;
180180
background-color: #fff;
181181
transition: border 0.15s ease-in-out; }

0 commit comments

Comments
 (0)