Sha256: ed775efe49bdc1533c961a09622e2418c15e55eb8c6948a09870af7d23d5c707
Contents?: true
Size: 637 Bytes
Versions: 37
Compression:
Stored size: 637 Bytes
Contents
/* Internet Explorer 9 has some special quirks that are fixed here */ /* The icons are not animated. */ /* This file is automatically merged into sweet-alert.min.js through Gulp */ /* Error icon */ .sweet-alert .sa-icon.sa-error .sa-line.sa-left { -ms-transform: rotate(45deg)\9; } .sweet-alert .sa-icon.sa-error .sa-line.sa-right { -ms-transform: rotate(-45deg)\9; } /* Success icon */ .sweet-alert .sa-icon.sa-success { border-color: transparent\9; } .sweet-alert .sa-icon.sa-success .sa-line.sa-tip { -ms-transform: rotate(45deg)\9; } .sweet-alert .sa-icon.sa-success .sa-line.sa-long { -ms-transform: rotate(-45deg)\9; }
Version data entries
37 entries across 37 versions & 2 rubygems