_lista.scss 742 Bytes
.lista {
    background-color: rgba(0,0,0,0.8);
    padding: 10px;
    tr {
        background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
    }
    tbody {
        td {
            border-top: none;
            color: #ffffff;
        }
    }
    thead {
        th {
            border-bottom: 1px solid #ffffff;
            border-top: none;
            color: #ffffff;
            font-family: sans-serif;
            font-size: 12px;
        }
    }
    .boton {
        &-accion {
            background: none;
            color: #ffffff;
            border: 1px solid #ffffff;
            border-radius: 30px;
            padding: 5px 7px;
            i {
                font-size: 16px;
            }
        }
    }
}