No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PivotInspectorPanelStyle.uss 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /**********************************************************************************************************************/
  2. /* BoneInspectorPanel */
  3. /**********************************************************************************************************************/
  4. #PivotInspectorPanel {
  5. height : 80px;
  6. }
  7. #PivotInspectorPanel EnumField > Label {
  8. min-width: auto;
  9. }
  10. #PivotInspectorPanel EnumField > VisualElement {
  11. margin-left: -465px;
  12. }
  13. #PivotInspectorPanel EnumField {
  14. margin-right : 6px;
  15. padding-right : 0px;
  16. margin-left : 0px;
  17. padding-left : 0px;
  18. flex: 1 0 auto;
  19. }
  20. #PivotInspectorPanel Vector2Field FloatField > Label {
  21. max-width : 10px;
  22. }
  23. #PivotInspectorPanel Vector2Field {
  24. margin-right : 0px;
  25. padding-right : 0px;
  26. margin-left : 0px;
  27. padding-left : 0px;
  28. }
  29. #PivotInspectorPanel #BonePositionField FloatInput {
  30. margin-right : 0px;
  31. padding-right : 0px;
  32. }
  33. .unity-composite-field__field-spacer {
  34. width: 0px;
  35. }