/
Stoc
/
Sber
Обзор
Документация
Войти
/
Stoc
/
Sber
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components/Loading/LoadingButton/LoadingButton.scss
35 строк
635 B
Stocil
add: button loading, profile loading, single article loading
16 апр 2024, 21:35
16 апр 2024, 21:35
dcb8877
Код
Авторство
О чём код?
.loader, .loader:before, .loader:after { border-radius: 50%; width: 2em; height: 2em; animation-fill-mode: both; animation: bblFadInOut 1.8s infinite ease-in-out; margin-bottom: 30px; } .loader { color: #9fa8da; font-size: 7px; position: relative; text-indent: -9999em; transform: translateZ(0); animation-delay: -0.16s; } .loader:before, .loader:after { content: ''; position: absolute; top: 0; } .loader:before { left: -3.5em; animation-delay: -0.32s; } .loader:after { left: 3.5em; } @keyframes bblFadInOut { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em } 40% { box-shadow: 0 2.5em 0 0 } }