summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/styles/app.scss
blob: 8e1bc7977c5e1189d91c36704f7ef249bf9f895b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* You can add global styles to this file, and also import other style files */
@import "bootstrap/bootstrap";
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
@import "utils";
@import "responsive";

@media print {
    .breadcrumb {
        display: none !important;
    }
}