ExposedParameterView.uss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ExposedParameterPropertyView {
  2. padding-left: 13px;
  3. }
  4. ExposedParameterView #contentContainer {
  5. padding-bottom: 12px;
  6. padding-top: 2px;
  7. }
  8. ExposedParameterView #titleLabel {
  9. padding-left: 6px;
  10. }
  11. ExposedParameterView #header Button {
  12. margin-right: 6px;
  13. }
  14. ExposedParameterFieldView #contentItem > Label {
  15. padding-right: 0;
  16. margin-right: 0;
  17. }
  18. ExposedParameterFieldView .pill #contents > #top > #icon {
  19. width: 4px;
  20. height: 4px;
  21. border-radius: 2px;
  22. margin-top: 0px;
  23. margin-left: 2px;
  24. }
  25. ExposedParameterFieldView Image {
  26. background-color: #ffffff;
  27. }
  28. .parameter-Boolean {
  29. background-color: #30FFFF;
  30. }
  31. .parameter-Single {
  32. background-color: #2080FF;
  33. }
  34. .parameter-Int32 {
  35. background-color: #325dff;
  36. }
  37. .parameter-Object {
  38. background-color: #80FF00;
  39. }
  40. .parameter-String {
  41. background-color: #80FF80;
  42. }
  43. .parameter-GameObject {
  44. background-color: #FF0000;
  45. }
  46. .parameter-Color {
  47. background-color: #FF00FF;
  48. }
  49. .parameter-AnimationCurve{
  50. background-color: #FF0080;
  51. }
  52. .parameter-Gradient{
  53. background-color: #FF8000;
  54. }