Skip to content

Commit

Permalink
Minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-coder committed Sep 4, 2016
1 parent 7b80d91 commit fbee180
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
node_modules/
test/
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "pretty-checkbox",
"version": "2.0.2",
"version": "2.0.3",
"description": "Scalable css3 pretty checkbox and radio buttons with custom font icon library",
"main": "src/pretty.min.css",
"dependencies": {},
"devDependencies": {
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"bower": "^1.5.1",
"browser-sync": "^2.8.2",
"gulp": "^3.9.0",
"node-sass": "^3.7.0"
"gulp": "^3.9.0"
},
"scripts": {},
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions src/pretty.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@
z-index: 99999999;
}

.pretty i {
font-size: 1em !important;
}

.pretty i:before {
margin-right: 5px;
vertical-align: bottom;
Expand Down
Loading

0 comments on commit fbee180

Please sign in to comment.