Skip to content

Commit

Permalink
modified theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aashutosh committed Dec 17, 2023
1 parent facea67 commit e6d73b0
Show file tree
Hide file tree
Showing 6 changed files with 243 additions and 526 deletions.
9 changes: 3 additions & 6 deletions assets/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
--font: "Roboto";
}

:root {
Expand Down Expand Up @@ -44,14 +45,9 @@
}

.form {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 440px;
gap: 1.5rem;
padding: 20px;
margin: 0 20px;
font-family: var(--font);
background-color: rgba(17, 25, 40, 0.75);
backdrop-filter: blur(16px) saturate(180%);
Expand Down Expand Up @@ -89,6 +85,7 @@
width: 16px;
border-radius: 50%;
left: 0px;
top: 25%;
background-color: var(--orange);
}

Expand Down
Loading

0 comments on commit e6d73b0

Please sign in to comment.