/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/summary-tile/lesson-card.component.css
124 строки
2 KB
Aditya Lakhotia
Fix part of #25941: Clean up legacy embedded <style> tags from HTML templates removing inconsistency of next 30 files (part-2) (#26855)
24 июл 2026, 19:54
Не верифицирован
24 июл 2026, 19:54
5531df6
Код
Авторство
О чём код?
.classroom-new-chapter { align-items: center; background: #00609c; border-radius: 4px; display: flex; flex-direction: row; height: 24px; justify-content: center; padding: 5px; position: absolute; right: 8px; top: 8px; width: 42px; } .classroom-new-chapter .classroom-status { color: #fff; font-family: 'Roboto', Arial, sans-serif; font-size: 13px; font-style: Bold; font-weight: 700; line-height: 100%; } .lesson-card-button { background-color: #fff; border: 1px solid #00645c; border-radius: 4px; color: #00645c; font-size: 14px; font-weight: 500; height: 36px; padding: 10px 8px; transition: all 300ms ease-out; width: 122px; } .lesson-card-button:hover { background-color: #cadbda; } .lesson-card-button:focus { background-color: #429488; border-color: #429488; color: #fff; } .lesson-card-button.upcoming { background-color: #f5f5f5; border: 1px dashed #aaa; color: #888; pointer-events: auto; } .lesson-card-container { border-radius: 4px; box-shadow: 0 2px 2px 0 #00000040; height: 286px; padding: 0; width: 216px; } .lesson-card-info { border-radius: 0 0 .25em .25em; height: 150px; padding: 8px; } .lesson-card-img { height: 136px; position: relative; } .lesson-card-tags { left: 0; padding: 8px; position: absolute; top: 0; } .lesson-card-tags-container { align-items: center; background-color: #fff9; border-radius: 4px; display: flex; gap: 0 4px; padding: 4px; width: fit-content; } .lesson-card-tags-icon { color: #00645c; font-size: 16px; } .lesson-card-tags-text { font-family: 'Roboto', Arial, sans-serif; font-size: 12px; font-weight: 500; } .lesson-card-title { color: #00645c; font-family: Capriola, Roboto, Arial, sans-serif; font-size: 15px; -webkit-line-clamp: 2; line-height: 20px; } .lesson-card-title-container { height: 50px; } .lesson-card-topic { font-size: 12px; font-weight: 600; } .lesson-card-desc { -webkit-box-orient: vertical; display: -webkit-box; font-size: 11px; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }