@import "../components/table";

table {
    border: none !important;

    th {
        border: none !important;
    }

    td {
        border: none !important;
        padding: 0 !important;

        div{
            display: flex;
            span{
                margin-top: 5px;
                margin-left: 10px;
            }
        }

        p{
            color: $secondary-text-color;
        }
    }
}