/
githubmirror
/
quill
Обзор
Документация
Войти
/
githubmirror
/
quill
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/website/src/components/PostLayout.module.scss
48 строк
694 B
Jason Chen
Update website for 2.0 (#4121)
18 апр 2024, 05:48
Не верифицирован
18 апр 2024, 05:48
3454595
Код
Авторство
О чём код?
.breadcrumbRow { align-items: center; display: flex; margin-bottom: 32px; justify-content: space-between; &:after { content: none; } .breadcrumb { font-size: 1.25rem; display: flex; span:not(:last-child) { &::after { content: '>'; font-weight: normal; margin: 0 4px 0 6px; } } } .breadcrumb span:first-child { font-weight: bold; margin-right: 4px; } .editOnGitHub { font-size: 1.08rem; max-width: var(--width-readable); text-transform: uppercase; } } .content { code { background: #f1f1f1; } pre { border-radius: 2px; code { background: transparent; } } }