sudovanilla-website/public/@shoelace-style/shoelace/cdn/chunks/chunk.4WQR3YDO.js
2024-05-13 23:34:06 -04:00

32 lines
742 B
JavaScript

import {
component_styles_default
} from "./chunk.K23QWHWK.js";
import {
i
} from "./chunk.CXZZ2LVK.js";
// src/components/menu-label/menu-label.styles.ts
var menu_label_styles_default = i`
${component_styles_default}
:host {
display: block;
}
.menu-label {
display: inline-block;
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;
-webkit-user-select: none;
}
`;
export {
menu_label_styles_default
};