.loading-mini-wrap{display:flex;justify-content:center;align-items:center}.loading-mini{margin:2px;animation:wave 1.2s ease-out infinite}.loading-mini:nth-child(2){animation-delay:.15s}.loading-mini:nth-child(3){animation-delay:.3s}.loading-mini:nth-child(4){animation-delay:.45s}@keyframes wave{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}