/* stylelint-disable declaration-block-no-duplicate-properties, declaration-no-important */

.oneAction {
  display: flex;
  min-height: calc(100vh - 56px);
  min-height: -webkit-fill-available;
  min-height: stretch;
  flex-direction: column;
  justify-content: space-between;
}

.oneAction > .transition-wrapper {
  height: auto !important;
  min-height: 0 !important;
  flex-grow: 2; /* this component will try to fill out most of the space automatically */
}

.oneAction > .transition-wrapper .page-wrapper {
  min-height: 0 !important;
}

/* stylelint-enable */


/*# sourceMappingURL=dashboard~signup-58610ac5c89ca8b51a0a.map*/