summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/styles/_responsive.scss
blob: b56b3c6550a4858a23ab10d236118e7fcba5a6bd (plain)
1
2
3
4
5
6
7
@media screen and (max-width: 992px) {
    .push-right {
        .sidebar {
            left: 235px !important;
        }
    }
}