﻿ 

.essa-table {

    thead {

        th {
            background-color: $essa-blue;
            color: white;
        }

        .essa-sortable-table-header {
            white-space: nowrap;

            .essa-sortable-table-header-inner {
                margin-left: 10px;
                display: inline;
                cursor: pointer;
            }
        }
    }

    tbody {

        .essa-table-controls {
            white-space: nowrap;
        }

        .essa-inflows-table-controls {
            width: 75px;

            i.mdi:first-of-type {
                margin-right: 16px;
            }
        }
    }


    &.essa-skinny-table {
        border: solid 1px #b0b2b4;
        font-size: small;

        tbody {

            td:last-of-type {
                width: 25px;
            }
        }
    }
}
