Geen omschrijving

WantedPublishPopover.less 358B

123456789101112131415161718192021222324252627
  1. .wanted_wrapper {
  2. width: 366px;
  3. height: 424px;
  4. font-size: 18px;
  5. text-align: center;
  6. .close_btn {
  7. position: absolute;
  8. top: 10px;
  9. right: 16px;
  10. width: 20px;
  11. height: 20px;
  12. & > button {
  13. border: none;
  14. padding: 0px;
  15. margin: 0px;
  16. cursor: pointer;
  17. & > img {
  18. width: 100%;
  19. }
  20. }
  21. }
  22. }