RecentActivity.styl 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. @import "../../../node_modules/tracim_frontend_lib/src/css/Variable.styl"
  2. .activity
  3. margin 0 35px 50px 0
  4. width 60%
  5. &__wrapper
  6. border 1px solid grey
  7. height 480px
  8. overflow-y scroll
  9. &__header
  10. display flex
  11. justify-content space-between
  12. align-items center
  13. margin-bottom 20px
  14. height 44px
  15. &__allread
  16. padding 10px 25px
  17. font-size 18px
  18. cursor pointer
  19. &__workspace
  20. display flex
  21. align-items center
  22. border-bottom 1px solid grey
  23. padding 15px
  24. cursor pointer
  25. font-weight bold
  26. &.read
  27. font-weight normal
  28. &:hover
  29. background-color fourthColor
  30. &:nth-child(even)
  31. background-color grey-hover
  32. &:hover
  33. background-color fourthColor
  34. &__icon
  35. margin 0 25px
  36. font-size 25px
  37. &__name
  38. font-size 18px
  39. &__more
  40. &__btn
  41. margin 15px
  42. padding 10px 25px
  43. cursor pointer
  44. /**** MEDIAQUERIES ****/
  45. /**** MEDIA 992px and 1199px ****/
  46. @media (min-width min-lg) and (max-width: max-lg)
  47. .activity
  48. margin-right 0
  49. width 100%
  50. /**** MEDIA 768px and 991px ****/
  51. @media (min-width: min-md) and (max-width: max-md)
  52. .activity
  53. margin 25px 0 25px 0
  54. width 100%
  55. /**** MEDIA 576px and 767px ****/
  56. @media (min-width: min-sm) and (max-width: max-sm)
  57. .activity
  58. margin 25px 0 25px 0
  59. width 100%
  60. /**** MEDIA 575px ****/
  61. @media (max-width: max-xs)
  62. .activity
  63. margin 25px 0
  64. width 100%
  65. &__wrapper
  66. margin-top 45px
  67. &__header
  68. display block
  69. height auto
  70. margin 0 15px 20px 15px
  71. &__title
  72. margin-bottom 20px