index.styl 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. @import "../../node_modules/tracim_frontend_lib/src/css/Variable.styl"
  2. .table
  3. th
  4. vertical-align middle
  5. td a:hover
  6. text-decoration underline
  7. .adminWorkspacePage
  8. &__createworkspace
  9. &__btncreate
  10. margin 25px 15px
  11. &__description
  12. margin 25px 0
  13. font-size 20px
  14. &__delimiter
  15. margin 65px auto
  16. &__table
  17. margin 25px 15px
  18. &__delete
  19. display flex
  20. align-items center
  21. flex-wrap wrap
  22. cursor pointer
  23. .adminUserPage
  24. &__description
  25. margin-bottom 40px
  26. &__adduser
  27. margin 25px 0
  28. &__button
  29. margin-bottom 20px
  30. &__form
  31. border 1px solid grey
  32. border-radius 5px
  33. padding 20px
  34. &__username
  35. .username
  36. &__text
  37. font-weight bold
  38. &__input
  39. margin 15px 0 20px 0
  40. width 40%
  41. &__profile
  42. .profile
  43. &__text
  44. margin 20px 0
  45. font-weight bold
  46. &__list
  47. margin 25px 0
  48. &__item
  49. display flex
  50. align-items center
  51. margin-top 10px
  52. cursor pointer
  53. &__delimiter
  54. margin 50px auto
  55. &__table
  56. margin-bottom 100px
  57. .adminworkspaceuser__popup
  58. top 0
  59. .cardPopup__container
  60. width 400px
  61. &__body
  62. width 100%
  63. &__btn
  64. display flex
  65. justify-content flex-end
  66. .btn:first-child
  67. margin-right 15px