Register page

This commit is contained in:
2024-09-01 17:47:49 +03:00
parent 743531e6d4
commit 65876be551
32 changed files with 935 additions and 146 deletions

View File

@@ -98,6 +98,37 @@ a, .btn-link {
content: var(--blazor-load-percentage-text, "Loading");
}
.fullscreen {
height: 100vh;
}
.with-centered-content {
height: 100%;
display: flex;
flex-direction: column;
}
.with-centered-content > * {
margin: auto;
}
.horizontal-centered-content > * {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.form {
width: fit-content;
text-align: left;
}
.form-block {
margin: 10px 20px;
display: inline-block;
vertical-align: top;
}
code {
color: #c02d76;
}

View File

@@ -1,27 +0,0 @@
[
{
"date": "2022-01-06",
"temperatureC": 1,
"summary": "Freezing"
},
{
"date": "2022-01-07",
"temperatureC": 14,
"summary": "Bracing"
},
{
"date": "2022-01-08",
"temperatureC": -13,
"summary": "Freezing"
},
{
"date": "2022-01-09",
"temperatureC": -16,
"summary": "Balmy"
},
{
"date": "2022-01-10",
"temperatureC": -2,
"summary": "Chilly"
}
]