mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-27 16:19:41 +00:00
16 lines
338 B
CSS
16 lines
338 B
CSS
.Root {
|
|
composes: IconButton from "./InspectorControls.module.css";
|
|
composes: LabelledButton from "./InspectorControls.module.css";
|
|
}
|
|
|
|
.ButtonLabel {
|
|
composes: ButtonLabel from "./InspectorControls.module.css";
|
|
}
|
|
|
|
.ButtonHint {
|
|
composes: ButtonHint from "./InspectorControls.module.css";
|
|
}
|
|
|
|
.DemoIcon {
|
|
/* font-size: 20px; */
|
|
}
|