sweetalert2.min.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
  1. .swal2-container, body.swal2-iosfix {
  2. position: fixed;
  3. left: 0;
  4. right: 0;
  5. }
  6. body.swal2-shown {
  7. overflow-y: hidden;
  8. }
  9. .swal2-container {
  10. display: -webkit-box;
  11. display: -ms-flexbox;
  12. display: flex;
  13. -webkit-box-align: center;
  14. -ms-flex-align: center;
  15. align-items: center;
  16. top: 0;
  17. bottom: 0;
  18. padding: 10px;
  19. background-color: transparent;
  20. z-index: 1060;
  21. }
  22. .swal2-container.swal2-fade {
  23. -webkit-transition: background-color .1s;
  24. transition: background-color .1s;
  25. }
  26. .swal2-container.swal2-shown {
  27. background-color: rgba(0,0,0,.4);
  28. }
  29. .swal2-modal {
  30. background-color: #fff;
  31. font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  32. border-radius: 5px;
  33. box-sizing: border-box;
  34. text-align: center;
  35. margin: auto;
  36. overflow-x: hidden;
  37. overflow-y: auto;
  38. display: none;
  39. position: relative;
  40. }
  41. .swal2-modal:focus {
  42. outline: 0;
  43. }
  44. .swal2-modal.swal2-loading {
  45. overflow-y: hidden;
  46. }
  47. .swal2-modal .swal2-title {
  48. color: #595959;
  49. font-size: 30px;
  50. text-align: center;
  51. font-weight: 600;
  52. text-transform: none;
  53. position: relative;
  54. margin: 0 0 .4em;
  55. padding: 0;
  56. display: block;
  57. }
  58. .swal2-modal .swal2-spacer {
  59. height: 10px;
  60. color: transparent;
  61. border: 0;
  62. }
  63. .swal2-modal .swal2-styled {
  64. border: 0;
  65. border-radius: 3px;
  66. box-shadow: none;
  67. color: #fff;
  68. cursor: pointer;
  69. font-size: 17px;
  70. font-weight: 500;
  71. margin: 0 5px;
  72. padding: 10px 32px;
  73. }
  74. .swal2-modal .swal2-styled:not(.swal2-loading)[disabled] {
  75. opacity: .4;
  76. cursor: no-drop;
  77. }
  78. .swal2-modal .swal2-styled.swal2-loading {
  79. box-sizing: border-box;
  80. border: 4px solid transparent;
  81. width: 40px;
  82. height: 40px;
  83. padding: 0;
  84. margin: -2px 30px;
  85. vertical-align: top;
  86. background-color: transparent !important;
  87. color: transparent;
  88. cursor: default;
  89. border-radius: 100%;
  90. -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  91. animation: rotate-loading 1.5s linear 0s infinite normal;
  92. -webkit-user-select: none;
  93. -moz-user-select: none;
  94. -ms-user-select: none;
  95. user-select: none;
  96. }
  97. .swal2-modal .swal2-styled + .swal2-styled {
  98. margin-top: 15px;
  99. }
  100. .swal2-modal :not(.swal2-styled).swal2-loading::after {
  101. display: inline-block;
  102. content: '';
  103. margin-left: 5px;
  104. vertical-align: -1px;
  105. height: 6px;
  106. width: 6px;
  107. border: 3px solid #999;
  108. border-right-color: transparent;
  109. border-radius: 50%;
  110. -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  111. animation: rotate-loading 1.5s linear 0s infinite normal;
  112. }
  113. .swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span, .swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span {
  114. vertical-align: middle;
  115. }
  116. .swal2-modal .swal2-image {
  117. margin: 20px auto;
  118. max-width: 100%;
  119. }
  120. .swal2-modal .swal2-close {
  121. font-size: 36px;
  122. line-height: 36px;
  123. font-family: serif;
  124. position: absolute;
  125. top: 5px;
  126. right: 13px;
  127. cursor: pointer;
  128. color: #ccc;
  129. -webkit-transition: color .1s ease;
  130. transition: color .1s ease;
  131. }
  132. .swal2-modal .swal2-close:hover {
  133. color: #d55;
  134. }
  135. .swal2-modal > .swal2-checkbox, .swal2-modal > .swal2-file, .swal2-modal > .swal2-input, .swal2-modal > .swal2-radio, .swal2-modal > .swal2-select, .swal2-modal > .swal2-textarea {
  136. display: none;
  137. }
  138. .swal2-modal .swal2-content {
  139. font-size: 18px;
  140. text-align: center;
  141. font-weight: 300;
  142. position: relative;
  143. float: none;
  144. margin: 0;
  145. padding: 0;
  146. line-height: normal;
  147. color: #545454;
  148. }
  149. .swal2-modal .swal2-checkbox, .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-radio, .swal2-modal .swal2-select, .swal2-modal .swal2-textarea {
  150. margin: 20px auto;
  151. }
  152. .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  153. width: 100%;
  154. box-sizing: border-box;
  155. border-radius: 3px;
  156. border: 1px solid #d9d9d9;
  157. font-size: 18px;
  158. box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
  159. -webkit-transition: border-color box-shadow .3s;
  160. transition: border-color box-shadow .3s;
  161. }
  162. .swal2-modal .swal2-file.swal2-inputerror, .swal2-modal .swal2-input.swal2-inputerror, .swal2-modal .swal2-textarea.swal2-inputerror {
  163. border-color: #f06e57 !important;
  164. }
  165. .swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  166. outline: 0;
  167. box-shadow: 0 0 3px #c4e6f5;
  168. border: 1px solid #b4dbed;
  169. }
  170. .swal2-modal .swal2-file:focus::-webkit-input-placeholder, .swal2-modal .swal2-input:focus::-webkit-input-placeholder, .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  171. -webkit-transition: opacity .3s .03s ease;
  172. transition: opacity .3s .03s ease;
  173. opacity: .8;
  174. }
  175. .swal2-modal .swal2-file:focus::-moz-placeholder, .swal2-modal .swal2-input:focus::-moz-placeholder, .swal2-modal .swal2-textarea:focus::-moz-placeholder {
  176. -webkit-transition: opacity .3s .03s ease;
  177. transition: opacity .3s .03s ease;
  178. opacity: .8;
  179. }
  180. .swal2-modal .swal2-file:focus:-ms-input-placeholder, .swal2-modal .swal2-input:focus:-ms-input-placeholder, .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  181. -webkit-transition: opacity .3s .03s ease;
  182. transition: opacity .3s .03s ease;
  183. opacity: .8;
  184. }
  185. .swal2-modal .swal2-file:focus::placeholder, .swal2-modal .swal2-input:focus::placeholder, .swal2-modal .swal2-textarea:focus::placeholder {
  186. -webkit-transition: opacity .3s .03s ease;
  187. transition: opacity .3s .03s ease;
  188. opacity: .8;
  189. }
  190. .swal2-modal .swal2-file::-webkit-input-placeholder, .swal2-modal .swal2-input::-webkit-input-placeholder, .swal2-modal .swal2-textarea::-webkit-input-placeholder {
  191. color: #e6e6e6;
  192. }
  193. .swal2-modal .swal2-file::-moz-placeholder, .swal2-modal .swal2-input::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
  194. color: #e6e6e6;
  195. }
  196. .swal2-modal .swal2-file:-ms-input-placeholder, .swal2-modal .swal2-input:-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder {
  197. color: #e6e6e6;
  198. }
  199. .swal2-modal .swal2-file::placeholder, .swal2-modal .swal2-input::placeholder, .swal2-modal .swal2-textarea::placeholder {
  200. color: #e6e6e6;
  201. }
  202. .swal2-modal .swal2-range input {
  203. float: left;
  204. width: 80%;
  205. }
  206. .swal2-modal .swal2-range output {
  207. float: right;
  208. width: 20%;
  209. font-size: 20px;
  210. font-weight: 600;
  211. text-align: center;
  212. }
  213. .swal2-modal .swal2-range input, .swal2-modal .swal2-range output {
  214. height: 43px;
  215. line-height: 43px;
  216. vertical-align: middle;
  217. margin: 20px auto;
  218. padding: 0;
  219. }
  220. .swal2-modal .swal2-input {
  221. height: 43px;
  222. padding: 0 12px;
  223. }
  224. .swal2-modal .swal2-input[type=number] {
  225. max-width: 150px;
  226. }
  227. .swal2-modal .swal2-file {
  228. font-size: 20px;
  229. }
  230. .swal2-modal .swal2-textarea {
  231. height: 108px;
  232. padding: 12px;
  233. }
  234. .swal2-modal .swal2-select {
  235. color: #545454;
  236. font-size: inherit;
  237. padding: 5px 10px;
  238. min-width: 40%;
  239. max-width: 100%;
  240. }
  241. .swal2-modal .swal2-radio {
  242. border: 0;
  243. }
  244. .swal2-modal .swal2-radio label:not(:first-child) {
  245. margin-left: 20px;
  246. }
  247. .swal2-modal .swal2-radio input {
  248. margin: 0 3px 0 0;
  249. }
  250. .swal2-modal .swal2-checkbox {
  251. color: #545454;
  252. }
  253. .swal2-modal .swal2-validationerror {
  254. background-color: #f0f0f0;
  255. margin: 0 -20px;
  256. overflow: hidden;
  257. padding: 10px;
  258. color: gray;
  259. font-size: 16px;
  260. font-weight: 300;
  261. display: none;
  262. }
  263. .swal2-modal .swal2-validationerror::before {
  264. content: '!';
  265. display: inline-block;
  266. width: 24px;
  267. height: 24px;
  268. border-radius: 50%;
  269. background-color: #ea7d7d;
  270. color: #fff;
  271. line-height: 24px;
  272. text-align: center;
  273. margin-right: 10px;
  274. }
  275. .swal2-icon.swal2-info, .swal2-icon.swal2-question, .swal2-icon.swal2-warning {
  276. font-size: 60px;
  277. line-height: 80px;
  278. text-align: center;
  279. }
  280. @supports (-ms-accelerator:true) {
  281. .swal2-range input {
  282. width: 100% !important;
  283. }
  284. .swal2-range output {
  285. display: none;
  286. }
  287. }
  288. @media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  289. .swal2-range input {
  290. width: 100% !important;
  291. }
  292. .swal2-range output {
  293. display: none;
  294. }
  295. }
  296. .swal2-icon {
  297. width: 80px;
  298. height: 80px;
  299. border: 4px solid transparent;
  300. border-radius: 50%;
  301. margin: 20px auto 30px;
  302. padding: 0;
  303. position: relative;
  304. box-sizing: content-box;
  305. cursor: default;
  306. -webkit-user-select: none;
  307. -moz-user-select: none;
  308. -ms-user-select: none;
  309. user-select: none;
  310. }
  311. .swal2-icon.swal2-error {
  312. border-color: #f27474;
  313. }
  314. .swal2-icon.swal2-error .x-mark {
  315. position: relative;
  316. display: block;
  317. }
  318. .swal2-icon.swal2-error .line {
  319. position: absolute;
  320. height: 5px;
  321. width: 47px;
  322. background-color: #f27474;
  323. display: block;
  324. top: 37px;
  325. border-radius: 2px;
  326. }
  327. .swal2-icon.swal2-error .line.left {
  328. -webkit-transform: rotate(45deg);
  329. transform: rotate(45deg);
  330. left: 17px;
  331. }
  332. .swal2-icon.swal2-error .line.right {
  333. -webkit-transform: rotate(-45deg);
  334. transform: rotate(-45deg);
  335. right: 16px;
  336. }
  337. .swal2-icon.swal2-warning {
  338. font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  339. color: #f8bb86;
  340. border-color: #facea8;
  341. }
  342. .swal2-icon.swal2-info {
  343. font-family: 'Open Sans',sans-serif;
  344. color: #3fc3ee;
  345. border-color: #9de0f6;
  346. }
  347. .swal2-icon.swal2-question {
  348. font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  349. color: #87adbd;
  350. border-color: #c9dae1;
  351. }
  352. .swal2-icon.swal2-success {
  353. border-color: #a5dc86;
  354. }
  355. .swal2-icon.swal2-success::after, .swal2-icon.swal2-success::before {
  356. content: '';
  357. position: absolute;
  358. width: 60px;
  359. height: 120px;
  360. background: #fff;
  361. }
  362. .swal2-icon.swal2-success::before {
  363. border-radius: 120px 0 0 120px;
  364. top: -7px;
  365. left: -33px;
  366. -webkit-transform: rotate(-45deg);
  367. transform: rotate(-45deg);
  368. -webkit-transform-origin: 60px 60px;
  369. transform-origin: 60px 60px;
  370. }
  371. .swal2-icon.swal2-success::after {
  372. border-radius: 0 120px 120px 0;
  373. top: -11px;
  374. left: 30px;
  375. -webkit-transform: rotate(-45deg);
  376. transform: rotate(-45deg);
  377. -webkit-transform-origin: 0 60px;
  378. transform-origin: 0 60px;
  379. }
  380. .swal2-icon.swal2-success .placeholder {
  381. width: 80px;
  382. height: 80px;
  383. border: 4px solid rgba(165,220,134,.2);
  384. border-radius: 50%;
  385. box-sizing: content-box;
  386. position: absolute;
  387. left: -4px;
  388. top: -4px;
  389. z-index: 2;
  390. }
  391. .swal2-icon.swal2-success .fix {
  392. width: 7px;
  393. height: 90px;
  394. background-color: #fff;
  395. position: absolute;
  396. left: 28px;
  397. top: 8px;
  398. z-index: 1;
  399. -webkit-transform: rotate(-45deg);
  400. transform: rotate(-45deg);
  401. }
  402. .swal2-icon.swal2-success .line {
  403. height: 5px;
  404. background-color: #a5dc86;
  405. display: block;
  406. border-radius: 2px;
  407. position: absolute;
  408. z-index: 2;
  409. }
  410. .swal2-icon.swal2-success .line.tip {
  411. width: 25px;
  412. left: 14px;
  413. top: 46px;
  414. -webkit-transform: rotate(45deg);
  415. transform: rotate(45deg);
  416. }
  417. .swal2-icon.swal2-success .line.long {
  418. width: 47px;
  419. right: 8px;
  420. top: 38px;
  421. -webkit-transform: rotate(-45deg);
  422. transform: rotate(-45deg);
  423. }
  424. .swal2-progresssteps {
  425. font-weight: 600;
  426. margin: 0 0 20px;
  427. padding: 0;
  428. }
  429. .swal2-progresssteps li {
  430. display: inline-block;
  431. position: relative;
  432. }
  433. .swal2-progresssteps .swal2-progresscircle {
  434. background: #3085d6;
  435. border-radius: 2em;
  436. color: #fff;
  437. height: 2em;
  438. line-height: 2em;
  439. text-align: center;
  440. width: 2em;
  441. z-index: 20;
  442. }
  443. .swal2-progresssteps .swal2-progresscircle:first-child {
  444. margin-left: 0;
  445. }
  446. .swal2-progresssteps .swal2-progresscircle:last-child {
  447. margin-right: 0;
  448. }
  449. .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  450. background: #3085d6;
  451. }
  452. .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle, .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  453. background: #add8e6;
  454. }
  455. .swal2-progresssteps .swal2-progressline {
  456. background: #3085d6;
  457. height: .4em;
  458. margin: 0 -1px;
  459. z-index: 10;
  460. }
  461. [class^=swal2] {
  462. -webkit-tap-highlight-color: transparent;
  463. }
  464. @-webkit-keyframes showSweetAlert {
  465. 0% {
  466. -webkit-transform: scale(.7);
  467. transform: scale(.7);
  468. }
  469. 45% {
  470. -webkit-transform: scale(1.05);
  471. transform: scale(1.05);
  472. }
  473. 80% {
  474. -webkit-transform: scale(.95);
  475. transform: scale(.95);
  476. }
  477. 100% {
  478. -webkit-transform: scale(1);
  479. transform: scale(1);
  480. }
  481. }
  482. @keyframes showSweetAlert {
  483. 0% {
  484. -webkit-transform: scale(.7);
  485. transform: scale(.7);
  486. }
  487. 45% {
  488. -webkit-transform: scale(1.05);
  489. transform: scale(1.05);
  490. }
  491. 80% {
  492. -webkit-transform: scale(.95);
  493. transform: scale(.95);
  494. }
  495. 100% {
  496. -webkit-transform: scale(1);
  497. transform: scale(1);
  498. }
  499. }
  500. @-webkit-keyframes hideSweetAlert {
  501. 0% {
  502. -webkit-transform: scale(1);
  503. transform: scale(1);
  504. opacity: 1;
  505. }
  506. 100% {
  507. -webkit-transform: scale(.5);
  508. transform: scale(.5);
  509. opacity: 0;
  510. }
  511. }
  512. @keyframes hideSweetAlert {
  513. 0% {
  514. -webkit-transform: scale(1);
  515. transform: scale(1);
  516. opacity: 1;
  517. }
  518. 100% {
  519. -webkit-transform: scale(.5);
  520. transform: scale(.5);
  521. opacity: 0;
  522. }
  523. }
  524. .swal2-show {
  525. -webkit-animation: showSweetAlert .3s;
  526. animation: showSweetAlert .3s;
  527. }
  528. .swal2-show.swal2-noanimation {
  529. -webkit-animation: none;
  530. animation: none;
  531. }
  532. .swal2-hide {
  533. -webkit-animation: hideSweetAlert .15s forwards;
  534. animation: hideSweetAlert .15s forwards;
  535. }
  536. .swal2-hide.swal2-noanimation {
  537. -webkit-animation: none;
  538. animation: none;
  539. }
  540. @-webkit-keyframes animate-success-tip {
  541. 0%,54% {
  542. width: 0;
  543. left: 1px;
  544. top: 19px;
  545. }
  546. 70% {
  547. width: 50px;
  548. left: -8px;
  549. top: 37px;
  550. }
  551. 84% {
  552. width: 17px;
  553. left: 21px;
  554. top: 48px;
  555. }
  556. 100% {
  557. width: 25px;
  558. left: 14px;
  559. top: 45px;
  560. }
  561. }
  562. @keyframes animate-success-tip {
  563. 0%,54% {
  564. width: 0;
  565. left: 1px;
  566. top: 19px;
  567. }
  568. 70% {
  569. width: 50px;
  570. left: -8px;
  571. top: 37px;
  572. }
  573. 84% {
  574. width: 17px;
  575. left: 21px;
  576. top: 48px;
  577. }
  578. 100% {
  579. width: 25px;
  580. left: 14px;
  581. top: 45px;
  582. }
  583. }
  584. @-webkit-keyframes animate-success-long {
  585. 0%,65% {
  586. width: 0;
  587. right: 46px;
  588. top: 54px;
  589. }
  590. 84% {
  591. width: 55px;
  592. right: 0;
  593. top: 35px;
  594. }
  595. 100% {
  596. width: 47px;
  597. right: 8px;
  598. top: 38px;
  599. }
  600. }
  601. @keyframes animate-success-long {
  602. 0%,65% {
  603. width: 0;
  604. right: 46px;
  605. top: 54px;
  606. }
  607. 84% {
  608. width: 55px;
  609. right: 0;
  610. top: 35px;
  611. }
  612. 100% {
  613. width: 47px;
  614. right: 8px;
  615. top: 38px;
  616. }
  617. }
  618. @-webkit-keyframes rotatePlaceholder {
  619. 0%,5% {
  620. -webkit-transform: rotate(-45deg);
  621. transform: rotate(-45deg);
  622. }
  623. 100%,12% {
  624. -webkit-transform: rotate(-405deg);
  625. transform: rotate(-405deg);
  626. }
  627. }
  628. @keyframes rotatePlaceholder {
  629. 0%,5% {
  630. -webkit-transform: rotate(-45deg);
  631. transform: rotate(-45deg);
  632. }
  633. 100%,12% {
  634. -webkit-transform: rotate(-405deg);
  635. transform: rotate(-405deg);
  636. }
  637. }
  638. .animate-success-tip {
  639. -webkit-animation: animate-success-tip .75s;
  640. animation: animate-success-tip .75s;
  641. }
  642. .animate-success-long {
  643. -webkit-animation: animate-success-long .75s;
  644. animation: animate-success-long .75s;
  645. }
  646. .swal2-success.animate::after {
  647. -webkit-animation: rotatePlaceholder 4.25s ease-in;
  648. animation: rotatePlaceholder 4.25s ease-in;
  649. }
  650. @-webkit-keyframes animate-error-icon {
  651. 0% {
  652. -webkit-transform: rotateX(100deg);
  653. transform: rotateX(100deg);
  654. opacity: 0;
  655. }
  656. 100% {
  657. -webkit-transform: rotateX(0);
  658. transform: rotateX(0);
  659. opacity: 1;
  660. }
  661. }
  662. @keyframes animate-error-icon {
  663. 0% {
  664. -webkit-transform: rotateX(100deg);
  665. transform: rotateX(100deg);
  666. opacity: 0;
  667. }
  668. 100% {
  669. -webkit-transform: rotateX(0);
  670. transform: rotateX(0);
  671. opacity: 1;
  672. }
  673. }
  674. .animate-error-icon {
  675. -webkit-animation: animate-error-icon .5s;
  676. animation: animate-error-icon .5s;
  677. }
  678. @-webkit-keyframes animate-x-mark {
  679. 0%,50% {
  680. -webkit-transform: scale(.4);
  681. transform: scale(.4);
  682. margin-top: 26px;
  683. opacity: 0;
  684. }
  685. 80% {
  686. -webkit-transform: scale(1.15);
  687. transform: scale(1.15);
  688. margin-top: -6px;
  689. }
  690. 100% {
  691. -webkit-transform: scale(1);
  692. transform: scale(1);
  693. margin-top: 0;
  694. opacity: 1;
  695. }
  696. }
  697. @keyframes animate-x-mark {
  698. 0%,50% {
  699. -webkit-transform: scale(.4);
  700. transform: scale(.4);
  701. margin-top: 26px;
  702. opacity: 0;
  703. }
  704. 80% {
  705. -webkit-transform: scale(1.15);
  706. transform: scale(1.15);
  707. margin-top: -6px;
  708. }
  709. 100% {
  710. -webkit-transform: scale(1);
  711. transform: scale(1);
  712. margin-top: 0;
  713. opacity: 1;
  714. }
  715. }
  716. .animate-x-mark {
  717. -webkit-animation: animate-x-mark .5s;
  718. animation: animate-x-mark .5s;
  719. }
  720. @-webkit-keyframes pulse-warning {
  721. 0% {
  722. border-color: #f8d486;
  723. }
  724. 100% {
  725. border-color: #f8bb86;
  726. }
  727. }
  728. @keyframes pulse-warning {
  729. 0% {
  730. border-color: #f8d486;
  731. }
  732. 100% {
  733. border-color: #f8bb86;
  734. }
  735. }
  736. .pulse-warning {
  737. -webkit-animation: pulse-warning .75s infinite alternate;
  738. animation: pulse-warning .75s infinite alternate;
  739. }
  740. @-webkit-keyframes rotate-loading {
  741. 0% {
  742. -webkit-transform: rotate(0);
  743. transform: rotate(0);
  744. }
  745. 100% {
  746. -webkit-transform: rotate(360deg);
  747. transform: rotate(360deg);
  748. }
  749. }
  750. @keyframes rotate-loading {
  751. 0% {
  752. -webkit-transform: rotate(0);
  753. transform: rotate(0);
  754. }
  755. 100% {
  756. -webkit-transform: rotate(360deg);
  757. transform: rotate(360deg);
  758. }
  759. }