Created
December 10, 2017 08:58
-
-
Save kharakhordindemo/2fdaba1cec56efa906d8b123dddb1a18 to your computer and use it in GitHub Desktop.
placeholder
This file contains 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
*::-webkit-input-placeholder{ | |
color: $grey; | |
} | |
*:-moz-placeholder{ | |
color: $grey; | |
} | |
*::-moz-placeholder{ | |
color: $grey; | |
} | |
*:-ms-input-placeholder{ | |
color: $grey; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment