ContentTypeBtn.styl 368B

12345678910111213141516171819
  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
  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
  14. &:nth-child(1)
  15. margin-left 0
  16. &:nth-last-child
  17. margin-right 0