/***
 *
 * @file layout/Container/Container.scss
 * @description This will be used for designing and styling the layout/Container.
 * @author Naveen Kumar
 * @organization Ingka Centres
 * @since 13 Feb 2024
 *
 */
.Container {
  min-width: 100%;
  min-height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
}

/*# sourceMappingURL=layouts.css.map */
