31 lines
441 B
Plaintext
31 lines
441 B
Plaintext
![]() |
|
||
|
.inspectable-object-field{
|
||
|
flex-direction: row;
|
||
|
-unity-text-align: middle-left;
|
||
|
}
|
||
|
|
||
|
.inspectable-object-field > ObjectField{
|
||
|
flex-shrink: 1;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*
|
||
|
State List
|
||
|
*/
|
||
|
.states-reorderable-list__header
|
||
|
{
|
||
|
flex-direction: row;
|
||
|
justify-content: space-around;
|
||
|
}
|
||
|
|
||
|
.states-reorderable-list-element
|
||
|
{
|
||
|
flex-direction: row;
|
||
|
flex-grow: 1;
|
||
|
}
|
||
|
|
||
|
.states-reorderable-list-element > .unity-base-field
|
||
|
{
|
||
|
flex-grow: 1;
|
||
|
width: 0;
|
||
|
}
|