/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/card-header/card-header.md.scss
14 строк
412 B
Cam Wiegert
fix(card): adjust styles to match MD (#16093)
26 окт 2018, 00:55
Не верифицирован
26 окт 2018, 00:55
44b0eab
Код
Авторство
О чём код?
@import "./card-header"; @import "./card-header.md.vars"; // Material Design Card Header // -------------------------------------------------- :host { @include padding($card-md-header-padding-top, $card-md-header-padding-end, $card-md-header-padding-bottom, $card-md-header-padding-start); } ::slotted(ion-card-title:not(:first-child)), ::slotted(ion-card-subtitle:not(:first-child)) { margin-top: 8px; }