/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
examples/demo-styles/infinite-scroll.scss
43 строки
682 B
iamkun
InfiniteScroll: Update naming & doc (#16698)
24 июл 2019, 09:27
Не верифицирован
24 июл 2019, 09:27
569c507
Код
Авторство
О чём код?
.infinite-list { height: 300px; padding: 0; margin: 0; list-style: none; .infinite-list-item { display: flex; align-items: center; justify-content: center; height: 50px; background: #e8f3fe; margin: 10px; color: lighten(#1989fa, 20%); & + .list-item { margin-top: 10px } } } .infinite-list-wrapper { height: 300px; text-align: center; .list{ padding: 0; margin: 0; list-style: none; } .list-item{ display: flex; align-items: center; justify-content: center; height: 50px; background: #fff6f6; color: #ff8484; & + .list-item { margin-top: 10px } } }