/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/summary-tile/subtopic-summary-tile.component.css
74 строки
1 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
Код
Авторство
О чём код?
.subtopic-card { box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); cursor: pointer; max-width: 170px; width: 170px; } .subtopic-card:focus { outline: 2px solid #000; } .subtopic-thumbnail { border: 1px solid #fff; border-radius: 0.4em 0.4em 0 0; height: 120px; text-align: center; vertical-align: middle; width: 100%; } .img-thumbnail { border: none; border-radius: 0.4em 0.4em 0 0; max-height: 100%; max-width: 100%; } .subtopic-title { background-color: #be563c; border-radius: 0 0 0.4em 0.4em; color: #fff; font-family: Roboto, Arial, sans-serif; font-weight: 600; height: 100px; letter-spacing: normal; padding: 8px 12px 16px 12px; } .disabled-link, .disabled-link:hover, .disabled-link:active { color: #000; cursor: default; } @media(max-width: 1024px) { .subtopic-title { font-size: 0.8em; height: 85px; padding-left: 10px; } } @media(max-width: 680px) { .subtopic-title { font-size: 0.8em; height: 85px; } } @media(max-width: 500px) { .oppia-page-card { padding: 15px 24px 64px 24px; width: 90vw; } .subtopic-title { height: 75px; } .subtopic-thumbnail { height: 100px; } }