aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.less
blob: d2d4c98cb4c0d3d9e852a9ae5170d7e053ff6205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.plugin-frame {

    .plugin-iframe {
        width: 100%;
        height: 100%;
        border: none;
        top: 3px;
        left: 2px;
        position: relative;
        z-index: 1030
    }
}