/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/cdk/overlay/cdk-overlay-basic/cdk-overlay-basic-example.css
20 строк
336 B
Bhuvansh
fix(multiple): improve dark theme visibility in menu, overlay, and portal examples (#33367)
12 июн 2026, 16:00
Не верифицирован
12 июн 2026, 16:00
eb2c033
Код
Авторство
О чём код?
.example-list { width: 100px; border: solid 1px #ccc; border-radius: 5px; background: #fff; color: CanvasText; text-align: center; padding: 10px; margin: 0; } .example-list > li { list-style-type: none; border-bottom: solid 1px #8b8b8b; padding: 8px 0; } .example-list > li:last-child { border-bottom: none; }