24 lines
384 B
JavaScript
24 lines
384 B
JavaScript
import {
|
|
component_styles_default
|
|
} from "./chunk.K23QWHWK.js";
|
|
import {
|
|
i
|
|
} from "./chunk.CXZZ2LVK.js";
|
|
|
|
// src/components/button-group/button-group.styles.ts
|
|
var button_group_styles_default = i`
|
|
${component_styles_default}
|
|
|
|
:host {
|
|
display: inline-block;
|
|
}
|
|
|
|
.button-group {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
}
|
|
`;
|
|
|
|
export {
|
|
button_group_styles_default
|
|
};
|