forked from cybrespace/mastodon
		
	
		
			
	
	
		
			15 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| 
								 | 
							
								// components.scss
							 | 
						||
| 
								 | 
							
								.compose-form {
							 | 
						||
| 
								 | 
							
								  .compose-form__modifiers {
							 | 
						||
| 
								 | 
							
								    .compose-form__upload {
							 | 
						||
| 
								 | 
							
								      &-description {
							 | 
						||
| 
								 | 
							
								        input {
							 | 
						||
| 
								 | 
							
								          &::placeholder {
							 | 
						||
| 
								 | 
							
								            opacity: 1.0;
							 | 
						||
| 
								 | 
							
								          }
							 | 
						||
| 
								 | 
							
								        }
							 | 
						||
| 
								 | 
							
								      }
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								}
							 |