app-default-portlet.less 440 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.app-control-portlet {
    >.control-header {
        padding: 14px 16px;
        >.control-header__caption {
            font-size: 14px;
            font-weight: 400;
        }
    }
    > .app-control-portlet__content {
        width: 100%;
        height: calc(100% - 58px);
        overflow: auto;
    }
    > .app-control-portlet__content.portlet--no-title {
        width: 100%;
        height: 100%;
        overflow: auto;
    }
}