diff options
| author | shpuld <shp@cock.li> | 2019-01-28 17:43:51 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-01-28 17:43:51 +0200 |
| commit | 1b76a5a9eabf9e33daf83ae398295ef199607695 (patch) | |
| tree | 78512ff81129eb948cb6c206872b38a218e643e2 /src/components/registration/registration.vue | |
| parent | 3b1cafc19fc8f094bb2469f194afab5b5464cecb (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.vue | 18 |
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; |
