Няма описание
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.

ExportAnimAssetsStyleSheet.uss 258B

12345678910111213141516171819202122
  1. * {
  2. align-self: center;
  3. }
  4. #Header {
  5. -unity-font-style: bold;
  6. padding-top: 10px;
  7. padding-bottom: 5px;
  8. }
  9. .SubElement {
  10. margin-left: 15px;
  11. }
  12. #ButtonArea {
  13. padding-top: 10px;
  14. flex-direction: row;
  15. }
  16. Button {
  17. font-size: 14px;
  18. }