sweetalert.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717
  1. body.stop-scrolling {
  2. /*height: 100%;*/
  3. overflow: hidden; }
  4. .sweet-overlay {
  5. background-color: black;
  6. /* IE8 */
  7. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  8. /* IE8 */
  9. background-color: rgba(0, 0, 0, 0.4);
  10. position: fixed;
  11. left: 0;
  12. right: 0;
  13. top: 0;
  14. bottom: 0;
  15. display: none;
  16. z-index: 10000; }
  17. .sweet-alert {
  18. background-color: white;
  19. font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  20. width: 478px;
  21. padding: 2%;
  22. border-radius: 5px;
  23. text-align: center;
  24. position: fixed;
  25. left: 50%;
  26. top: 50%;
  27. margin-left: -256px;
  28. margin-top: -200px;
  29. overflow: hidden;
  30. display: none;
  31. z-index: 99999; }
  32. @media all and (max-width: 540px) {
  33. .sweet-alert {
  34. width: 64%;
  35. margin-left: 16%;
  36. margin-right: 0;
  37. left: 0;
  38. right: 0; } }
  39. .sweet-alert h2 {
  40. color: #575757;
  41. font-size: 20px;
  42. text-align: center;
  43. font-weight: 600;
  44. text-transform: none;
  45. position: relative;
  46. /*margin: 25px 0;*/
  47. padding: 0;
  48. /*line-height: 40px;*/
  49. display: none; }
  50. .sweet-alert p {
  51. color: #797979;
  52. font-size: 14px;
  53. text-align: center;
  54. font-weight: 300;
  55. position: relative;
  56. text-align: inherit;
  57. float: none;
  58. margin: 0;
  59. padding: 0;
  60. line-height: normal; }
  61. .sweet-alert fieldset {
  62. border: none;
  63. position: relative; }
  64. .sweet-alert .sa-error-container {
  65. background-color: #f1f1f1;
  66. margin-left: -17px;
  67. margin-right: -17px;
  68. overflow: hidden;
  69. padding: 0 10px;
  70. max-height: 0;
  71. webkit-transition: padding 0.15s, max-height 0.15s;
  72. transition: padding 0.15s, max-height 0.15s; }
  73. .sweet-alert .sa-error-container.show {
  74. padding: 10px 0;
  75. max-height: 100px;
  76. webkit-transition: padding 0.2s, max-height 0.2s;
  77. transition: padding 0.25s, max-height 0.25s; }
  78. .sweet-alert .sa-error-container .icon {
  79. display: inline-block;
  80. width: 24px;
  81. height: 24px;
  82. border-radius: 50%;
  83. background-color: #ea7d7d;
  84. color: white;
  85. line-height: 24px;
  86. text-align: center;
  87. margin-right: 3px; }
  88. .sweet-alert .sa-error-container p {
  89. display: inline-block; }
  90. .sweet-alert .sa-input-error {
  91. position: absolute;
  92. top: 29px;
  93. right: 26px;
  94. width: 20px;
  95. height: 20px;
  96. opacity: 0;
  97. -webkit-transform: scale(0.5);
  98. transform: scale(0.5);
  99. -webkit-transform-origin: 50% 50%;
  100. transform-origin: 50% 50%;
  101. -webkit-transition: all 0.1s;
  102. transition: all 0.1s; }
  103. .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  104. content: "";
  105. width: 20px;
  106. height: 6px;
  107. background-color: #f06e57;
  108. border-radius: 3px;
  109. position: absolute;
  110. top: 50%;
  111. margin-top: -4px;
  112. left: 50%;
  113. margin-left: -9px; }
  114. .sweet-alert .sa-input-error::before {
  115. -webkit-transform: rotate(-45deg);
  116. transform: rotate(-45deg); }
  117. .sweet-alert .sa-input-error::after {
  118. -webkit-transform: rotate(45deg);
  119. transform: rotate(45deg); }
  120. .sweet-alert .sa-input-error.show {
  121. opacity: 1;
  122. -webkit-transform: scale(1);
  123. transform: scale(1); }
  124. .sweet-alert input {
  125. width: 100%;
  126. box-sizing: border-box;
  127. border-radius: 3px;
  128. border: 1px solid #d7d7d7;
  129. height: 43px;
  130. margin-top: 10px;
  131. margin-bottom: 17px;
  132. font-size: 18px;
  133. box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  134. padding: 0 12px;
  135. display: none;
  136. -webkit-transition: all 0.3s;
  137. transition: all 0.3s; }
  138. .sweet-alert input:focus {
  139. outline: none;
  140. box-shadow: 0px 0px 3px #c4e6f5;
  141. border: 1px solid #b4dbed; }
  142. .sweet-alert input:focus::-moz-placeholder {
  143. transition: opacity 0.3s 0.03s ease;
  144. opacity: 0.5; }
  145. .sweet-alert input:focus:-ms-input-placeholder {
  146. transition: opacity 0.3s 0.03s ease;
  147. opacity: 0.5; }
  148. .sweet-alert input:focus::-webkit-input-placeholder {
  149. transition: opacity 0.3s 0.03s ease;
  150. opacity: 0.5; }
  151. .sweet-alert input::-moz-placeholder {
  152. color: #bdbdbd; }
  153. .sweet-alert input:-ms-input-placeholder {
  154. color: #bdbdbd; }
  155. .sweet-alert input::-webkit-input-placeholder {
  156. color: #bdbdbd; }
  157. .sweet-alert.show-input input {
  158. display: block; }
  159. .sweet-alert button {
  160. background-color: #AEDEF4;
  161. color: white;
  162. border: none;
  163. box-shadow: none;
  164. font-size: 14px;
  165. font-weight: 500;
  166. -webkit-border-radius: 4px;
  167. border-radius: 5px;
  168. padding: 8px 21px;
  169. margin: 0 5px 0 5px;
  170. cursor: pointer; }
  171. .sweet-alert button:focus {
  172. outline: none;
  173. box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
  174. .sweet-alert button:hover {
  175. background-color: #a1d9f2; }
  176. .sweet-alert button:active {
  177. background-color: #81ccee; }
  178. .sweet-alert button.cancel {
  179. background-color: #D0D0D0; }
  180. .sweet-alert button.cancel:hover {
  181. background-color: #c8c8c8; }
  182. .sweet-alert button.cancel:active {
  183. background-color: #b6b6b6; }
  184. .sweet-alert button.cancel:focus {
  185. box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
  186. .sweet-alert button::-moz-focus-inner {
  187. border: 0; }
  188. .sweet-alert[data-has-cancel-button=false] button {
  189. box-shadow: none !important; }
  190. .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  191. padding-bottom: 40px; }
  192. .sweet-alert .sa-icon {
  193. width: 80px;
  194. height: 80px;
  195. border: 4px solid gray;
  196. -webkit-border-radius: 40px;
  197. border-radius: 40px;
  198. border-radius: 50%;
  199. margin: 0 auto 0 auto;
  200. padding: 0;
  201. position: relative;
  202. box-sizing: content-box; }
  203. .sweet-alert .sa-icon.sa-error {
  204. border-color: #F27474; }
  205. .sweet-alert .sa-icon.sa-error .sa-x-mark {
  206. position: relative;
  207. display: block; }
  208. .sweet-alert .sa-icon.sa-error .sa-line {
  209. position: absolute;
  210. height: 5px;
  211. width: 47px;
  212. background-color: #F27474;
  213. display: block;
  214. top: 37px;
  215. border-radius: 2px; }
  216. .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  217. -webkit-transform: rotate(45deg);
  218. transform: rotate(45deg);
  219. left: 17px; }
  220. .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  221. -webkit-transform: rotate(-45deg);
  222. transform: rotate(-45deg);
  223. right: 16px; }
  224. .sweet-alert .sa-icon.sa-warning {
  225. border-color: #F8BB86; }
  226. .sweet-alert .sa-icon.sa-warning .sa-body {
  227. position: absolute;
  228. width: 5px;
  229. height: 47px;
  230. left: 50%;
  231. top: 10px;
  232. -webkit-border-radius: 2px;
  233. border-radius: 2px;
  234. margin-left: -2px;
  235. background-color: #F8BB86; }
  236. .sweet-alert .sa-icon.sa-warning .sa-dot {
  237. position: absolute;
  238. width: 7px;
  239. height: 7px;
  240. -webkit-border-radius: 50%;
  241. border-radius: 50%;
  242. margin-left: -3px;
  243. left: 50%;
  244. bottom: 10px;
  245. background-color: #F8BB86; }
  246. .sweet-alert .sa-icon.sa-info {
  247. border-color: #C9DAE1; }
  248. .sweet-alert .sa-icon.sa-info::before {
  249. content: "";
  250. position: absolute;
  251. width: 5px;
  252. height: 29px;
  253. left: 50%;
  254. bottom: 17px;
  255. border-radius: 2px;
  256. margin-left: -2px;
  257. background-color: #C9DAE1; }
  258. .sweet-alert .sa-icon.sa-info::after {
  259. content: "";
  260. position: absolute;
  261. width: 7px;
  262. height: 7px;
  263. border-radius: 50%;
  264. margin-left: -3px;
  265. top: 19px;
  266. background-color: #C9DAE1; }
  267. .sweet-alert .sa-icon.sa-success {
  268. border-color: #A5DC86; }
  269. .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  270. content: '';
  271. -webkit-border-radius: 40px;
  272. border-radius: 40px;
  273. border-radius: 50%;
  274. position: absolute;
  275. width: 60px;
  276. height: 120px;
  277. background: white;
  278. -webkit-transform: rotate(45deg);
  279. transform: rotate(45deg); }
  280. .sweet-alert .sa-icon.sa-success::before {
  281. -webkit-border-radius: 120px 0 0 120px;
  282. border-radius: 120px 0 0 120px;
  283. top: -7px;
  284. left: -33px;
  285. -webkit-transform: rotate(-45deg);
  286. transform: rotate(-45deg);
  287. -webkit-transform-origin: 60px 60px;
  288. transform-origin: 60px 60px; }
  289. .sweet-alert .sa-icon.sa-success::after {
  290. -webkit-border-radius: 0 120px 120px 0;
  291. border-radius: 0 120px 120px 0;
  292. top: -11px;
  293. left: 30px;
  294. -webkit-transform: rotate(-45deg);
  295. transform: rotate(-45deg);
  296. -webkit-transform-origin: 0px 60px;
  297. transform-origin: 0px 60px; }
  298. .sweet-alert .sa-icon.sa-success .sa-placeholder {
  299. width: 80px;
  300. height: 80px;
  301. border: 4px solid rgba(165, 220, 134, 0.2);
  302. -webkit-border-radius: 40px;
  303. border-radius: 40px;
  304. border-radius: 50%;
  305. box-sizing: content-box;
  306. position: absolute;
  307. left: -4px;
  308. /*left: 7px;*/
  309. top: -4px;
  310. /*top: 4px;*/
  311. z-index: 2; }
  312. .sweet-alert .sa-icon.sa-success .sa-fix {
  313. width: 5px;
  314. height: 90px;
  315. background-color: white;
  316. position: absolute;
  317. left: 28px;
  318. top: 8px;
  319. z-index: 1;
  320. -webkit-transform: rotate(-45deg);
  321. transform: rotate(-45deg); }
  322. .sweet-alert .sa-icon.sa-success .sa-line {
  323. height: 5px;
  324. background-color: #A5DC86;
  325. display: block;
  326. border-radius: 2px;
  327. position: absolute;
  328. z-index: 2; }
  329. .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  330. width: 25px;
  331. left: 14px;
  332. top: 46px;
  333. -webkit-transform: rotate(45deg);
  334. transform: rotate(45deg); }
  335. .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  336. width: 47px;
  337. right: 8px;
  338. top: 38px;
  339. -webkit-transform: rotate(-45deg);
  340. transform: rotate(-45deg); }
  341. .sweet-alert .sa-icon.sa-custom {
  342. background-size: contain;
  343. border-radius: 0;
  344. border: none;
  345. background-position: center center;
  346. background-repeat: no-repeat; }
  347. /*
  348. * Animations
  349. */
  350. @-webkit-keyframes showSweetAlert {
  351. 0% {
  352. transform: scale(0.7);
  353. -webkit-transform: scale(0.7); }
  354. 45% {
  355. transform: scale(1.05);
  356. -webkit-transform: scale(1.05); }
  357. 80% {
  358. transform: scale(0.95);
  359. -webkit-transform: scale(0.95); }
  360. 100% {
  361. transform: scale(1);
  362. -webkit-transform: scale(1); } }
  363. @keyframes showSweetAlert {
  364. 0% {
  365. transform: scale(0.7);
  366. -webkit-transform: scale(0.7); }
  367. 45% {
  368. transform: scale(1.05);
  369. -webkit-transform: scale(1.05); }
  370. 80% {
  371. transform: scale(0.95);
  372. -webkit-transform: scale(0.95); }
  373. 100% {
  374. transform: scale(1);
  375. -webkit-transform: scale(1); } }
  376. @-webkit-keyframes hideSweetAlert {
  377. 0% {
  378. transform: scale(1);
  379. -webkit-transform: scale(1); }
  380. 100% {
  381. transform: scale(0.5);
  382. -webkit-transform: scale(0.5); } }
  383. @keyframes hideSweetAlert {
  384. 0% {
  385. transform: scale(1);
  386. -webkit-transform: scale(1); }
  387. 100% {
  388. transform: scale(0.5);
  389. -webkit-transform: scale(0.5); } }
  390. @-webkit-keyframes slideFromTop {
  391. 0% {
  392. top: 0%; }
  393. 100% {
  394. top: 50%; } }
  395. @keyframes slideFromTop {
  396. 0% {
  397. top: 0%; }
  398. 100% {
  399. top: 50%; } }
  400. @-webkit-keyframes slideToTop {
  401. 0% {
  402. top: 50%; }
  403. 100% {
  404. top: 0%; } }
  405. @keyframes slideToTop {
  406. 0% {
  407. top: 50%; }
  408. 100% {
  409. top: 0%; } }
  410. @-webkit-keyframes slideFromBottom {
  411. 0% {
  412. top: 70%; }
  413. 100% {
  414. top: 50%; } }
  415. @keyframes slideFromBottom {
  416. 0% {
  417. top: 70%; }
  418. 100% {
  419. top: 50%; } }
  420. @-webkit-keyframes slideToBottom {
  421. 0% {
  422. top: 50%; }
  423. 100% {
  424. top: 70%; } }
  425. @keyframes slideToBottom {
  426. 0% {
  427. top: 50%; }
  428. 100% {
  429. top: 70%; } }
  430. .showSweetAlert[data-animation=pop] {
  431. -webkit-animation: showSweetAlert 0.3s;
  432. animation: showSweetAlert 0.3s; }
  433. .showSweetAlert[data-animation=none] {
  434. -webkit-animation: none;
  435. animation: none; }
  436. .showSweetAlert[data-animation=slide-from-top] {
  437. -webkit-animation: slideFromTop 0.3s;
  438. animation: slideFromTop 0.3s; }
  439. .showSweetAlert[data-animation=slide-from-bottom] {
  440. -webkit-animation: slideFromBottom 0.3s;
  441. animation: slideFromBottom 0.3s; }
  442. .hideSweetAlert[data-animation=pop] {
  443. -webkit-animation: hideSweetAlert 0.2s;
  444. animation: hideSweetAlert 0.2s; }
  445. .hideSweetAlert[data-animation=none] {
  446. -webkit-animation: none;
  447. animation: none; }
  448. .hideSweetAlert[data-animation=slide-from-top] {
  449. -webkit-animation: slideToTop 0.4s;
  450. animation: slideToTop 0.4s; }
  451. .hideSweetAlert[data-animation=slide-from-bottom] {
  452. -webkit-animation: slideToBottom 0.3s;
  453. animation: slideToBottom 0.3s; }
  454. @-webkit-keyframes animateSuccessTip {
  455. 0% {
  456. width: 0;
  457. left: 1px;
  458. top: 19px; }
  459. 54% {
  460. width: 0;
  461. left: 1px;
  462. top: 19px; }
  463. 70% {
  464. width: 50px;
  465. left: -8px;
  466. top: 37px; }
  467. 84% {
  468. width: 17px;
  469. left: 21px;
  470. top: 48px; }
  471. 100% {
  472. width: 25px;
  473. left: 14px;
  474. top: 45px; } }
  475. @keyframes animateSuccessTip {
  476. 0% {
  477. width: 0;
  478. left: 1px;
  479. top: 19px; }
  480. 54% {
  481. width: 0;
  482. left: 1px;
  483. top: 19px; }
  484. 70% {
  485. width: 50px;
  486. left: -8px;
  487. top: 37px; }
  488. 84% {
  489. width: 17px;
  490. left: 21px;
  491. top: 48px; }
  492. 100% {
  493. width: 25px;
  494. left: 14px;
  495. top: 45px; } }
  496. @-webkit-keyframes animateSuccessLong {
  497. 0% {
  498. width: 0;
  499. right: 46px;
  500. top: 54px; }
  501. 65% {
  502. width: 0;
  503. right: 46px;
  504. top: 54px; }
  505. 84% {
  506. width: 55px;
  507. right: 0px;
  508. top: 35px; }
  509. 100% {
  510. width: 47px;
  511. right: 8px;
  512. top: 38px; } }
  513. @keyframes animateSuccessLong {
  514. 0% {
  515. width: 0;
  516. right: 46px;
  517. top: 54px; }
  518. 65% {
  519. width: 0;
  520. right: 46px;
  521. top: 54px; }
  522. 84% {
  523. width: 55px;
  524. right: 0px;
  525. top: 35px; }
  526. 100% {
  527. width: 47px;
  528. right: 8px;
  529. top: 38px; } }
  530. @-webkit-keyframes rotatePlaceholder {
  531. 0% {
  532. transform: rotate(-45deg);
  533. -webkit-transform: rotate(-45deg); }
  534. 5% {
  535. transform: rotate(-45deg);
  536. -webkit-transform: rotate(-45deg); }
  537. 12% {
  538. transform: rotate(-405deg);
  539. -webkit-transform: rotate(-405deg); }
  540. 100% {
  541. transform: rotate(-405deg);
  542. -webkit-transform: rotate(-405deg); } }
  543. @keyframes rotatePlaceholder {
  544. 0% {
  545. transform: rotate(-45deg);
  546. -webkit-transform: rotate(-45deg); }
  547. 5% {
  548. transform: rotate(-45deg);
  549. -webkit-transform: rotate(-45deg); }
  550. 12% {
  551. transform: rotate(-405deg);
  552. -webkit-transform: rotate(-405deg); }
  553. 100% {
  554. transform: rotate(-405deg);
  555. -webkit-transform: rotate(-405deg); } }
  556. .animateSuccessTip {
  557. -webkit-animation: animateSuccessTip 0.75s;
  558. animation: animateSuccessTip 0.75s; }
  559. .animateSuccessLong {
  560. -webkit-animation: animateSuccessLong 0.75s;
  561. animation: animateSuccessLong 0.75s; }
  562. .sa-icon.sa-success.animate::after {
  563. -webkit-animation: rotatePlaceholder 4.25s ease-in;
  564. animation: rotatePlaceholder 4.25s ease-in; }
  565. @-webkit-keyframes animateErrorIcon {
  566. 0% {
  567. transform: rotateX(100deg);
  568. -webkit-transform: rotateX(100deg);
  569. opacity: 0; }
  570. 100% {
  571. transform: rotateX(0deg);
  572. -webkit-transform: rotateX(0deg);
  573. opacity: 1; } }
  574. @keyframes animateErrorIcon {
  575. 0% {
  576. transform: rotateX(100deg);
  577. -webkit-transform: rotateX(100deg);
  578. opacity: 0; }
  579. 100% {
  580. transform: rotateX(0deg);
  581. -webkit-transform: rotateX(0deg);
  582. opacity: 1; } }
  583. .animateErrorIcon {
  584. -webkit-animation: animateErrorIcon 0.5s;
  585. animation: animateErrorIcon 0.5s; }
  586. @-webkit-keyframes animateXMark {
  587. 0% {
  588. transform: scale(0.4);
  589. -webkit-transform: scale(0.4);
  590. margin-top: 26px;
  591. opacity: 0; }
  592. 50% {
  593. transform: scale(0.4);
  594. -webkit-transform: scale(0.4);
  595. margin-top: 26px;
  596. opacity: 0; }
  597. 80% {
  598. transform: scale(1.15);
  599. -webkit-transform: scale(1.15);
  600. margin-top: -6px; }
  601. 100% {
  602. transform: scale(1);
  603. -webkit-transform: scale(1);
  604. margin-top: 0;
  605. opacity: 1; } }
  606. @keyframes animateXMark {
  607. 0% {
  608. transform: scale(0.4);
  609. -webkit-transform: scale(0.4);
  610. margin-top: 26px;
  611. opacity: 0; }
  612. 50% {
  613. transform: scale(0.4);
  614. -webkit-transform: scale(0.4);
  615. margin-top: 26px;
  616. opacity: 0; }
  617. 80% {
  618. transform: scale(1.15);
  619. -webkit-transform: scale(1.15);
  620. margin-top: -6px; }
  621. 100% {
  622. transform: scale(1);
  623. -webkit-transform: scale(1);
  624. margin-top: 0;
  625. opacity: 1; } }
  626. .animateXMark {
  627. -webkit-animation: animateXMark 0.5s;
  628. animation: animateXMark 0.5s; }
  629. @-webkit-keyframes pulseWarning {
  630. 0% {
  631. border-color: #F8D486; }
  632. 100% {
  633. border-color: #F8BB86; } }
  634. @keyframes pulseWarning {
  635. 0% {
  636. border-color: #F8D486; }
  637. 100% {
  638. border-color: #F8BB86; } }
  639. .pulseWarning {
  640. -webkit-animation: pulseWarning 0.75s infinite alternate;
  641. animation: pulseWarning 0.75s infinite alternate; }
  642. @-webkit-keyframes pulseWarningIns {
  643. 0% {
  644. background-color: #F8D486; }
  645. 100% {
  646. background-color: #F8BB86; } }
  647. @keyframes pulseWarningIns {
  648. 0% {
  649. background-color: #F8D486; }
  650. 100% {
  651. background-color: #F8BB86; } }
  652. .pulseWarningIns {
  653. -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  654. animation: pulseWarningIns 0.75s infinite alternate; }
  655. /* Internet Explorer 9 has some special quirks that are fixed here */
  656. /* The icons are not animated. */
  657. /* This file is automatically merged into sweet-alert.min.js through Gulp */
  658. /* Error icon */
  659. .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  660. -ms-transform: rotate(45deg) \9; }
  661. .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  662. -ms-transform: rotate(-45deg) \9; }
  663. /* Success icon */
  664. .sweet-alert .sa-icon.sa-success {
  665. border-color: transparent\9; }
  666. .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  667. -ms-transform: rotate(45deg) \9; }
  668. .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  669. -ms-transform: rotate(-45deg) \9; }