Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

CreateOrganizationPanel.uss 787B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .field {
  2. font-size: 14px;
  3. margin-bottom: 10px;
  4. width: 100%;
  5. }
  6. .field TextField {
  7. flex-direction: column;
  8. }
  9. .field TextField Label, .field-label {
  10. margin: 5px;
  11. }
  12. #datacenter {
  13. margin-bottom: 35px;
  14. }
  15. Label {
  16. white-space: normal;
  17. }
  18. .hidden {
  19. visibility: hidden;
  20. height: 0;
  21. }
  22. .notification {
  23. color: red;
  24. height: 15px;
  25. margin-bottom: 5px;
  26. }
  27. .footerButton {
  28. padding: 5px 7px;
  29. margin-top: 10px;
  30. border-width: 2px;
  31. border-radius: 0;
  32. width: 125px;
  33. }
  34. #gettingDatacenters {
  35. height: 30px;
  36. flex-direction: row;
  37. margin-top: 10px;
  38. padding-top: 7px;
  39. }
  40. #gdSpinner {
  41. margin-right: 5px;
  42. }
  43. #encryptExplanation {
  44. color: grey;
  45. }
  46. #encryptLearnMore {
  47. width: 65px;
  48. }