mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-28 16:49:49 +00:00
style cleanup, mobile layout improvements, ForceFieldBare fix
This commit is contained in:
parent
c15bce10f3
commit
bb654b3667
98 changed files with 1010 additions and 835 deletions
|
|
@ -54,21 +54,9 @@
|
|||
color: #eceae7;
|
||||
}
|
||||
|
||||
.ActionButton {
|
||||
composes: IconButton from "./InspectorControls.module.css";
|
||||
flex: 0 0 auto;
|
||||
margin: 0 10px 0 0;
|
||||
font-size: 16px;
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 2px;
|
||||
background: rgba(213, 66, 58, 0.7);
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
.ActionButton:not(:disabled):hover {
|
||||
background: rgba(229, 70, 59, 0.9);
|
||||
}
|
||||
.EjectButton,
|
||||
.DisconnectButton {
|
||||
composes: DestructiveActionButton from "./Button.module.css";
|
||||
}
|
||||
|
||||
.EjectIcon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue