/** * Styles errors and links in the AddPeopleDialog. */ .modal-dialog-form { .add-people-form-wrap { .error { padding-left: 5px; a { padding-left: 5px; } } } } /** * Styles the loading element in the MultiSelectAutocomplete. */ .autocomplete-loading { justify-content: center; display: flex; min-width: 260px; padding: 20px; } /** * Styles errors in the MultiSelectAutocomplete. */ .autocomplete-error { min-width: 260px; }