Timeline.styl 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .timeline
  2. &__messagelist
  3. flex 1 1 0
  4. margin-bottom 0
  5. padding-left 0
  6. border-bottom 1px solid grey
  7. overflow-Y auto
  8. list-style none
  9. &__item
  10. padding 0 25px 20px 35px
  11. &__avatar
  12. position relative
  13. top 43px
  14. left -25px
  15. width 45px
  16. height 45px
  17. &__createhour
  18. margin-left 30px
  19. opacity 0.7
  20. font-size 14px
  21. &__content
  22. border 1px solid grey
  23. border-radius 5px
  24. padding 15px
  25. background-color off-white
  26. font-size 15px
  27. z-index -1
  28. &__version
  29. display flex
  30. justify-content space-between
  31. padding 10px 15px
  32. width 100%
  33. &__date
  34. margin auto 0
  35. &__texteditor
  36. padding 2px
  37. &__simpletext
  38. display none
  39. width 70%
  40. margin-right 35px
  41. &__icon
  42. cursor pointer
  43. &__wysiwyg
  44. display block
  45. & > textarea
  46. width 100%
  47. height 130px
  48. &__submit
  49. margin 10px 0
  50. &__btn
  51. display flex
  52. cursor pointer
  53. &__icon
  54. margin-left 10px
  55. .sended
  56. .timeline__messagelist__item__content
  57. margin-right 25%
  58. .received
  59. .timeline__messagelist__item
  60. &__avatar
  61. left 93%
  62. &__createhour
  63. text-align right
  64. margin-right 50px
  65. &__content
  66. margin-left 25%
  67. color white