aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration/registration.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2019-01-28 17:43:51 +0200
committershpuld <shp@cock.li>2019-01-28 17:43:51 +0200
commit1b76a5a9eabf9e33daf83ae398295ef199607695 (patch)
tree78512ff81129eb948cb6c206872b38a218e643e2 /src/components/registration/registration.vue
parent3b1cafc19fc8f094bb2469f194afab5b5464cecb (diff)
Add back that login error thing that someone removed
Diffstat (limited to 'src/components/registration/registration.vue')
-rw-r--r--src/components/registration/registration.vue18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue
index 25c1a9d0..cf9bf5d9 100644
--- a/src/components/registration/registration.vue
+++ b/src/components/registration/registration.vue
@@ -147,24 +147,6 @@ $validations-cRed: #f04124;
margin-bottom: 1em;
}
- @keyframes shakeError {
- 0% {
- transform: translateX(0); }
- 15% {
- transform: translateX(0.375rem); }
- 30% {
- transform: translateX(-0.375rem); }
- 45% {
- transform: translateX(0.375rem); }
- 60% {
- transform: translateX(-0.375rem); }
- 75% {
- transform: translateX(0.375rem); }
- 90% {
- transform: translateX(-0.375rem); }
- 100% {
- transform: translateX(0); } }
-
.form-group--error {
animation-name: shakeError;
animation-duration: .6s;