Last active
March 26, 2019 08:35
-
-
Save dancornilov/438efe0a9d2bdcaf009af76a1fb4eef8 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
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