@import './theme.less';

.@{fin-common-prefix}-tab-cell {
    position: relative;
}

.@{fin-common-prefix}-tab-resizableIcon {
    cursor: col-resize;
    display: block;
    height: 100%;
    position: absolute;
    right: -4px;
    top: 0;
    width: 8px;
    z-index: 2
}

.@{fin-common-prefix}-tab-resizableIcon::after {
    background-color: hsla(204, 8%, 76%, 0.8);
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    right: 0;
    top: 25%;
    width: 1px;
    z-index: 1
}

.@{fin-common-prefix}-tab-resizableSpan {
    border-right: 3px dashed #afafaf;
    bottom: 0;
    height: 32px;
    position: absolute;
    width: 3px;
    z-index: 999999
}