.content-editable-close-all-icon{
    display: block;
    position: absolute;
    right: 15px;
    top: 7px;
    color: rgba(0,0,0,0.25);
    cursor: pointer;
    &:hover{
        color: @text-color-secondary;
    }
}