@import '../../../styles/variable.less';

.mat-panel-header {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    color: @text-color;
    font-size: @font-size-lg;
    line-height: @panel-header-height - 1px;
    background-color: @panel-header-bg;
    border: @border-width-base @border-style-base @border-color-dark ;
    border-left: 3px solid @panel-header-border-left-color;

    &-operation {
        position: absolute;
        right: 20px;
        user-select: none;

        nz-tooltip {
            margin-left: 5px;

            & > span {
                display: inline-block;
                width: @panel-header-height;
                text-align: center;
                cursor: pointer;
    
                &:hover {
                    background: @panel-header-hover-bg;
                    color: @primary-color;
                }
            }
        }
    }
}
