mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Improve entity debugger
This commit is contained in:
@@ -53,13 +53,27 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
&,
|
||||
* {
|
||||
@include SuperSmallText;
|
||||
@include S(font-size, 7px, $important: true);
|
||||
@include S(line-height, 12px, $important: true);
|
||||
}
|
||||
|
||||
.object {
|
||||
grid-column: 1 / 3;
|
||||
line-height: 1.5em;
|
||||
|
||||
> summary {
|
||||
transition: opacity 0.1s ease-in-out;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
> div {
|
||||
@include S(margin-left, 4px);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user