_attachments.scss 195 B

12345678910111213
  1. .attachment-delete-modal {
  2. .attachment-delete-image {
  3. text-align: center;
  4. img {
  5. max-width: 100%;
  6. }
  7. }
  8. }
  9. .attachment-userpicture .picture {
  10. vertical-align: text-bottom;
  11. }