PopupCreateContainer.styl 440B

123456789101112131415161718192021222324
  1. @import '../../css/Variable.styl'
  2. .popupCreateContent
  3. position fixed
  4. top 0
  5. left 0
  6. display flex
  7. justify-content center
  8. width 100%
  9. z-index 5
  10. .cardPopup__container
  11. margin-top 120px
  12. border 0
  13. border-radius 10px
  14. width 400px
  15. background lightGrey
  16. box-shadow shadow-all
  17. &__header
  18. border-top-right-radius 10px
  19. border-top-left-radius 10px
  20. width 100%
  21. height 8px
  22. background-color fileColor