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

// Footer
// --------------------------------------------------

ion-footer {
  display: block;
  position: relative;

  order: 1;

  width: 100%;

  z-index: $z-index-toolbar;
}

ion-footer.footer-toolbar-padding ion-toolbar:last-of-type {
  padding-bottom: var(--ion-safe-area-bottom, 0);
}