aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/login/login.component.css
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-21 13:50:39 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-21 13:50:39 +0200
commit17a8110e3e0450a88207b9b8b05ebde166a433bc (patch)
tree6c80cdd5eaeac6e92e15e05d24f4772c68ed1ee2 /src/app/components/login/login.component.css
parent05498013ab02d44ea1e6906c2f64ae63eeaea93a (diff)
downloadDevHive-Angular-17a8110e3e0450a88207b9b8b05ebde166a433bc.tar
DevHive-Angular-17a8110e3e0450a88207b9b8b05ebde166a433bc.tar.gz
DevHive-Angular-17a8110e3e0450a88207b9b8b05ebde166a433bc.zip
Major redesign of login component styling
Diffstat (limited to 'src/app/components/login/login.component.css')
-rw-r--r--src/app/components/login/login.component.css28
1 files changed, 2 insertions, 26 deletions
diff --git a/src/app/components/login/login.component.css b/src/app/components/login/login.component.css
index 103f5c0..3cd7198 100644
--- a/src/app/components/login/login.component.css
+++ b/src/app/components/login/login.component.css
@@ -1,32 +1,8 @@
-form {
- width: 100%;
-}
-
-#content hr {
- width: 100%;
- border: 1px solid black;
- box-sizing: border-box;
-}
-
-.submit-btn {
- transition: 0.2s;
-}
-
-.input-selection:nth-of-type(1) {
- margin-top: 1.2em;
-}
-
-.submit-btn {
- margin-bottom: .2em;
+.input-selection:first-of-type {
+ margin-top: 0.5em;
}
.redirect-to-register {
color: var(--focus-color);
- background-color: var(--bg-color);
border-color: var(--focus-color);
}
-
-.redirect-to-register:hover {
- border-color: black !important;
- color: black;
-}