[Glitch] Add "why do you want to join" field to invite requests
Port SCSS changes from 7eb05b8724 to glitch-soc
			
			
This commit is contained in:
		
							parent
							
								
									cde0ac1aa7
								
							
						
					
					
						commit
						c97a40647a
					
				
					 2 changed files with 35 additions and 0 deletions
				
			
		|  | @ -294,3 +294,29 @@ | ||||||
| .directory__tag .trends__item__current { | .directory__tag .trends__item__current { | ||||||
|   width: auto; |   width: auto; | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | .pending-account { | ||||||
|  |   &__header { | ||||||
|  |     color: $darker-text-color; | ||||||
|  | 
 | ||||||
|  |     a { | ||||||
|  |       color: $ui-secondary-color; | ||||||
|  |       text-decoration: none; | ||||||
|  | 
 | ||||||
|  |       &:hover, | ||||||
|  |       &:active, | ||||||
|  |       &:focus { | ||||||
|  |         text-decoration: underline; | ||||||
|  |       } | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|  |     strong { | ||||||
|  |       color: $primary-text-color; | ||||||
|  |       font-weight: 700; | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|  |   &__body { | ||||||
|  |     margin-top: 10px; | ||||||
|  |   } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | @ -377,6 +377,10 @@ | ||||||
|     border: 0; |     border: 0; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |   strong { | ||||||
|  |     font-weight: 700; | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|   thead th { |   thead th { | ||||||
|     text-align: center; |     text-align: center; | ||||||
|     text-transform: uppercase; |     text-transform: uppercase; | ||||||
|  | @ -414,6 +418,11 @@ | ||||||
|     } |     } | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |   &__comment { | ||||||
|  |     width: 50%; | ||||||
|  |     vertical-align: initial !important; | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|   @media screen and (max-width: $no-gap-breakpoint) { |   @media screen and (max-width: $no-gap-breakpoint) { | ||||||
|     tbody td.optional { |     tbody td.optional { | ||||||
|       display: none; |       display: none; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue