1
0
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:
tobspr
2020-09-19 08:15:40 +02:00
parent 7650931f1f
commit b7c773a70e
2 changed files with 83 additions and 57 deletions

View File

@@ -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;
}
}
}