/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/custom-snackbar/undo-snackbar.component.css
24 строки
324 B
Guilherme Coelho
Fix part of #25941: Clean up legacy embedded <style> tags from HTML templates removing inconsistency first 20 files (#26326)
11 июн 2026, 21:55
Не верифицирован
11 июн 2026, 21:55
0245a9e
Код
Авторство
О чём код?
.snackbar-container { color: #fff; display: flex; justify-content: space-between; } .oppia-snackbar-message { align-items: center; display: flex; } .oppia-action-buttons { display: flex; gap: 16px; justify-content: space-evenly; } .undo-button { color: #27b8a7; } .dismiss-button { color: #bdbdbd; }