24 lines
		
	
	
		
			471 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			471 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .text-snippets-cursor > * > textarea, .text-snippets-tabstops > * > textarea, .text-snippets-newline > * > textarea, .text-snippets-delimiter > * > textarea{
 | |
|   height: 30px;
 | |
|   padding-top: 2px;
 | |
|   padding-bottom: 0;
 | |
| }
 | |
| 
 | |
| .text-snippets-class > * > textarea{
 | |
|   width:40em;
 | |
|   height: 100%;
 | |
| }
 | |
| 
 | |
| .text-snippets-class > div > div {
 | |
| }
 | |
| 
 | |
| .text-snippets-class > * {
 | |
|   height: 100%;
 | |
|   width: 60em;
 | |
| }
 | |
| 
 | |
| .text-snippets-class {
 | |
|   height: 70%;
 | |
|   background-color: 
 | |
| }
 |