Skip to content

Instantly share code, notes, and snippets.

@dancornilov
Last active March 26, 2019 08:35
Show Gist options
  • Save dancornilov/438efe0a9d2bdcaf009af76a1fb4eef8 to your computer and use it in GitHub Desktop.
Save dancornilov/438efe0a9d2bdcaf009af76a1fb4eef8 to your computer and use it in GitHub Desktop.
div.validator {
visibility: hidden;
margin-top: 5px;
min-height: 20px;
&.show {
visibility: visible;
}
p {
color: #8b0000;
font-size: 12px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment