.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; } .control-header { .control-header__caption { padding-left: 15px; font-weight: 600; font-size: 22px; display: inline-block; position: relative; } .control-header__caption::before { content: ""; display: inline-block; width: 5px; height: 22px; border: none; border-radius: 5px; background: #557DA5; position: absolute; top: 50%; left: 0; transform: translate(0,-50%); } .control-header__right { line-height: 33px; } } }