TurnOffPlasticWindow.uss 635 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .parent-container {
  2. display: flex;
  3. flex-direction: column;
  4. flex-wrap: nowrap;
  5. justify-content: flex-start;
  6. align-items: stretch;
  7. align-content: stretch;
  8. padding: 19px 0;
  9. height: auto;
  10. }
  11. Button {
  12. cursor: link;
  13. }
  14. Label {
  15. white-space: normal;
  16. }
  17. #turnoff-label {
  18. width: 75%;
  19. left: 12.5%;
  20. margin-top: 20px;
  21. margin-bottom: 20px;
  22. font-size: 14px;
  23. }
  24. #progress-label {
  25. width: 300px;
  26. margin-left: 120px;
  27. margin-top: 40px;
  28. margin-bottom: 0px;
  29. }
  30. #turnoff-button {
  31. width: 50%;
  32. padding: 7px;
  33. border-width: 2px;
  34. border-radius: 0;
  35. height: 30px;
  36. left: 25%;
  37. }