Skip to content

Commit

Permalink
[Fix] #77 codeFactor complains
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed Jul 16, 2024
1 parent e9879a6 commit 0261d8a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
28 changes: 13 additions & 15 deletions src/client/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,7 @@
flex-flow: nowrap column;
gap: 2em;
margin-bottom: 10vh;
}

input {
font-size: 2.2rem;
}

label {
font-size: 1.8rem;
margin-bottom: 0.5em;

&.Mui-focused {
color: var(--text);
}
}

form {
.MuiSvgIcon-root {
font-size: 2.7rem;
max-height: 100%;
Expand All @@ -100,6 +85,19 @@
}
}

input {
font-size: 2.2rem;
}

label {
font-size: 1.8rem;
margin-bottom: 0.5em;

&.Mui-focused {
color: var(--text);
}
}

.subWrapper {
display: flex;
width: 100%;
Expand Down
3 changes: 1 addition & 2 deletions src/client/css/modeSwticher.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
visibility: hidden;
font-size: 0;

&>span {
& > span {
visibility: visible;
margin: 0;
}
Expand All @@ -29,5 +29,4 @@
font-size: 1rem;
visibility: visible;
}

}

0 comments on commit 0261d8a

Please sign in to comment.