_attachments.scss 396 B

123456789101112131415161718192021222324252627282930
  1. .page-attachments {
  2. .attachment-in-use {
  3. margin: 0 0 0 4px;
  4. padding: 1px 5px;
  5. }
  6. .attachment-filetype {
  7. margin: 0 0 0 4px;
  8. padding: 1px 5px;
  9. font-weight: normal;
  10. }
  11. .attachment-delete {
  12. cursor: pointer;
  13. margin: 0 0 0 4px;
  14. }
  15. }
  16. .attachment-delete-modal {
  17. .attachment-delete-image {
  18. text-align: center;
  19. img {
  20. max-width: 100%;
  21. }
  22. }
  23. }