fix error message not moving down on textarea #362

This commit is contained in:
Marcos Moura 2017-01-23 19:54:26 -02:00
parent ced5c90153
commit a6f2870f82

View file

@ -82,12 +82,13 @@ $input-size: 32px;
.md-count {
height: 20px;
position: absolute;
top: 50px;
bottom: -22px;
font-size: 12px;
}
.md-error {
display: block !important;
left: 0;
opacity: 0;
transform: translate3d(0, -8px, 0);
transition: $swift-ease-in;