Skip to content

Instantly share code, notes, and snippets.

@dmackerman
Created January 10, 2013 15:25
Show Gist options
  • Select an option

  • Save dmackerman/4502844 to your computer and use it in GitHub Desktop.

Select an option

Save dmackerman/4502844 to your computer and use it in GitHub Desktop.
.icons {
width: 100%;
display: inline-block;
text-align: center;
.edit-icon {
background: url(../images/icons/edit.png) no-repeat;
height: $iconHeight;
width: $iconWidth;
cursor: $iconCursor;
}
.delete-icon {
background: url(../images/icons/delete.png) no-repeat;
height: $iconHeight;
width: $iconWidth;
cursor: $iconCursor;
}
.active-icon {
background: url(../images/icons/active.png) no-repeat;
height: $iconHeight;
width: $iconWidth;
}
.inactive-icon {
background: url(../images/icons/inactive.png) no-repeat;
height: $iconHeight;
width: $iconWidth;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment