Register page
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
|   | ||||
| @@ -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" | ||||
|   } | ||||
| ] | ||||
		Reference in New Issue
	
	Block a user