Skip to content

Commit 40941a3

Browse files
committed
Unified Login Design for both Admin and Customer Portals.
1 parent 80ad55e commit 40941a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

WebApplication2/Customer/Pages/login.aspx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
5252
.login-container input[type="text"]:focus,
5353
.login-container input[type="password"]:focus {
54-
border-color: #2575fc;
5554
outline: none;
55+
border-color: #2575fc;
5656
}
5757
5858
.login-container input[type="submit"],

WebApplication2/Pages/Login/Login.aspx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
width: 300px;
2626
}
2727
.login-container h2 {
28-
margin-bottom: 20px;
2928
color: #333;
3029
font-size: 24px;
30+
margin-bottom: 30px;
3131
}
3232
.login-container input {
33-
width: calc(100% - 20px);
34-
padding: 10px;
35-
margin: 10px 0;
33+
width: calc(100% - 40px);
34+
padding: 12px;
35+
margin: 8px 0;
3636
border: 1px solid #ccc;
3737
border-radius: 5px;
3838
font-size: 16px;

0 commit comments

Comments
 (0)