Ei kuvausta
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.

CreatedOrganizationPanel.uss 395B

1234567891011121314151617181920212223242526
  1. .form {
  2. width: 55%;
  3. height: 100%;
  4. flex-direction: column;
  5. }
  6. .field {
  7. flex-direction: column;
  8. font-size: 14px;
  9. margin-bottom: 20px;
  10. }
  11. .footer {
  12. flex-direction: row;
  13. justify-content: flex-end;
  14. right: 0px;
  15. bottom: 0px;
  16. margin-right: 25px;
  17. }
  18. .footer Button {
  19. padding: 5px 7px;
  20. margin-top: 10px;
  21. border-width: 2px;
  22. border-radius: 0;
  23. }