_attachments.scss 566 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .page-attachments-row {
  2. border-top: solid 1px transparent;
  3. }
  4. .page-attachments, .page-meta {
  5. font-size: 0.95em;
  6. .attachment-in-use {
  7. margin: 0 0 0 4px;
  8. padding: 1px 5px;
  9. }
  10. .attachment-filetype {
  11. margin: 0 0 0 4px;
  12. padding: 1px 5px;
  13. font-weight: normal;
  14. }
  15. .attachment-download {
  16. cursor: pointer;
  17. margin: 0 0 0 4px;
  18. }
  19. .attachment-delete {
  20. cursor: pointer;
  21. margin: 0 0 0 4px;
  22. }
  23. }
  24. .attachment-delete-modal {
  25. .attachment-delete-image {
  26. text-align: center;
  27. img {
  28. max-width: 100%;
  29. }
  30. }
  31. }