mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 20:22:25 -05:00 
			
		
		
		
	Css input/select styling tweak (#91)
* css styling tweaks * bundle * apply styling to textarea as well * bundle, whitespace
This commit is contained in:
		
					parent
					
						
							
								05e62479c8
							
						
					
				
			
			
				commit
				
					
						2cebac592f
					
				
			
		
					 2 changed files with 14 additions and 14 deletions
				
			
		|  | @ -138,18 +138,18 @@ section.login form { | ||||||
| 		grid-gap: 0.7rem; | 		grid-gap: 0.7rem; | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| section.login form input { |  | ||||||
| 			border: 1px solid #fafaff; |  | ||||||
| 			color: #fafaff; |  | ||||||
| 			background: #525c66; |  | ||||||
| 			width: 100%; |  | ||||||
| 		} |  | ||||||
| 
 |  | ||||||
| section.login form button { | section.login form button { | ||||||
| 			place-self: center; | 			place-self: center; | ||||||
| 			grid-column: 2; | 			grid-column: 2; | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
|  | input, select, textarea { | ||||||
|  | 	border: 1px solid #fafaff; | ||||||
|  | 	color: #fafaff; | ||||||
|  | 	background: #525c66; | ||||||
|  | 	width: 100%; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| footer { | footer { | ||||||
| 	align-self: end; | 	align-self: end; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -144,13 +144,6 @@ section.login { | ||||||
| 		grid-template-columns: auto 100%; | 		grid-template-columns: auto 100%; | ||||||
| 		grid-gap: 0.7rem; | 		grid-gap: 0.7rem; | ||||||
| 
 | 
 | ||||||
| 		input { |  | ||||||
| 			border: 1px solid $fg; |  | ||||||
| 			color: $fg; |  | ||||||
| 			background: $bg; |  | ||||||
| 			width: 100%; |  | ||||||
| 		} |  | ||||||
| 
 |  | ||||||
| 		button { | 		button { | ||||||
| 			place-self: center; | 			place-self: center; | ||||||
| 			grid-column: 2; | 			grid-column: 2; | ||||||
|  | @ -158,6 +151,13 @@ section.login { | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | input, select, textarea { | ||||||
|  | 	border: 1px solid $fg; | ||||||
|  | 	color: $fg; | ||||||
|  | 	background: $bg; | ||||||
|  | 	width: 100%; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| footer { | footer { | ||||||
| 	align-self: end; | 	align-self: end; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue