Skip to content

Commit

Permalink
Update checkbox and radio button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mblode committed Mar 22, 2018
1 parent 04baf04 commit 5018b5a
Show file tree
Hide file tree
Showing 11 changed files with 4,180 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marx",
"version": "3.0.1",
"version": "3.0.2",
"homepage": "https://github.com/mblode/marx",
"authors": [
"mblode"
Expand Down
4 changes: 1 addition & 3 deletions css/marx.css
Original file line number Diff line number Diff line change
Expand Up @@ -868,9 +868,7 @@ input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
position: absolute;
margin-top: .25rem;
margin-left: -1.25rem; }
display: inline; }

input[type=submit],
input[type=reset],
Expand Down
2 changes: 1 addition & 1 deletion css/marx.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/marx.min.css.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions css/marx.styl.css
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,7 @@ input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
position: absolute;
margin-top: 0.25rem;
margin-left: -1.25rem;
display: inline;
}
input[type=submit],
input[type=reset],
Expand Down
2 changes: 1 addition & 1 deletion css/marx.styl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/marx.styl.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marx-css",
"version": "3.0.1",
"version": "3.0.2",
"description": "The classless CSS reset (perfect for Communists).",
"browserslist": [
"> 0.5%",
Expand Down
4 changes: 1 addition & 3 deletions scss/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,5 @@ input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0;
position: absolute;
margin-top: .25rem;
margin-left: -1.25rem;
display: inline;
}
4 changes: 1 addition & 3 deletions styl/_form.styl
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,4 @@ input[type=checkbox],
input[type=radio]
box-sizing: border-box
padding: 0
position: absolute
margin-top: .25rem
margin-left: -1.25rem
display: inline
Loading

0 comments on commit 5018b5a

Please sign in to comment.