PropertySheet.uss 240 B

12345678910111213
  1. PropertySheet {
  2. margin-top: 4px;
  3. margin-bottom: 4px;
  4. }
  5. PropertySheet > #content > #header{
  6. margin-left: 4px;
  7. }
  8. PropertySheet > #content > #header > Label{
  9. color: #C1C1C1;
  10. font-size: 11px;
  11. -unity-font-style: bold;
  12. }