mirror of
				https://github.com/DerTyp7/shop-ejs-expressjs.git
				synced 2025-10-30 21:07:11 +01:00 
			
		
		
		
	reworked auth
This commit is contained in:
		| @@ -38,13 +38,21 @@ | ||||
|     outline: none !important; | ||||
| } | ||||
|  | ||||
| .auth_form label .input_error{ | ||||
|     border-color: rgb(204, 69, 69); | ||||
| } | ||||
|  | ||||
| .auth_form label .input_error:hover{ | ||||
|     border-color: rgb(236, 103, 103); | ||||
| } | ||||
|  | ||||
| .auth_form h4{ | ||||
|     text-align: center; | ||||
|     margin-top: 30px; | ||||
|     margin-bottom: 0px; | ||||
| } | ||||
| /* Submit button with blue background horizontal center*/ | ||||
| .auth_form input[type="button"]{ | ||||
| .auth_form input[type="button"], .auth_form input[type="submit"]{ | ||||
|     color: rgb(255, 255, 255); | ||||
|     font-weight: bold; | ||||
|     letter-spacing: 1.5px; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 j.mei7
					j.mei7