Brak opisu
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.

SSOSignUpPanel.uss 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. SignUp {
  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: 20px 0;
  9. height: 100%;
  10. }
  11. #email {
  12. margin-bottom: 5px;
  13. }
  14. TextField {
  15. flex-direction: column;
  16. font-size: 14px;
  17. }
  18. #password {
  19. height: 42px;
  20. }
  21. .password {
  22. width: 48.5%;
  23. margin-bottom: 1px;
  24. }
  25. #signUp {
  26. margin-top: 10px;
  27. height: 30px;
  28. width: 195px;
  29. margin-left: 56%;
  30. margin-right: 25px;
  31. }
  32. #policyContainer {
  33. margin: 5px;
  34. }
  35. .policyFont {
  36. font-size: 11px;
  37. }
  38. #median {
  39. margin-top: 5px;
  40. margin-bottom: 5px;
  41. border-top-width: 0.5px;
  42. border-color: rgba(196, 196, 196, 1);
  43. height: 1px;
  44. margin: 8px 20px 8px 20px;
  45. }
  46. .alternate-button {
  47. width: 195px;
  48. height: 30px;
  49. margin-left: 56%;
  50. margin-right: 25px;
  51. }
  52. .icon {
  53. height: 25px;
  54. width: 25px;
  55. }
  56. #unityIDButton {
  57. color: white;
  58. background-color: black;
  59. }
  60. #emailNotification, #passwordNotificationLabel, confirmPasswordNotificationLabel {
  61. height: 15px;
  62. }
  63. #passwordNotificationLabel, confirmPasswordNotificationLabel {
  64. width: 50%;
  65. }
  66. #progressContainer {
  67. margin-top: 5px;
  68. }