diff --git a/src/app/components/login/login.component.html b/src/app/components/login/login.component.html index 6ca9ba9..7ff151f 100644 --- a/src/app/components/login/login.component.html +++ b/src/app/components/login/login.component.html @@ -1,5 +1,5 @@ - +
@@ -11,9 +11,6 @@
-
- -
@@ -31,9 +28,14 @@
-
- -
+ +
\ No newline at end of file diff --git a/src/app/components/login/login.component.scss b/src/app/components/login/login.component.scss index fe190de..77377ac 100644 --- a/src/app/components/login/login.component.scss +++ b/src/app/components/login/login.component.scss @@ -1,6 +1,33 @@ .login-card { - max-width: 600px; + max-width: 400px; width: 80%; margin: 0 auto; margin-top: 20px; + padding-top: 8px; +} + +.login-div { + height: calc(100% - 170px); + overflow-y: auto; +} + +.login-button-div { + margin-bottom: 10px; + margin-top: 10px; + margin-left: -16px; + margin-right: -16px; + bottom: 0px; + width: 100%; + position: absolute; +} + +.login-button-div > button { + width: 100%; + border-radius: 0px 0px 4px 4px !important; +} + +.login-progress-bar { + position: absolute; + bottom: 0px; + border-radius: 0px 0px 4px 4px; } \ No newline at end of file