feat: inelegant and buggy version of auth
This commit is contained in:
17
src/App.css
17
src/App.css
@@ -12,16 +12,17 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
footer {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
#root {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
footer {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
|
||||
.grey {
|
||||
color: #444;
|
||||
}
|
||||
@@ -37,6 +38,11 @@ footer {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
input {
|
||||
padding: 0.2em 16px;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
@@ -120,7 +126,8 @@ h3 {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
button {
|
||||
button,
|
||||
.button {
|
||||
font-weight: bold;
|
||||
font-size: large;
|
||||
color: aliceblue;
|
||||
|
Reference in New Issue
Block a user