Ei kuvausta
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.

DownloadPlasticExeWindow.uss 465B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #container {
  2. margin-top: 20px;
  3. margin-right: 20px;
  4. margin-bottom: 20px;
  5. margin-left: 20px;
  6. }
  7. #footer {
  8. display: flex;
  9. flex-direction: row;
  10. margin-top: 15px;
  11. margin-left: 20px;
  12. }
  13. #title {
  14. -unity-font-style: bold;
  15. }
  16. #progressControlsContainer {
  17. height: 15px;
  18. }
  19. .display-none {
  20. display: none;
  21. }
  22. .flex-grow {
  23. flex-grow: 10;
  24. }
  25. Label {
  26. white-space: normal;
  27. margin-bottom: 10px;
  28. }
  29. Button {
  30. width: 180px;
  31. }