Skip to content

Commit fbee180

Browse files
committed
Minor bug fixes
1 parent 7b80d91 commit fbee180

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules/
1+
node_modules/
2+
test/

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "pretty-checkbox",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Scalable css3 pretty checkbox and radio buttons with custom font icon library",
55
"main": "src/pretty.min.css",
66
"dependencies": {},
77
"devDependencies": {
88
"gulp-rename": "^1.2.2",
99
"gulp-sass": "^2.3.1",
10-
"bower": "^1.5.1",
1110
"browser-sync": "^2.8.2",
12-
"gulp": "^3.9.0",
13-
"node-sass": "^3.7.0"
11+
"gulp": "^3.9.0"
1412
},
1513
"scripts": {},
1614
"repository": {

src/pretty.css

+4
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@
142142
z-index: 99999999;
143143
}
144144

145+
.pretty i {
146+
font-size: 1em !important;
147+
}
148+
145149
.pretty i:before {
146150
margin-right: 5px;
147151
vertical-align: bottom;

0 commit comments

Comments
 (0)