Created
May 12, 2019 14:38
-
-
Save bartcis/787a5836f97e2341de1527ba83997366 to your computer and use it in GitHub Desktop.
Initial styles for inputs
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
.old-input[type="text"], | |
.old-input[type="email"], | |
.old-input[type="number"] { | |
color: red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment