From 2ea818e811bee89693986f9f6d85208f7b1c2c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Mon, 17 Jan 2022 22:20:31 +0300 Subject: [PATCH] Fix alignment and responsive --- .../components/access/access.component.html | 30 ++++---- src/app/components/error/error.component.html | 30 ++++---- src/app/components/login/login.component.html | 53 +++++++------- src/app/components/login/login.component.ts | 3 +- .../notfound/notfound.component.html | 71 ++++++++++--------- 5 files changed, 99 insertions(+), 88 deletions(-) diff --git a/src/app/components/access/access.component.html b/src/app/components/access/access.component.html index 8141f41..cd30d77 100644 --- a/src/app/components/access/access.component.html +++ b/src/app/components/access/access.component.html @@ -1,17 +1,21 @@ -
- Sakai logo -
-
-
-
- -
-

Access Denied

- You do not have the necesary permisions. Please contact admins. - Access denied -
- Go to Dashboard +
+
+
+ Sakai logo +
+
+
+
+
+ +
+

Access Denied

+ You do not have the necesary permisions. Please contact admins. + Access denied +
diff --git a/src/app/components/error/error.component.html b/src/app/components/error/error.component.html index 4ddf25c..ea8fe9c 100644 --- a/src/app/components/error/error.component.html +++ b/src/app/components/error/error.component.html @@ -1,16 +1,20 @@ -
- Sakai logo -
-
-
-
- -
-

Error Occured

- Requested resource is not available. - Error -
- Go to Dashboard +
+
+
+ Sakai logo +
+
+
+
+
+ +
+

Error Occured

+ Requested resource is not available. + Error +
diff --git a/src/app/components/login/login.component.html b/src/app/components/login/login.component.html index ac349eb..bb87cb9 100644 --- a/src/app/components/login/login.component.html +++ b/src/app/components/login/login.component.html @@ -1,32 +1,31 @@ -
- Sakai logo -
-
-
- Profile avatar -

Welcome, Isabel!

- Sign in to continue -
-
-
- - -
-
- - -
-
- - -
- -
- +
+
+
+ Sakai logo +
+
+
+
+ Image +
Welcome, Isabel!
+ Sign in to continue +
+ +
+ + + + + + +
+
+ +
+ Forgot password?
+
diff --git a/src/app/components/login/login.component.ts b/src/app/components/login/login.component.ts index 2ba5c8b..81f11f3 100644 --- a/src/app/components/login/login.component.ts +++ b/src/app/components/login/login.component.ts @@ -6,8 +6,7 @@ import { Component, OnInit } from '@angular/core'; styles:[` :host ::ng-deep .p-password input { width: 100%; - padding:1.25rem; - font-size:21px; + padding:1rem; } :host ::ng-deep .pi-eye{ diff --git a/src/app/components/notfound/notfound.component.html b/src/app/components/notfound/notfound.component.html index 606e774..d1b2bf6 100644 --- a/src/app/components/notfound/notfound.component.html +++ b/src/app/components/notfound/notfound.component.html @@ -1,42 +1,47 @@ -
- Sakai logo -
-
-
- 404 -

Looks like you are lost

- Requested resource is not available. -
-
- +
+
+
+ Sakai logo +
+
+
+
+ 404 +

Looks like you are lost

+ Requested resource is not available. +
+
+ +
+
+

Frequently Asked Questions

+ Ultricies mi quis hendrerit dolor. +
-
-

Frequently Asked Questions

- Ultricies mi quis hendrerit dolor. +
+
+ +
+
+

Solution Center

+ Phasellus faucibus scelerisque eleifend. +
-
-
-
- +
+
+ +
+
+

Permission Manager

+ Accumsan in nisl nisi scelerisque +
-
-

Solution Center

- Phasellus faucibus scelerisque eleifend. +
-
-
- -
-
-

Permission Manager

- Accumsan in nisl nisi scelerisque -
-
-
+
\ No newline at end of file