From 05f0129fbcf5421b3b0acab0429c8dbbb5737ba4 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 22 Mar 2021 15:12:01 +0200 Subject: Removed unused css styling in register and login components --- src/app/components/login/login.component.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/app/components/login/login.component.css') diff --git a/src/app/components/login/login.component.css b/src/app/components/login/login.component.css index 3cd7198..e69de29 100644 --- a/src/app/components/login/login.component.css +++ b/src/app/components/login/login.component.css @@ -1,8 +0,0 @@ -.input-selection:first-of-type { - margin-top: 0.5em; -} - -.redirect-to-register { - color: var(--focus-color); - border-color: var(--focus-color); -} -- cgit v1.2.3