You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

727 lines
19 KiB

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