index.styl 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. @import "../../node_modules/tracim_frontend_lib/src/css/Variable.styl"
  2. .html-document
  3. width 70%
  4. &__header
  5. &__editionmode
  6. display none
  7. &__icon
  8. .fa-file-text-o
  9. color white
  10. &__lastversionbtn
  11. & > i
  12. font-size 20px
  13. .selectStatus
  14. margin-right 15px
  15. &__contentpage
  16. &__textnote
  17. margin 10px 5px 10px 10px
  18. border-radius 10px
  19. padding 25px
  20. height 100%
  21. overflow-y auto
  22. background-color off-white
  23. &__state
  24. display flex
  25. align-items center
  26. justify-content space-between
  27. margin-bottom 15px
  28. padding 5px 15px
  29. background-color #fee498
  30. border-radius 10px
  31. &__msg > i
  32. margin-right 8px
  33. &__btnrestore
  34. cursor pointer
  35. & > i
  36. margin-right 8px
  37. &__version
  38. display flex
  39. justify-content flex-end
  40. align-items center
  41. text-align right
  42. opacity 0.7
  43. &__lastversion
  44. margin-left 15px
  45. font-weight bold
  46. &__text
  47. font-size 14px
  48. &__edition
  49. display none
  50. &__messagelist
  51. min-height 70px
  52. &__item
  53. &__content
  54. color darkGrey
  55. &__version
  56. background-color grey-hover
  57. &__btn
  58. padding 5px 25px
  59. border-radius 5px
  60. width 145px
  61. color white
  62. font-size 17px
  63. & > i
  64. margin-right 10px
  65. color darkGrey
  66. font-size 20px
  67. &__date
  68. color fontColor
  69. font-size 17px
  70. .messagelistOpen
  71. .timeline__messagelist
  72. flex 0
  73. min-height 0
  74. .received
  75. .timeline__messagelist__item__content
  76. background-color htmlColor
  77. @media (min-width: min-sm) and (max-width: max-lg)
  78. .html-document
  79. &__contentpage
  80. &__content
  81. margin 10px
  82. &__textnote
  83. margin 0
  84. @media (min-width: min-md) and (max-width: max-md)
  85. .html-document
  86. top 68px
  87. @media (min-width: min-sm) and (max-width: max-sm)
  88. .html-document
  89. top 68px
  90. width 100%
  91. @media (max-width: max-xs)
  92. .html-document
  93. top 68px
  94. width 100%
  95. &__contentpage
  96. &__content
  97. margin 10px
  98. &__textnote
  99. margin 0