@import "../../styles/_variables.scss";

.main {
    &.flex{
        display: flex;
        flex-direction: column;
        min-height:0;
        min-width:0;
    }
    &.stretch{
        flex: 1 1 auto;
    }
    &.center{
        align-items:center;
    }
    &.light-divider {
        border-color: $light-gray;
    }
}