Nessuna descrizione
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 413B

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