Fix typo in css for the sign in page template
This commit is contained in:
		
							parent
							
								
									1209c63b58
								
							
						
					
					
						commit
						a6e247825c
					
				| 
						 | 
					@ -61,7 +61,7 @@ func getTemplates() *template.Template {
 | 
				
			||||||
	.btn:hover {
 | 
						.btn:hover {
 | 
				
			||||||
		background-color: #3071a9;
 | 
							background-color: #3071a9;
 | 
				
			||||||
		border-color: #285e8e;
 | 
							border-color: #285e8e;
 | 
				
			||||||
		ext-decoration: none;
 | 
							text-decoration: none;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	label {
 | 
						label {
 | 
				
			||||||
		display: inline-block;
 | 
							display: inline-block;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue