選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

_add-people.scss 595B

12345678910111213141516171819202122232425262728293031323334
  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. .add-telephone-icon {
  13. display: flex;
  14. height: 28px;
  15. transform: scaleX(-1);
  16. width: 28px;
  17. i {
  18. line-height: 28px;
  19. margin: auto;
  20. }
  21. }
  22. }
  23. }
  24. /**
  25. * Styles errors in the MultiSelectAutocomplete.
  26. */
  27. .autocomplete-error {
  28. min-width: 260px;
  29. }