/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/title/title.scss
45 строк
636 B
Brandy Carney
feat(components): cascade mode from parent to child components (#19369)
10 окт 2019, 21:34
10 окт 2019, 21:34
3dd5f05
Код
Авторство
О чём код?
@import "../../themes/ionic.globals"; // Title // -------------------------------------------------- :host { /** * @prop --color: Text color of the title */ --color: initial; display: flex; flex: 1; align-items: center; transform: translateZ(0); color: var(--color); } :host(.ion-color) { color: #{current-color(base)}; } .toolbar-title { display: block; width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; pointer-events: auto; } // Small Title // -------------------------------------------------- :host(.title-small) .toolbar-title { white-space: normal; }