Skip to content

Commit

Permalink
Regenerate spriets and fix bug making it hard to use multiple CSS/PNG…
Browse files Browse the repository at this point in the history
… sprites

together.
  • Loading branch information
jestelle committed Nov 12, 2014
1 parent 0d73c30 commit 153376c
Show file tree
Hide file tree
Showing 75 changed files with 2,361 additions and 2,361 deletions.
328 changes: 164 additions & 164 deletions sprites/css-sprite/sprite-action-black.css

Large diffs are not rendered by default.

328 changes: 164 additions & 164 deletions sprites/css-sprite/sprite-action-grey600.css

Large diffs are not rendered by default.

328 changes: 164 additions & 164 deletions sprites/css-sprite/sprite-action-white.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sprites/css-sprite/sprite-alert-black.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.icon {
.icon-alert-black {
background-image: url('sprite-alert-black.png');
}

.icon-ic_error_black_24dp {
.icon-alert-black-ic_error_black_24dp {
background-position: -5px -5px;
width: 24px;
height: 24px;
}

.icon-ic_warning_black_24dp {
.icon-alert-black-ic_warning_black_24dp {
background-position: -39px -5px;
width: 24px;
height: 24px;
Expand Down
6 changes: 3 additions & 3 deletions sprites/css-sprite/sprite-alert-grey600.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.icon {
.icon-alert-grey600 {
background-image: url('sprite-alert-grey600.png');
}

.icon-ic_error_grey600_24dp {
.icon-alert-grey600-ic_error_grey600_24dp {
background-position: -5px -5px;
width: 24px;
height: 24px;
}

.icon-ic_warning_grey600_24dp {
.icon-alert-grey600-ic_warning_grey600_24dp {
background-position: -39px -5px;
width: 24px;
height: 24px;
Expand Down
6 changes: 3 additions & 3 deletions sprites/css-sprite/sprite-alert-white.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.icon {
.icon-alert-white {
background-image: url('sprite-alert-white.png');
}

.icon-ic_error_white_24dp {
.icon-alert-white-ic_error_white_24dp {
background-position: -5px -5px;
width: 24px;
height: 24px;
}

.icon-ic_warning_white_24dp {
.icon-alert-white-ic_warning_white_24dp {
background-position: -39px -5px;
width: 24px;
height: 24px;
Expand Down
Loading

0 comments on commit 153376c

Please sign in to comment.