@import "../../ui.vars.less";

sc-content-wrapper {
    padding: 0px;
    max-width: 1224px;
    margin: 0px auto;
    &[dashboard]{
        max-width: 2242px;
    }
    &[slim]{
        max-width: 824px;
    }
    @media screen and (min-width: @mobile-landscape){
        padding: 0px 24px;
    }
}
sc-content-wrapper.dash{
    max-width: 2300px;
}

