Generic.styl 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. .pageWrapperGeneric
  2. display table-cell
  3. vertical-align top
  4. padding-top 87px
  5. width 100%
  6. &__header
  7. display flex
  8. &__content
  9. margin 10px 10px 120px 10px
  10. @media (min-width: min-md) and (max-width: max-md)
  11. .pageWrapperGeneric
  12. display block
  13. padding-top 87px
  14. &__header
  15. margin 95px 0 5px 30px
  16. &__content
  17. margin 0
  18. @media (min-width: min-sm) and (max-width: max-sm)
  19. .pageWrapperGeneric
  20. display block
  21. padding-top 87px
  22. &__header
  23. margin 95px 0 35px 0
  24. &__title
  25. display inline-block
  26. margin-left 0
  27. &__content
  28. margin 0
  29. @media (max-width: max-xs)
  30. .pageWrapperGeneric
  31. display block
  32. padding-top 87px
  33. &__header
  34. display block
  35. margin-top 60px
  36. &__content
  37. margin 0
  38. .pageTitleGeneric
  39. display flex
  40. margin 45px 0
  41. &__title
  42. margin-left 10px
  43. font-size 30px
  44. color dark-grey
  45. @media (max-width: max-xs)
  46. .pageTitleGeneric
  47. display block
  48. .pageContentGeneric
  49. margin 10px 10px 120px 10px
  50. .dropdownCreateBtn
  51. &__label
  52. padding 10px 65px
  53. background-color green
  54. cursor pointer
  55. &__text
  56. display inline-block
  57. color white
  58. &::after //bootstrap override
  59. display inline-block
  60. margin-left 30px
  61. color white
  62. &__setting
  63. padding 0
  64. cursor pointer
  65. .setting__link
  66. padding 5px 65px 5px 10px
  67. .wsFileGeneric
  68. position fixed
  69. top 85px
  70. right 0
  71. border 1px solid grey
  72. height 100%
  73. background-color light-grey
  74. box-shadow shadow-page
  75. visibility hidden
  76. &.visible
  77. visibility visible
  78. &__header
  79. display flex
  80. align-items center
  81. padding 15px
  82. height 64px
  83. &__icon
  84. margin-right 15px
  85. font-size 22px
  86. color white
  87. &__title
  88. margin-right 15px
  89. color white
  90. text-overflow ellipsis
  91. overflow hidden
  92. white-space nowrap
  93. &__close
  94. border 1px solid white
  95. border-radius 5px
  96. padding 2px 5px
  97. cursor pointer
  98. & > i
  99. color white
  100. font-size 20px
  101. &__option
  102. border-bottom 1px solid grey
  103. padding 15px
  104. height 58px
  105. background-color off-white
  106. & > i
  107. vertical-align middle
  108. margin-right 15px
  109. font-size 25px
  110. cursor pointer
  111. &__menu
  112. display inline-block
  113. vertical-align middle
  114. &__action
  115. display inline-block
  116. margin-right 10px
  117. font-size 18px
  118. cursor pointer
  119. &__wrapper
  120. display flex
  121. flex-direction column
  122. &__messagelist
  123. margin-bottom 0
  124. flex-grow 1
  125. border-bottom 1px solid grey
  126. overflow-Y auto
  127. list-style none
  128. &__item
  129. &__avatar
  130. position relative
  131. top 43px
  132. left -25px
  133. width 45px
  134. height 45px
  135. &__createhour
  136. margin-left 30px
  137. opacity 0.7
  138. font-size 14px
  139. &__content
  140. border 1px solid grey
  141. border-radius 5px
  142. padding 15px
  143. background-color off-white
  144. font-size 15px
  145. z-index -1
  146. &__texteditor
  147. padding 2px
  148. &__simpletext
  149. display none
  150. width 70%
  151. margin-right 35px
  152. &__icon
  153. cursor pointer
  154. &__wysiwyg
  155. display block
  156. & > textarea
  157. width 100%
  158. height 130px
  159. &__submit
  160. margin 10px 0
  161. &__btn
  162. display flex
  163. background-color transparent
  164. &__icon
  165. margin-left 10px
  166. .sended
  167. .wsFileGeneric__messagelist__item__content
  168. margin-right 25%
  169. .received
  170. .wsFileGeneric__messagelist__item
  171. &__avatar
  172. left 93%
  173. &__createhour
  174. text-align right
  175. margin-right 50px
  176. &__content
  177. margin-left 25%
  178. color white