Skip to content

Commit

Permalink
register container is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurhalder committed Nov 13, 2023
1 parent dd41fe8 commit 00c0815
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion styles/pages/_login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,12 @@
font-size: var(--font-12);
letter-spacing: 2px;
font-weight: 600;
color: var(--black-shadow);
color: var(--white);
transition: text-shadow 0.5s ease-in-out;
&:hover {
cursor: pointer;
text-shadow: 0px 8px 20px var(--black-shadow);
}
}
p {
margin: 2% 0 0 0;
Expand Down
2 changes: 1 addition & 1 deletion styles/pages/_register.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
gap: 10px;
span {
font-family: var(--font-roboto);
font-size: var(--font-12);
font-size: var(--font-11);
letter-spacing: 2px;
font-weight: 600;
color: var(--black);
Expand Down

0 comments on commit 00c0815

Please sign in to comment.