UNPKG

@unicef-polymer/etools-unicef

Version:
12 lines (11 loc) 219 B
import { html } from 'lit'; // language=HTML export const toolbarDropdownStyles = html ` <style> :host { max-width: 200px; min-width: 80px; margin-inline-start: 10px; } </style> `;