Skip to content

Instantly share code, notes, and snippets.

@stelmakh
Created December 30, 2018 10:02
Show Gist options
  • Select an option

  • Save stelmakh/3778a082ffcec3b06f2ed65ab02cdf00 to your computer and use it in GitHub Desktop.

Select an option

Save stelmakh/3778a082ffcec3b06f2ed65ab02cdf00 to your computer and use it in GitHub Desktop.
.input {
padding: 8px 16px;
font-size: 16px;
border-radius: 4px;
outline: none;
border: 1px solid #e2e2e2;
}
.input.error {
border-color: red;
color: red;
}
.input.disabled {
opacity: 0.5;
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment