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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /**
  2. * Styles errors and links in the AddPeopleDialog.
  3. */
  4. .modal-dialog-form {
  5. .add-people-form-wrap {
  6. margin-top: 8px;
  7. .error {
  8. padding-left: 5px;
  9. a {
  10. padding-left: 5px;
  11. }
  12. }
  13. .add-telephone-icon {
  14. display: flex;
  15. height: 28px;
  16. transform: scaleX(-1);
  17. width: 28px;
  18. i {
  19. line-height: 28px;
  20. margin: auto;
  21. }
  22. }
  23. .footer-text-wrap {
  24. display: flex;
  25. }
  26. .footer-telephone-icon {
  27. display: flex;
  28. transform: scaleX(-1);
  29. padding-left: 10px;
  30. i {
  31. line-height: 20px;
  32. margin: auto;
  33. }
  34. }
  35. }
  36. }
  37. /**
  38. * Styles errors in the MultiSelectAutocomplete.
  39. */
  40. .autocomplete-error {
  41. min-width: 260px;
  42. }