Skip to content

Instantly share code, notes, and snippets.

@niuage
Created August 27, 2012 19:08
Show Gist options
  • Save niuage/3491387 to your computer and use it in GitHub Desktop.
Save niuage/3491387 to your computer and use it in GitHub Desktop.
.hint-page {
ul {
padding-top: 20px;
li {
padding: 0 0 35px 75px;
background-position: 0 5px;
background-repeat: no-repeat;
&.hint-clear {
background-image: image-url(actions/hint/icon-hint-sign.png);
}
&.hint-consise {
background-image: image-url(actions/hint/icon-hint-target.png);
}
&.hint-images {
background-image: image-url(actions/hint/icon-hint-image.png);
}
h3 {
color: $attract-attention-color;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment