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.

25 lines
407B

  1. .lc-filemenager-preview {
  2. width: 100%;
  3. object-fit: contain;
  4. position: relative;
  5. min-height: 80px;
  6. }
  7. .lc-filemenager-preview .no-image{
  8. position: absolute;
  9. font-size: 3rem;
  10. width: 100%;
  11. height: 100%;
  12. z-index: 1;
  13. top: 0;
  14. text-align: center;
  15. left: 0;
  16. right: 0;
  17. margin: auto;
  18. }
  19. .lc-filemenager-preview img{
  20. width: 100%;
  21. z-index: 2;
  22. position: relative;
  23. object-fit: contain;
  24. }