summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css
blob: 74ace1a35a8edf680c42234d5f61c8168e15f82d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.panel-wrap button label{
    cursor: pointer;
}

.panel-wrap .panel{
    border-radius: 8px;
}

.cdk-overlay-container {
    position: none;
    z-index: 0;
}

.cdk-overlay-backdrop {
    position: none;
    z-index: 0;
}