ContentTypeBtn.styl 304B

123456789101112131415
  1. @import "../../../node_modules/tracim_frontend_lib/src/css/Variable.styl"
  2. .contentTypeBtn
  3. display flex
  4. flex-direction column
  5. justify-content center
  6. margin 15px 15px 0 0
  7. border-radius 10px
  8. padding 15px
  9. width 230px
  10. height 200px
  11. box-shadow shadow-all
  12. text-align center
  13. cursor pointer