PopupCreateContainer.styl 385B

1234567891011121314151617181920
  1. .popupcontent
  2. position fixed
  3. display flex
  4. justify-content center
  5. width 100%
  6. z-index 3
  7. &__container
  8. margin-top 120px
  9. border 0
  10. border-radius 10px
  11. width 400px
  12. background lightGrey
  13. box-shadow shadow-all
  14. &__header
  15. border-top-right-radius 10px
  16. border-top-left-radius 10px
  17. width 100%
  18. height 8px
  19. background-color fileColor