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

// Title
// --------------------------------------------------

:host {
  display: flex;

  flex: 1;
  align-items: center;

  transform: translateZ(0);
}

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

.toolbar-title {
  display: block;

  width: 100%;

  text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;
  pointer-events: auto;
}
