Skip to content

Commit 7f51253

Browse files
Merge pull request #1 from UdasriHasindu/style
Style: UI changes
2 parents 12cf740 + 15eacd6 commit 7f51253

File tree

12 files changed

+3638
-2741
lines changed

12 files changed

+3638
-2741
lines changed
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
body {
2-
font-family: 'Inter', sans-serif;
3-
background-color: #212529; /* Dark background for Bootstrap dark theme */
4-
display: flex;
5-
justify-content: center;
6-
align-items: center;
7-
min-height: 100vh;
8-
margin: 0;
9-
color: #f8f9fa; /* Light text color for dark theme */
2+
font-family: "Inter", sans-serif;
3+
background-color: #212529; /* Dark background for Bootstrap dark theme */
4+
display: flex;
5+
justify-content: center;
6+
align-items: center;
7+
min-height: 100vh;
8+
margin: 0;
9+
color: #f8f9fa; /* Light text color for dark theme */
1010
}
1111
.login-container {
12-
background-color: #343a40; /* Darker background for the form */
13-
padding: 2rem;
14-
border-radius: 0.5rem;
15-
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); /* Darker shadow */
16-
border: 1px solid #495057; /* Border for the form */
17-
max-width: 500px; /* Equivalent to max-w-md */
18-
width: 100%;
12+
background-color: #343a40; /* Darker background for the form */
13+
padding: 2rem;
14+
border-radius: 0.5rem;
15+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); /* Darker shadow */
16+
border: 1px solid #495057; /* Border for the form */
17+
max-width: 500px; /* Equivalent to max-w-md */
18+
width: 100%;
1919
}
2020
.form-control-dark {
21-
background-color: #495057; /* Darker input background */
22-
color: #f8f9fa; /* Light text in inputs */
23-
border: 1px solid #6c757d; /* Darker input border */
21+
background-color: #495057; /* Darker input background */
22+
color: #f8f9fa; /* Light text in inputs */
23+
border: 1px solid #6c757d; /* Darker input border */
2424
}
2525
.form-control-dark::placeholder {
26-
color: #ced4da; /* Lighter placeholder text */
27-
opacity: 0.7;
26+
color: #ced4da; /* Lighter placeholder text */
27+
opacity: 0.7;
2828
}
2929
.form-control-dark:focus {
30-
background-color: #495057;
31-
color: #f8f9fa;
32-
border-color: #0d6efd; /* Blue focus border */
33-
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
30+
background-color: #495057;
31+
color: #f8f9fa;
32+
border-color: #0d6efd; /* Blue focus border */
33+
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
3434
}
3535
.btn-primary-custom {
36-
background-color: #0d6efd; /* Bootstrap blue */
37-
border-color: #0d6efd;
38-
color: white;
39-
transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
36+
background-color: #0d6efd; /* Bootstrap blue */
37+
border-color: #0d6efd;
38+
color: white;
39+
transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
4040
}
4141
.btn-primary-custom:hover {
42-
background-color: #0b5ed7; /* Darker blue on hover */
43-
border-color: #0a58ca;
42+
background-color: #0b5ed7; /* Darker blue on hover */
43+
border-color: #0a58ca;
4444
}
15 KB
Binary file not shown.
1010 KB
Loading
-2.02 MB
Binary file not shown.

0 commit comments

Comments
 (0)