/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/state-directives/response-header/response-header.component.css
102 строки
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
Код
Авторство
О чём код?
.oppia-delete-response-button { cursor: pointer; opacity: 0.5; position: absolute; right: 8px; top: 8px; width: 20px; } .oppia-delete-response-button:hover { opacity: 1; } .oppia-response-header-block { margin-left: 39px; } @media screen and (min-width: 769px) { .oppia-response-header-block { align-items: flex-end; display: flex; } } .oppia-nested-link { color: #0844aa; cursor: pointer; display: inline-block; max-width: 100px; overflow: hidden; text-overflow: ellipsis; vertical-align: top; word-wrap: break-word; } .oppia-nested-link:hover { color: #3f2c76; text-decoration: underline; } .oppia-response-header { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 78%; } .oppia-response-tick-cross { margin-bottom: 7px; } .oppia-response-cross { color: #c55f45; } .oppia-response-tick { color: #00645c; font-size: 14px; } .oppia-response-summary { display: flex; flex-flow: row; } .oppia-response-short-summary { overflow: hidden; text-overflow: ellipsis; } .oppia-outcome-arrow { margin-right: 5px; } .badge { vertical-align: bottom; } /* This is to break the line only when screen is too narrow to have both divs in same line.*/ @media screen and (min-width: 370px) { .break-in-mobile { display: none; } } .oppia-responses-mobile { display: none; } @media screen and (max-width: 768px) { .oppia-responses-mobile { display: block; } .oppia-response-mobile-item { border-radius: 10px 0 0 0; bottom: 0; color: #fff; padding-left: 10px; padding-right: 6px; padding-top: 1px; position: absolute; right: 0; } .oppia-response-mobile-item-incorrect { background-color: #ffa500; } .oppia-response-mobile-item-correct { background-color: #449d44; } .oppia-response-container-desktop { display: none; } }