Timeline.styl 1.4KB

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