From 1b76a5a9eabf9e33daf83ae398295ef199607695 Mon Sep 17 00:00:00 2001 From: shpuld Date: Mon, 28 Jan 2019 17:43:51 +0200 Subject: Add back that login error thing that someone removed --- src/components/registration/registration.vue | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/components/registration/registration.vue') 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; -- cgit v1.2.3-70-g09d2