ie9.css 637 B

1234567891011121314151617181920212223
  1. /* Internet Explorer 9 has some special quirks that are fixed here */
  2. /* The icons are not animated. */
  3. /* This file is automatically merged into sweet-alert.min.js through Gulp */
  4. /* Error icon */
  5. .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  6. -ms-transform: rotate(45deg)\9;
  7. }
  8. .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  9. -ms-transform: rotate(-45deg)\9;
  10. }
  11. /* Success icon */
  12. .sweet-alert .sa-icon.sa-success {
  13. border-color: transparent\9;
  14. }
  15. .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  16. -ms-transform: rotate(45deg)\9;
  17. }
  18. .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  19. -ms-transform: rotate(-45deg)\9;
  20. }