/**
 * This file is for changes to the standard Ionic Framework which cannot be made in variables.scss.
 */

@import "../../../bower_components/ionic/scss/ionic";

// Prevent the header bar from hiding during view transition.
// See https://github.com/ionic-team/ionic/issues/8581
ion-nav-bar.hide {
  display: block !important;
}
