chore: initial commit
This commit is contained in:
31
Packages/com.opsive.shared/Editor/Styles/InpectorStyles.uss
Normal file
31
Packages/com.opsive.shared/Editor/Styles/InpectorStyles.uss
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user