.row-tool {
    left: 150px !important;
}

.row-sizing {
    cursor: pointer;
    background: #a084bf;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.row-css {
    cursor: pointer;
    background: #0277BD;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.row-options {
    cursor: pointer;
    background: #ababab;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.row-options {
    display: none;
}

[data-module-snippet] + .row-tool .row-options {
    display: block;
}