/
terya1
/
12331
Обзор
Документация
Войти
/
terya1
/
12331
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components/ProjectCard/ProjectCard.css
96 строк
1 KB
IHARNAZAROV
feat: add project
16 июл 2022, 14:25
16 июл 2022, 14:25
31653a6
Код
Авторство
О чём код?
.repo-stats { display: flex; -webkit-box-pack: justify; justify-content: space-between; font-size: 13px; color: rgb(106, 115, 125); } .repo-left-stat { -webkit-box-flex: 1; flex-grow: 1; display: flex; } .language-color { width: 10px; height: 10px; background-color: blue; margin-right: 0.25rem; border-radius: 100%; } .repo-left-stat span { display: flex; -webkit-box-align: center; align-items: center; margin-right: 0.75rem; } .repo-name-div { display: flex; align-items: center; } .repo-svg { margin-right: 0.5rem; min-width: 16px; } .repo-name { white-space: nowrap; line-height: 1.1; text-overflow: ellipsis; color: rgb(36, 41, 46); font-family: "Lato", sans-serif; margin-bottom: 0.75rem; font-size: 25px; font-weight: 700; letter-spacing: -0.5px; overflow: hidden; margin: 0px; } .repo-star-svg { margin-right: 0.3rem; } .repo-description { word-wrap: break-word; text-align: left; display: -webkit-box; font-family: "Lato", sans-serif; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } .repo-details { display: flex; flex-direction: row; } .repo-creation-date { margin: 0; font-family: "Lato", sans-serif; font-weight: 400; margin-left: 0px; margin-right: auto; } @media (max-width: 768px) { .repo-name { font-size: 16px; } .repo-description { font-size: 14px; } .repo-details { flex-direction: column; } .repo-creation-date { font-size: 14px; } }