.louver-sn .primary-table .secundary-table .actions {
    height: 40px;
    width: 100px;
}

.louver-sn .primary-table .secundary-table .actions button {
    border: none;
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3px 7px;
    transition: all 0.25s ease-in-out;
    background: rgb(33 150 243 / 15%);
    color: #2196f3;
    outline: none;
    margin: 0;
}

.louver-sn .primary-table .secundary-table .actions button.warning {
    background: rgb(212 66 46 / 15%);
}
.louver-sn .primary-table .secundary-table .actions button.warning:hover {
    background: #d4422e;
}

.louver-sn .primary-table .secundary-table .actions button.warning md-icon {
    color: #d4422e;
}
.louver-sn .primary-table .secundary-table .actions button.warning:hover md-icon {
    color: #fff;
}
