diff --git a/src/client/css/login.css b/src/client/css/login.css index 8f03d2a..624f753 100644 --- a/src/client/css/login.css +++ b/src/client/css/login.css @@ -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%; @@ -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%; diff --git a/src/client/css/modeSwticher.module.css b/src/client/css/modeSwticher.module.css index 1d9f750..88f91fa 100644 --- a/src/client/css/modeSwticher.module.css +++ b/src/client/css/modeSwticher.module.css @@ -6,7 +6,7 @@ visibility: hidden; font-size: 0; - &>span { + & > span { visibility: visible; margin: 0; } @@ -29,5 +29,4 @@ font-size: 1rem; visibility: visible; } - } \ No newline at end of file