@import "../bootstrap/variables";
.#{$namespace}-performing-tabs {
@apply hidden;
&.active {
@apply block;
}
}
.#{$namespace}-performing-table {
@apply table w-full mt-4;
border-spacing: 1px;
&-row {
@apply table-row;
}
&-cell {
@apply table-cell whitespace-nowrap overflow-hidden overflow-ellipsis max-w-72 text-black;
&:first-child {
@apply min-w-6;
}
}
}