UploadPopup.styl 483B

12345678910111213141516171819202122232425262728
  1. .uploadpopup
  2. position fixed
  3. top 0
  4. left 0
  5. display flex
  6. justify-content center
  7. width 100%
  8. height 100%
  9. z-index 3
  10. &__wrapper
  11. margin-top 120px
  12. width 400px
  13. height 350px
  14. background off-white
  15. box-shadow shadow-all
  16. &__closepopup
  17. display flex
  18. justify-content flex-end
  19. cursor pointer
  20. &__progress
  21. display flex
  22. flex-direction column
  23. align-items center
  24. padding 40px 0
  25. &__filename
  26. margin-top 30px
  27. font-size 25px