No Description
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.

OrganizationPanel.uss 310B

12345678910111213141516171819202122232425
  1. .organization-section {
  2. margin: 10px 0px;
  3. }
  4. .organization-button {
  5. width: 15%;
  6. }
  7. .align-end {
  8. align-items: flex-end;
  9. }
  10. #organizationDropdown {
  11. width: 85%;
  12. margin-top: 3px;
  13. }
  14. #createOrganization {
  15. margin: 25px 0px;
  16. }
  17. #createOrganizationLabel {
  18. width: 83%;
  19. margin-top: 3px;
  20. }