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 895B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. .footer-text-wrap {
  23. display: flex;
  24. }
  25. .footer-telephone-icon {
  26. display: flex;
  27. transform: scaleX(-1);
  28. padding-left: 10px;
  29. i {
  30. line-height: 20px;
  31. margin: auto;
  32. }
  33. }
  34. }
  35. }
  36. /**
  37. * Styles errors in the MultiSelectAutocomplete.
  38. */
  39. .autocomplete-error {
  40. min-width: 260px;
  41. }