@import "../../themes/ionic.globals";

// Card Header
// --------------------------------------------------

:host {
  --background: transparent;
  --color: inherit;

  display: flex;
  position: relative;

  flex-direction: column;

  background: var(--background);
  color: var(--color);
}

:host(.ion-color) {
  background: current-color(base);
  color: current-color(contrast);
}
