user login WIP

This commit is contained in:
2022-10-18 00:28:19 +02:00
parent 8fc5a164a4
commit 90969cfe4c
9 changed files with 180 additions and 38 deletions

View File

@ -10,7 +10,7 @@ body {
margin: 0;
/* padding: 0; */
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
}
a {
@ -34,8 +34,8 @@ input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
/* font-family: inherit; */
/* font-size: inherit; */
-webkit-padding: 0.4em 0;
padding: 0.4em;
margin: 0 0 0.5em 0;