/
Stameskaaa
/
Client
Обзор
Документация
Войти
/
Stameskaaa
/
Client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components/loaders/messageBlockLoader/styles.module.scss
40 строк
541 B
Stameskaaa
frist commit
19 июн 2024, 15:02
19 июн 2024, 15:02
1cf848d
Код
Авторство
О чём код?
.container { width: 100%; height: 72px; border-radius: 5px; display: flex; flex-direction: row; gap: 10px; align-items: center; justify-content: flex-start; border-radius: 5px; padding: 5px; box-sizing: border-box; } .img { width: 52px; height: 52px; border-radius: 50%; } .info { display: flex; flex-direction: column; justify-content: flex-start; gap: 5px; } .rectangle { width: 70px; height: 15px; border-radius: 5px; } .rectangle2 { width: 120px; height: 15px; border-radius: 5px; }