index.styl 643B

1234567891011121314151617181920212223242526272829303132333435
  1. @import "../../node_modules/tracim_frontend_lib/src/css/Variable.styl"
  2. .thread
  3. width 70%
  4. &__header
  5. &__editionmode
  6. display none
  7. &__icon
  8. .fa-comments-o
  9. color white
  10. .selectStatus
  11. margin-right 15px
  12. .timeline
  13. margin 0
  14. .thread
  15. &__contentpage
  16. &__content
  17. width 100%
  18. &__messagelist
  19. &__item__avatar
  20. border 1px solid darkenThread
  21. background-color off-white
  22. &__texteditor
  23. flex 0 0 auto
  24. @media (min-width: min-sm) and (max-width: max-sm)
  25. .thread
  26. top 68px
  27. width 100%
  28. @media (max-width: max-xs)
  29. .thread
  30. top 68px
  31. width 100%