/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/skill-selector/select-skill-modal.component.css
36 строк
735 B
Aditya Lakhotia
Fix part of #25941: Clean up legacy embedded <style> tags from HTML templates removing inconsistency of first 30 files (#26767)
20 июл 2026, 20:52
Не верифицирован
20 июл 2026, 20:52
ed51d49
Код
Авторство
О чём код?
.btn-success { margin: 2px; } .btn-secondary { margin: 2px; } @media screen and (max-width: 768px) { .skill-select-modal .modal-dialog { border: 0; border-radius: 0; margin: 0 auto; padding: 0; } .skill-select-modal .modal-header { align-items: center; background-color: #00609c; justify-content: space-between; padding: 12px 10px; width: 100vw; } .skill-select-modal .modal-header h3 { color: #fff; } .skill-select-modal .modal-content { border: 0; border-radius: 0; } .select-skill-modal-header .modal-close-button { color: #fff; display: block; font-size: 20px; } .select-skill-modal-header .modal-footer { justify-content: flex-start; } }