Skip to content

Commit

Permalink
update button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Aug 14, 2012
1 parent c30c329 commit 85ca63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,7 @@ input[type="submit"][class^="icon-"], input[type="submit"][class*=" icon-"], .bt
input[type="submit"][class^="icon-"]::before, input[type="submit"][class*=" icon-"]::before, .btn[class^="icon-"]::before, .btn[class*=" icon-"]::before, button[class^="icon-"]::before, button[class*=" icon-"]::before {
font-size: 100%;
position: absolute;
top: 0.4em;
top: 0.2em;
left: 0.6em;
font-weight: normal !important;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/lib/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ input[type="submit"], .btn, button {
&[class^="icon-"]::before, &[class*=" icon-"]::before {
font-size:100%;
position:absolute;
top: 0.4em;
top: 0.2em;
left: 0.6em;
font-weight:normal !important;
}
Expand Down

0 comments on commit 85ca63a

Please sign in to comment.