Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .swal2-styled.swal2-confirm,
  2. .swal2-styled.swal2-cancel {
  3. min-height: 50px;
  4. }
  5. #swal2-content {
  6. color: #000000;;
  7. }
  8. .swal-modal-close {
  9. position: absolute;
  10. top: -10px;
  11. right: -10px;
  12. cursor: pointer;
  13. }
  14. .swal2-close,
  15. .swal2-close:hover {
  16. height: 32px;
  17. width: 32px;
  18. font-size: 32px;
  19. border-radius: 50%;
  20. background: #000000;
  21. top: -10px;
  22. right: -10px;
  23. line-height: 100%;
  24. color: #ffffff;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement