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.

_add-people.scss 531B

1234567891011121314151617181920212223242526272829303132
  1. /**
  2. * Styles errors and links in the AddPeopleDialog.
  3. */
  4. .modal-dialog-form {
  5. .add-people-form-wrap {
  6. .error {
  7. padding-left: 5px;
  8. a {
  9. padding-left: 5px;
  10. }
  11. }
  12. }
  13. }
  14. /**
  15. * Styles the loading element in the MultiSelectAutocomplete.
  16. */
  17. .autocomplete-loading {
  18. justify-content: center;
  19. display: flex;
  20. min-width: 260px;
  21. padding: 20px;
  22. }
  23. /**
  24. * Styles errors in the MultiSelectAutocomplete.
  25. */
  26. .autocomplete-error {
  27. min-width: 260px;
  28. }