Add margins for buttons
This commit is contained in:
		
							parent
							
								
									6c221832fc
								
							
						
					
					
						commit
						3e7e9eeb70
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -34,6 +34,7 @@ a {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
button {
 | 
					button {
 | 
				
			||||||
  padding: 0.25em;
 | 
					  padding: 0.25em;
 | 
				
			||||||
 | 
					  margin: 0em 0.1em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
select {
 | 
					select {
 | 
				
			||||||
| 
						 | 
					@ -43,3 +44,7 @@ select {
 | 
				
			||||||
input {
 | 
					input {
 | 
				
			||||||
  padding: 0.25em;
 | 
					  padding: 0.25em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#logout-button {
 | 
				
			||||||
 | 
					  margin-left: 0.5em;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in a new issue