﻿.placeholder-box {
    margin-top: 10px;
    min-height: 120px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    padding: 10px;
    color: #777;
}

#unitsArea .unit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

#unitsArea .unit-name {
    font-weight: 600;
}

#unitsArea .unit-code {
    color: #888;
    margin-left: 8px;
}

#unitsArea .btn {
    margin-left: 10px;
}

#unitsArea .unit-actions .btn {
    margin-left: 6px;
}

#unitsArea .btnDetachUnit {
    /* отвязать от параметра */
}

#unitsArea .btnDeleteUnit {
    /* удалить юнит глобально */
}

