mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-08 21:24:32 +00:00
skin support, shape mounting unification
This commit is contained in:
parent
14e25beaf8
commit
bc7d30c5c6
98 changed files with 1952 additions and 1744 deletions
|
|
@ -128,8 +128,28 @@
|
|||
}
|
||||
|
||||
.Detail {
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1px;
|
||||
font-size: 12px;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
margin: 4px 0 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.Detail > div {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.Detail dt {
|
||||
color: rgba(255, 255, 255, 0.35);
|
||||
}
|
||||
|
||||
.Detail dt::after {
|
||||
content: ":";
|
||||
}
|
||||
|
||||
.Detail dd {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue