Remove unnecessary error flash classes

This commit is contained in:
Ben Ogle
2014-11-24 14:57:55 -08:00
parent 1ae8862a9c
commit aaee54bd08

View File

@@ -64,13 +64,3 @@ div > .inline-block-tight:last-child {
margin-left: 0;
}
}
.error {
-webkit-animation: flash-error 0.3s ease-in;
}
@-webkit-keyframes flash-error {
0% { background: @background-color-error; }
100% { background: auto; }
}