Answers for "sweetalert to small bootstrap"

CSS
0

sweet alert bootstrap

swal("Good job!", "You clicked the button!", "error")
Posted by: Guest on April-29-2021
0

sweet alert bootstrap

swal("Thank you!", "We will get back to you if required", "success");
Posted by: Guest on December-02-2020
0

sweet alert bootstrap

Swal.fire({  icon: 'success',  title: 'Oops...',  text: 'Something went wrong!',  footer: '<a href>Why do I have this issue?</a>'})
Posted by: Guest on November-02-2020
0

sweet alert bootstrap

Swal.fire(  'Good job!',  'You clicked the button!',  'success')
Posted by: Guest on November-02-2020
0

sweetalert to small bootstrap

.swal2-popup {
  font-size: 1.6rem !important;
}
Posted by: Guest on May-06-2021

Browse Popular Code Answers by Language