Created
August 27, 2012 19:08
-
-
Save niuage/3491387 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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