/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/language-banner/language-banner.component.css
98 строк
2 KB
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
Код
Авторство
О чём код?
.language-banner { align-items: center; background: #fdfbf1; border: 1px solid #000; border-radius: 0 0 8px 8px; box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.2); box-sizing: border-box; display: flex; gap: 16px; height: min-content; padding: 8px 24px; position: absolute; top: 56px; width: 100%; z-index: 1000; } .banner-content-outer { align-items: center; align-self: stretch; display: flex; flex: none; flex-grow: 1; gap: 342px; height: min-content; justify-content: space-between; width: 100%; } .banner-content-inner { align-items: center; align-self: stretch; display: flex; flex: none; flex-grow: 1; flex-wrap: wrap; gap: 8px; height: fit-content; justify-content: right; margin: 0 auto; width: 100%; } .banner-text { align-content: flex-start; align-items: center; display: flex; flex: none; flex-grow: 1; gap: 8px; margin-right: 16px; width: fit-content; } .icon { flex: none; height: 24px; width: 24px; } .banner-info { color: #000; flex: none; flex-wrap: wrap; font-family: 'Roboto', sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; order: 1; overflow-wrap: break-word; width: fit-content; word-wrap: break-word; } .banner-button { align-items: center; background: #00645c; border-radius: 4px; display: flex; flex: none; gap: 10px; justify-content: center; order: 1; padding: 10px; } .button-text { color: #fff; flex: none; font-family: 'Roboto', sans-serif; font-size: 18px; font-style: normal; font-weight: 700; line-height: 120%; padding-left: 16px; padding-right: 16px; }