_botonera-secundaria.scss 269 Bytes
.botonera-secundaria {
    background-color: rgba(0, 0, 0, 0.8);
    .row {
        border-radius: 5px;
        overflow: hidden;
    }
    .btn {
        border-radius: 0;
        margin-right: 1px;
        width: calc(100% - 1px);
        margin-bottom: 1px;
    }
}