.x-layout{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    &.x-layout-has-sidebar{
        flex-direction: row;
    }
}