aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.less
blob: d97c345376f68e3600abdda7bd7dea03baa334a1 (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;
        background-color: white;
    }
}