octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
* fix(card-content): remove top padding when after header * fix(card): adjust text weight, sizes, and colors * fix(card): adjust border-radius and box-shadow * fix(card): make title/subtitle margin interchangeable
15 lines
412 B
SCSS
15 lines
412 B
SCSS
@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;
|
|
}
|