FileItem.styl 681B

1234567891011121314151617181920212223242526272829303132333435
  1. .file
  2. display flex
  3. border-bottom 0
  4. cursor pointer
  5. &:hover
  6. background-color files-hover
  7. &__type
  8. font-size 30px
  9. text-align center
  10. &__name
  11. display flex
  12. justify-content space-between
  13. padding 15px 5px
  14. &__text
  15. font-size 17px
  16. &__icons
  17. &__download
  18. display inline-block
  19. margin-right 10px
  20. &__archive
  21. display inline-block
  22. margin-right 10px
  23. &__delete
  24. display inline-block
  25. margin-right 10px
  26. &__status
  27. font-size 30px
  28. text-align center
  29. @media (min-width: max-xs) and (max-width: max-lg)
  30. .file
  31. border-right 1px solid grey
  32. &__name__icons
  33. margin-top 5px