mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-14 09:50:51 +00:00
new UI, unify map/demo/live architecture more, cleanup
This commit is contained in:
parent
d9b5e30831
commit
4741f59582
146 changed files with 5477 additions and 3005 deletions
|
|
@ -1,7 +1,6 @@
|
|||
.Root {
|
||||
composes: IconButton from "./InspectorControls.module.css";
|
||||
composes: LabelledButton from "./InspectorControls.module.css";
|
||||
padding: 0 5px;
|
||||
}
|
||||
/* Text label ("Connect", "Connecting...") follows standard breakpoint rules. */
|
||||
.TextLabel {
|
||||
|
|
@ -14,7 +13,7 @@
|
|||
margin-right: 2px;
|
||||
}
|
||||
.LiveIcon {
|
||||
font-size: 15px;
|
||||
/* font-size: 15px; */
|
||||
}
|
||||
.Pulsing {
|
||||
animation: blink 1.2s ease-out infinite;
|
||||
|
|
@ -27,3 +26,7 @@
|
|||
opacity: 0.25;
|
||||
}
|
||||
}
|
||||
|
||||
.ButtonHint {
|
||||
composes: ButtonHint from "./InspectorControls.module.css";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue