index.styl 521B

12345678910111213141516171819202122232425262728293031
  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. &__texteditor
  19. flex 0 0 auto
  20. @media (min-width: min-sm) and (max-width: max-sm)
  21. .thread
  22. top 68px
  23. width 100%
  24. @media (max-width: max-xs)
  25. .thread
  26. top 68px
  27. width 100%