MenuSubComponent.styl 727B

1234567891011121314151617181920212223242526272829303132333435
  1. @import "../../../node_modules/tracim_frontend_lib/src/css/Variable.styl"
  2. .menusubcomponent
  3. margin-right 30px
  4. border-radius 10px
  5. padding 0
  6. width 20%
  7. min-height 600px
  8. background-color off-white
  9. &__responsive
  10. font-size 20px
  11. &__list
  12. width 100%
  13. margin-bottom 20px
  14. &__close
  15. display none
  16. justify-content flex-end
  17. margin 10px 0 15px 0
  18. font-size 20px
  19. cursor pointer
  20. &__disabled
  21. padding 25px 20px 20px 16px
  22. color grey
  23. font-size 18px
  24. &__item
  25. margin-top 10px
  26. font-weight 500
  27. font-size 18px
  28. cursor pointer
  29. &:hover
  30. background-color lightGrey
  31. &.active
  32. background-color thirdColor
  33. color white