mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-31 10:15:33 +00:00 
			
		
		
		
	Did a lot of styling on letter & register view; introduced a new accent color. Added scroll and submit vutton, TODO style submit button
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="de"> | ||||
| <html lang="de" id="top"> | ||||
|  | ||||
| <head> | ||||
|     <meta charset="utf-8" /> | ||||
| @@ -42,10 +42,17 @@ | ||||
|         @await Html.PartialAsync("/Views/Shared/_Footer.cshtml") | ||||
|         </div> | ||||
|     </div> | ||||
|  | ||||
|     <environment exclude="Development"> | ||||
|         @await Html.PartialAsync("/Views/Shared/_Javascript.cshtml") | ||||
|     </environment> | ||||
|  | ||||
|     <a class="ha-scrollbutton" id="ha-scrollbutton"> | ||||
|         <svg class="ha-scrollbuttonarrow" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||||
|             <path strokeLinecap="round" strokeLinejoin="round" stroke-width="2" d="M5 11l7-7 7 7M5 19l7-7 7 7" /> | ||||
|         </svg> | ||||
|     </div> | ||||
|  | ||||
|     @RenderSection("Scripts", required: false) | ||||
| </body> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 schnulller
					schnulller