diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 15:12:01 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 15:12:01 +0200 |
| commit | 05f0129fbcf5421b3b0acab0429c8dbbb5737ba4 (patch) | |
| tree | 1d7ceaf5ead2922e55721980bb9fe2d63c55d3e7 /src/app/components/login/login.component.css | |
| parent | 3de60965677e4ebb4205592a321ad0aea34f1a78 (diff) | |
| download | DevHive-Angular-05f0129fbcf5421b3b0acab0429c8dbbb5737ba4.tar DevHive-Angular-05f0129fbcf5421b3b0acab0429c8dbbb5737ba4.tar.gz DevHive-Angular-05f0129fbcf5421b3b0acab0429c8dbbb5737ba4.zip | |
Removed unused css styling in register and login components
Diffstat (limited to 'src/app/components/login/login.component.css')
| -rw-r--r-- | src/app/components/login/login.component.css | 8 |
1 files changed, 0 insertions, 8 deletions
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); -} |
