.ui-fill {
  display: flex;

  &--vertical {
    flex-direction: column;
  }

  &__grow {
    flex-grow: 1;
  }
}
