TextAreaApp.styl 370B

1234567891011121314151617181920212223
  1. @import '../../../css/Variable.styl'
  2. .editiontitle
  3. width 60%
  4. .editionmode
  5. display flex
  6. flex-direction column
  7. align-items center
  8. width 100%
  9. height calc(100% - 50px)
  10. &__text
  11. margin-bottom 25px
  12. width 100%
  13. height calc(100% - 50px)
  14. &__button
  15. margin 25px 0
  16. width 100%
  17. &__cancel
  18. cursor pointer
  19. &__submit
  20. cursor pointer