UNPKG

684 BJavaScriptView Raw
1import {
2 component_styles_default
3} from "./chunk.7IGWJVQF.js";
4import {
5 r
6} from "./chunk.WWAD5WF4.js";
7
8// src/components/menu-label/menu-label.styles.ts
9var menu_label_styles_default = r`
10 ${component_styles_default}
11
12 :host {
13 display: block;
14 }
15
16 .menu-label {
17 font-family: var(--sl-font-sans);
18 font-size: var(--sl-font-size-small);
19 font-weight: var(--sl-font-weight-semibold);
20 line-height: var(--sl-line-height-normal);
21 letter-spacing: var(--sl-letter-spacing-normal);
22 color: var(--sl-color-neutral-500);
23 padding: var(--sl-spacing-2x-small) var(--sl-spacing-x-large);
24 user-select: none;
25 }
26`;
27
28export {
29 menu_label_styles_default
30};