Skip to content

Commit

Permalink
update css file for npm packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
okendoken committed Mar 6, 2018
1 parent 569b7f3 commit aed2fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awesome-bootstrap-checkbox.css
Expand Up @@ -18,7 +18,7 @@
top: 2px;
left: 0;
margin-left: -1.25rem;
border: 1px solid rgba(0, 0, 0, 0.15);
border: 1px solid #ced4da;
border-radius: 3px;
background-color: #fff;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
Expand Down Expand Up @@ -175,7 +175,7 @@
top: 2px;
left: 0;
margin-left: -20px;
border: 1px solid rgba(0, 0, 0, 0.15);
border: 1px solid #ced4da;
border-radius: 50%;
background-color: #fff;
transition: border 0.15s ease-in-out; }
Expand Down

0 comments on commit aed2fe2

Please sign in to comment.