@import '~@angular/material/theming';

@mixin prutech-flex-column-theme($theme, $typography) {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  height: fit-content;
  width: 100%;
}
