kopia lustrzana https://github.com/shoelace-style/shoelace
				
				
				
			
		
			
				
	
	
		
			22 wiersze
		
	
	
		
			548 B
		
	
	
	
		
			TypeScript
		
	
	
			
		
		
	
	
			22 wiersze
		
	
	
		
			548 B
		
	
	
	
		
			TypeScript
		
	
	
| import { css } from 'lit';
 | |
| import componentStyles from '../../styles/component.styles';
 | |
| 
 | |
| export default css`
 | |
|   ${componentStyles}
 | |
| 
 | |
|   :host {
 | |
|     display: block;
 | |
|   }
 | |
| 
 | |
|   .menu-label {
 | |
|     font-family: var(--sl-font-sans);
 | |
|     font-size: var(--sl-font-size-small);
 | |
|     font-weight: var(--sl-font-weight-semibold);
 | |
|     line-height: var(--sl-line-height-normal);
 | |
|     letter-spacing: var(--sl-letter-spacing-normal);
 | |
|     color: var(--sl-color-neutral-500);
 | |
|     padding: var(--sl-spacing-2x-small) var(--sl-spacing-x-large);
 | |
|     user-select: none;
 | |
|   }
 | |
| `;
 |