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