Files
ionic-framework/core/src/components/card-header/card-header.md.scss
Cam Wiegert 44b0eaba85 fix(card): adjust styles to match MD (#16093)
* 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
2018-10-25 16:55:54 -05:00

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;
}