79458639

Date: 2025-02-21 21:25:48
Score: 0.5
Natty:
Report link

If you need this for responsive issues you can simply change font size of .swal2-icon class.

It is working fine because width and height attributes of an icon are setted by em unit.

.swal2-icon {
  font-size: 0.75rem !important;

  @media screen and (width <= 768px) {
    font-size: 0.7rem !important;
  }
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sinan Öztürk