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


// List Header
// --------------------------------------------------

:host {
  @include font-smoothing();
  @include margin(0);
  @include padding(0);

  display: flex;

  align-items: center;
  justify-content: space-between;

  width: 100%;
  min-height: 40px;

  background: #{current-color(base)};
  color: #{current-color(contrast)};

  overflow: hidden;
}
