aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/login/login.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/components/login/login.component.css')
-rw-r--r--src/app/components/login/login.component.css32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/app/components/login/login.component.css b/src/app/components/login/login.component.css
index 103f5c0..e69de29 100644
--- a/src/app/components/login/login.component.css
+++ b/src/app/components/login/login.component.css
@@ -1,32 +0,0 @@
-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;
-}
-
-.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;
-}